sd-switch: 0.5.1 -> 0.5.2

This commit is contained in:
Robert Helgesson
2024-12-11 20:55:56 +01:00
parent 886de305c8
commit 36e5620871
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.5.1";
version = "0.5.2";
in
rustPlatform.buildRustPackage {
pname = "sd-switch";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "~rycee";
repo = "sd-switch";
rev = version;
hash = "sha256-Kns49Qv3oWNmbLoLTKIcWIewDz4cR7uyMA3IHnhKyxA=";
hash = "sha256-vxDb5NkzmcWL6ECueultg6NoYMObW/54UuMLJe+AjVs=";
};
cargoHash = "sha256-r20dJMF+0q3XLm2hn9/LTv43ApmhjJNgeiMCLfwBnOk=";
cargoHash = "sha256-Oh4thw4NOjYjdLJWHG4wH7VDYjD89apl4S2JFM14WWw=";
passthru = {
updateScript = nix-update-script { };