vault-tasks: 0.11.1 -> 0.11.2 (#413708)

This commit is contained in:
Nick Cao
2025-06-03 19:11:44 -04:00
committed by GitHub
+3 -3
View File
@@ -5,7 +5,7 @@
nix-update-script,
}:
let
version = "0.11.1";
version = "0.11.2";
in
rustPlatform.buildRustPackage {
pname = "vault-tasks";
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = "louis-thevenet";
repo = "vault-tasks";
rev = "v${version}";
hash = "sha256-7stFa2fLczGyoM/O2S/uKCfjSDyABUw/b3tXp7Olqq8=";
hash = "sha256-DcnOuQ37fzLVJOteP7ZiA9IxNAd6lH6zelaO5GCvakk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-RSW0N0icKAZbh8KQNkI9TgcKwa6hTKjhaJWCGADtfq8=";
cargoHash = "sha256-/5CpIPdqIvxwiplMqXZ1J04oQoK9rnzDP1N7ffrbJDk=";
postInstall = "install -Dm444 desktop/vault-tasks.desktop -t $out/share/applications";