summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-27 15:57:49 +0000
committerGitHub <noreply@github.com>2018-02-27 15:57:49 +0000
commitc4cd0eccd57fc2cd68aa454468b21813b66fab6c (patch)
tree892c7b0ab55768f8c3fe9a0d30533f1bbe810484 /pkgs/tools/security
parent62f0942b6eb557ec6a205a8680814f276e10e229 (diff)
parentfad95a35c5922b680fcbd5cb4316bd2623b9fbec (diff)
downloadnixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.tar
nixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.tar.gz
nixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.tar.bz2
nixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.tar.lz
nixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.tar.xz
nixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.tar.zst
nixlib-c4cd0eccd57fc2cd68aa454468b21813b66fab6c.zip
Merge pull request #35845 from suvash/update-gopass
gopass: 1.6.7 -> 1.6.11
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/gopass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gopass/default.nix b/pkgs/tools/security/gopass/default.nix
index abe7aa1fc7cf..db58c6011f07 100644
--- a/pkgs/tools/security/gopass/default.nix
+++ b/pkgs/tools/security/gopass/default.nix
@@ -1,7 +1,7 @@
 { stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, makeWrapper }:
 
 buildGoPackage rec {
-  version = "1.6.7";
+  version = "1.6.11";
   name = "gopass-${version}";
 
   goPackagePath = "github.com/justwatchcom/gopass";
@@ -12,7 +12,7 @@ buildGoPackage rec {
     owner = "justwatchcom";
     repo = "gopass";
     rev = "v${version}";
-    sha256 = "0al2avdvmnnz7h21hnvlacr20k50my5l67plgf4cphy52p9461vp";
+    sha256 = "12pih414232bsdj1qqc04vck2p9254wjy044n5kbbdqbmfgap7sj";
   };
 
   wrapperPath = with stdenv.lib; makeBinPath ([