sd-switch: 0.5.0 -> 0.5.1

This commit is contained in:
Robert Helgesson
2024-07-04 00:54:48 +02:00
parent d1b518db3c
commit 1dc93f1b29
+3 -3
View File
@@ -1,6 +1,6 @@
{ lib, fetchFromSourcehut, rustPlatform, nix-update-script }:
let version = "0.5.0";
let version = "0.5.1";
in rustPlatform.buildRustPackage {
pname = "sd-switch";
inherit version;
@@ -9,10 +9,10 @@ in rustPlatform.buildRustPackage {
owner = "~rycee";
repo = "sd-switch";
rev = version;
hash = "sha256-TESS+CwwEugAz+grzndunAoKF9Or/Jl7tftL392fUaM=";
hash = "sha256-Kns49Qv3oWNmbLoLTKIcWIewDz4cR7uyMA3IHnhKyxA=";
};
cargoHash = "sha256-QEnleFwEIoKATupj0sSV/GUztQoozEsb3SEgnfFzAfw=";
cargoHash = "sha256-r20dJMF+0q3XLm2hn9/LTv43ApmhjJNgeiMCLfwBnOk=";
passthru = {
updateScript = nix-update-script { };