vault-tasks: 0.11.0 -> 0.11.1 (#408327)

authored by Peder Bergebakken Sundt and committed by GitHub db0b077a d7277505

+3 -3
+3 -3
pkgs/by-name/va/vault-tasks/package.nix
··· 5 nix-update-script, 6 }: 7 let 8 - version = "0.11.0"; 9 in 10 rustPlatform.buildRustPackage { 11 pname = "vault-tasks"; ··· 14 owner = "louis-thevenet"; 15 repo = "vault-tasks"; 16 rev = "v${version}"; 17 - hash = "sha256-3hRn3x86XLVMBtDlMsuqeEWgsgSeapri9MYNLqDxGF4="; 18 }; 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-mh6LUb1gS/cICyVWCYvmCSeqxaIWI6PyLeQx13dZ0CA="; 21 22 postInstall = "install -Dm444 desktop/vault-tasks.desktop -t $out/share/applications"; 23
··· 5 nix-update-script, 6 }: 7 let 8 + version = "0.11.1"; 9 in 10 rustPlatform.buildRustPackage { 11 pname = "vault-tasks"; ··· 14 owner = "louis-thevenet"; 15 repo = "vault-tasks"; 16 rev = "v${version}"; 17 + hash = "sha256-7stFa2fLczGyoM/O2S/uKCfjSDyABUw/b3tXp7Olqq8="; 18 }; 19 useFetchCargoVendor = true; 20 + cargoHash = "sha256-RSW0N0icKAZbh8KQNkI9TgcKwa6hTKjhaJWCGADtfq8="; 21 22 postInstall = "install -Dm444 desktop/vault-tasks.desktop -t $out/share/applications"; 23