Skip to content

Commit

Permalink
vault-tasks: 0.6.1 -> 0.8.0
Browse files Browse the repository at this point in the history
(cherry picked from commit e12eb3e)
  • Loading branch information
louis-thevenet authored and github-actions[bot] committed Jan 10, 2025
1 parent 96132f0 commit 472323a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkgs/by-name/va/vault-tasks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@
lib,
fetchFromGitHub,
rustPlatform,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
let
version = "0.8.0";
in
rustPlatform.buildRustPackage {
pname = "vault-tasks";
version = "0.6.1";
inherit version;
src = fetchFromGitHub {
owner = "louis-thevenet";
repo = "vault-tasks";
rev = "v${version}";
hash = "sha256-H0cfzjOtVzOEoGmj3u80hj1QlK1QEgbl9vq4otlXKew=";
hash = "sha256-liU2zxBEOH5KMftru2PaIYZHLskm9WLNmUakn300/Xo=";
};
cargoHash = "sha256-Iezin3TguweHd9RIyFvNL4IWUtXNJbQH2KXIgaXJHgk=";
cargoHash = "sha256-uKhgi3u7YSKLqG2ROCWs6+p206xghnsQ7nIZw5OtkY4=";

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

passthru.updateScript = nix-update-script { };

meta = {
description = "TUI Markdown Task Manager";
longDescription = ''
Expand Down

0 comments on commit 472323a

Please sign in to comment.