Skip to content

Commit

Permalink
vault-tasks: 0.8.0 -> 0.8.1 (NixOS#373311)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 13, 2025
2 parents e3263de + 0547f75 commit f6df08b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/va/vault-tasks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nix-update-script,
}:
let
version = "0.8.0";
version = "0.8.1";
in
rustPlatform.buildRustPackage {
pname = "vault-tasks";
Expand All @@ -14,9 +14,9 @@ rustPlatform.buildRustPackage {
owner = "louis-thevenet";
repo = "vault-tasks";
rev = "v${version}";
hash = "sha256-liU2zxBEOH5KMftru2PaIYZHLskm9WLNmUakn300/Xo=";
hash = "sha256-4sg1v541NknaOClZAkYC6tGlpItBT6RzUK9Itniu7OQ=";
};
cargoHash = "sha256-uKhgi3u7YSKLqG2ROCWs6+p206xghnsQ7nIZw5OtkY4=";
cargoHash = "sha256-7MSe2YpVV68nXXeMPy+AGO0hYPpsOaR2S82c/EBczwQ=";

postInstall = "install -Dm444 desktop/vault-tasks.desktop -t $out/share/applications";

Expand Down

0 comments on commit f6df08b

Please sign in to comment.