Unverified Commit bb50d62e authored by Robert Helgesson's avatar Robert Helgesson
Browse files

sd-switch: 0.5.3 -> 0.5.4

parent 90b263d1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "0.5.3";
  version = "0.5.4";
in
rustPlatform.buildRustPackage {
  pname = "sd-switch";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
    owner = "~rycee";
    repo = "sd-switch";
    rev = version;
    hash = "sha256-9aIu37mmf4ZnmZZrU0GA6z+bHKwtfkA5KnLRLY0c2r8=";
    hash = "sha256-lP65PrMFhbNoWyObFsJK06Hgv9w83hyI/YiKcL5rXhY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-2DpaO64EehlgG5zSzqERmenmEqUbhEwFmIQEmCKs4Wg=";
  cargoHash = "sha256-sWYKJz/wfx0XG150cTOguvhdN3UEn8QE0P0+2lSeVkc=";

  passthru = {
    updateScript = nix-update-script { };