mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
gopass: 1.14.6 → 1.14.7
This commit is contained in:
parent
490f918fe6
commit
dd8c6e41d1
@ -13,7 +13,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gopass";
|
||||
version = "1.14.6";
|
||||
version = "1.14.7";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles makeWrapper ];
|
||||
|
||||
@ -21,10 +21,10 @@ buildGoModule rec {
|
||||
owner = "gopasspw";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-TTifpIZdv2KVsWQGHR1seYL+A8MSmngnvm/zUqrz5CM=";
|
||||
hash = "sha256-MPKEz+tX07Vi59co8qUEnDmm02WoNdqIEyzkH06He2U=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-57fvb0UF90S+OhZcxi5ZFMOLXW72kKVjls5cia9pitA=";
|
||||
vendorHash = "sha256-qL97uRDvrDEgNsAMfdrs4EKsQPvypZqYbLrV27wXsyM=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
@ -40,9 +40,10 @@ buildGoModule rec {
|
||||
|
||||
postInstall = ''
|
||||
installManPage gopass.1
|
||||
installShellCompletion --zsh --name _gopass zsh.completion
|
||||
installShellCompletion --bash --name gopass.bash bash.completion
|
||||
installShellCompletion --fish --name gopass.fish fish.completion
|
||||
installShellCompletion --cmd gopass \
|
||||
--zsh zsh.completion \
|
||||
--bash bash.completion \
|
||||
--fish fish.completion
|
||||
'' + lib.optionalString passAlias ''
|
||||
ln -s $out/bin/gopass $out/bin/pass
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user