Unverified Commit f0a890df authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

sd-switch: 0.5.1 -> 0.5.2 (#364333)

parents 3dce7220 36e56208
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 { };