sd-switch: 0.5.4 -> 0.5.5 (#434084)

Co-authored-by: rycee <rycee@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-17 19:52:55 +00:00 committed by GitHub
commit 8448f672ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
}:
let
version = "0.5.4";
version = "0.5.5";
in
rustPlatform.buildRustPackage {
pname = "sd-switch";
@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "~rycee";
repo = "sd-switch";
rev = version;
hash = "sha256-lP65PrMFhbNoWyObFsJK06Hgv9w83hyI/YiKcL5rXhY=";
hash = "sha256-hhT7w76bQe5USHGOQ6Rg8XEW+4JIccAXkfGj86id/Ec=";
};
cargoHash = "sha256-sWYKJz/wfx0XG150cTOguvhdN3UEn8QE0P0+2lSeVkc=";
cargoHash = "sha256-88jNiOYEikqnY69Bceaz32rQHN9BOy2/r4LiOiqsR4Y=";
passthru = {
updateScript = nix-update-script { };