sd-switch: 0.6.1 -> 0.6.2 (#442482)

This commit is contained in:
Ramses
2025-09-12 21:56:18 +00:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
}:
let
version = "0.6.1";
version = "0.6.2";
in
rustPlatform.buildRustPackage {
pname = "sd-switch";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "~rycee";
repo = "sd-switch";
rev = version;
hash = "sha256-2Zdgwov+a35OzH6pzXbgxxABI8GDO9z068gLpmE2Jk4=";
hash = "sha256-3+FGARca3xcCYKEAxtrhnSnpOP2JZurOPzKvNhAYjkg=";
};
cargoHash = "sha256-At0qo9w+/8sk9BnaZiG870iO8KLkhg2E40VCzQvvPWk=";
cargoHash = "sha256-jclRF05eUAW/ggCmfZfWE6c4q25d/WGX0dad4rsP8vk=";
passthru = {
updateScript = nix-update-script { };