about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-12-16 19:07:48 -0500
committerMario Rodas <marsam@users.noreply.github.com>2018-12-16 19:09:43 -0500
commitc32752fb129ab40699a83ab1ef2828a269c28dd0 (patch)
tree26d2c585c2580789bb5e38f0d555d47ec4fecef2
parent5b9aa055225c0e0a169f5ebf3c96b71b89c4961e (diff)
downloadnixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.tar
nixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.tar.gz
nixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.tar.bz2
nixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.tar.lz
nixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.tar.xz
nixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.tar.zst
nixlib-c32752fb129ab40699a83ab1ef2828a269c28dd0.zip
gopass: 1.8.2 -> 1.8.3
-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 88b15ebf43f5..2242a9c109e4 100644
--- a/pkgs/tools/security/gopass/default.nix
+++ b/pkgs/tools/security/gopass/default.nix
@@ -1,7 +1,7 @@
 { stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, xclip, makeWrapper }:
 
 buildGoPackage rec {
-  version = "1.8.2";
+  version = "1.8.3";
   name = "gopass-${version}";
 
   goPackagePath = "github.com/gopasspw/gopass";
@@ -12,7 +12,7 @@ buildGoPackage rec {
     owner = "gopasspw";
     repo = "gopass";
     rev = "v${version}";
-    sha256 = "0a2nnm3liilp2jcsvgyp87cjw92gspcc3azaszfvx125l63r4c9f";
+    sha256 = "1m4dmydgbpyrqv0blbrw66f2340c6hbz2wg22mpybf0zvd5i9ba6";
   };
 
   wrapperPath = with stdenv.lib; makeBinPath ([