sd-switch: 0.4.0 -> 0.5.0

This commit is contained in:
Robert Helgesson 2024-06-15 13:13:41 +02:00
parent 22799fd9a9
commit ddb515d3fd

View File

@ -1,6 +1,6 @@
{ lib, fetchFromSourcehut, rustPlatform, nix-update-script }:
let version = "0.4.0";
let version = "0.5.0";
in rustPlatform.buildRustPackage {
pname = "sd-switch";
inherit version;
@ -9,10 +9,10 @@ in rustPlatform.buildRustPackage {
owner = "~rycee";
repo = "sd-switch";
rev = version;
hash = "sha256-PPFYH34HAD/vC+9jpA1iPQRVNR6MX8ncSPC+7bl2oHY=";
hash = "sha256-TESS+CwwEugAz+grzndunAoKF9Or/Jl7tftL392fUaM=";
};
cargoHash = "sha256-zUoa7nPNFvnYekbEZwtnJKZ6qd47Sb4LZGEkaKVQ9ZQ=";
cargoHash = "sha256-QEnleFwEIoKATupj0sSV/GUztQoozEsb3SEgnfFzAfw=";
passthru = {
updateScript = nix-update-script { };