vault-tasks: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-04-09 07:25:16 +00:00
parent 133091c945
commit 7e555de011
+3 -3
View File
@@ -5,7 +5,7 @@
nix-update-script,
}:
let
version = "0.9.0";
version = "0.10.0";
in
rustPlatform.buildRustPackage {
pname = "vault-tasks";
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = "louis-thevenet";
repo = "vault-tasks";
rev = "v${version}";
hash = "sha256-IjpmvoibxDwbdq4SyPXWxhsUTzaRKH1qUXwskCWOqm4=";
hash = "sha256-EUzlJh+PpesfTBQbbxjC1HbeuN/+oGCZeR2XJl1bitI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-VgLGpyjbRL2W1oCqTjl0+thi+HYdcB8g/mwkeYA/85E=";
cargoHash = "sha256-rDyzbcKa8cU7qSuzbI7KxTNUeiNuGFdf3HcDITvd+HI=";
postInstall = "install -Dm444 desktop/vault-tasks.desktop -t $out/share/applications";