Skip to content

Commit

Permalink
sd-switch: 0.5.1 -> 0.5.2 (#364333)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Dec 12, 2024
2 parents 3dce722 + 36e5620 commit f0a890d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sd/sd-switch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
version = "0.5.1";
version = "0.5.2";
in
rustPlatform.buildRustPackage {
pname = "sd-switch";
Expand All @@ -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 { };
Expand Down

0 comments on commit f0a890d

Please sign in to comment.