Unverified Commit 9453b14a authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

sd-switch: 0.5.3 -> 0.5.4 (#406075)

parents afcacfdc bb50d62e
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 { };