sd-switch: 0.5.3 -> 0.5.4

This commit is contained in:
Robert Helgesson
2025-05-11 07:51:14 +02:00
parent 90b263d104
commit bb50d62e2d
+3 -3
View File
@@ -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 { };