sd-switch: 0.5.0 -> 0.5.1
This commit is contained in:
parent
d1b518db3c
commit
1dc93f1b29
@ -1,6 +1,6 @@
|
|||||||
{ lib, fetchFromSourcehut, rustPlatform, nix-update-script }:
|
{ lib, fetchFromSourcehut, rustPlatform, nix-update-script }:
|
||||||
|
|
||||||
let version = "0.5.0";
|
let version = "0.5.1";
|
||||||
in rustPlatform.buildRustPackage {
|
in rustPlatform.buildRustPackage {
|
||||||
pname = "sd-switch";
|
pname = "sd-switch";
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -9,10 +9,10 @@ in rustPlatform.buildRustPackage {
|
|||||||
owner = "~rycee";
|
owner = "~rycee";
|
||||||
repo = "sd-switch";
|
repo = "sd-switch";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-TESS+CwwEugAz+grzndunAoKF9Or/Jl7tftL392fUaM=";
|
hash = "sha256-Kns49Qv3oWNmbLoLTKIcWIewDz4cR7uyMA3IHnhKyxA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-QEnleFwEIoKATupj0sSV/GUztQoozEsb3SEgnfFzAfw=";
|
cargoHash = "sha256-r20dJMF+0q3XLm2hn9/LTv43ApmhjJNgeiMCLfwBnOk=";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
|
Loading…
Reference in New Issue
Block a user