about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-09 15:40:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-05-09 15:40:00 -0500
commit943b8b6ebd4a1da46dda503bd79a5141d9da972b (patch)
treec07c47faa34f054df0bf9d3c39f89b815a0e1d0e
parentd373d80b1207d52621961b16aa4a3438e4f98167 (diff)
downloadnixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.tar
nixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.tar.gz
nixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.tar.bz2
nixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.tar.lz
nixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.tar.xz
nixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.tar.zst
nixlib-943b8b6ebd4a1da46dda503bd79a5141d9da972b.zip
gopass: 1.9.0 -> 1.9.1
Changelog: https://github.com/gopasspw/gopass/releases/tag/v1.9.1
-rw-r--r--pkgs/tools/security/gopass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gopass/default.nix b/pkgs/tools/security/gopass/default.nix
index 59a5e800aedb..a16701f48ea8 100644
--- a/pkgs/tools/security/gopass/default.nix
+++ b/pkgs/tools/security/gopass/default.nix
@@ -9,7 +9,7 @@
 
 buildGoModule rec {
   pname = "gopass";
-  version = "1.9.0";
+  version = "1.9.1";
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];
 
@@ -17,10 +17,10 @@ buildGoModule rec {
     owner = "gopasspw";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1cssiglhxnrk1wl8phqkhmljqig5ms5a23sdzf8lywk5f6w2gayh";
+    sha256 = "19xhyyd76r17rwn6s8xgfjnyi7kywagy0i4anqws40w79j3qb1p0";
   };
 
-  modSha256 = "01p3zv6dq1l68in1qqvlsh7i3ydhhanf54dyf7288x35js8wnmqa";
+  modSha256 = "0zr4ihpcclw5pfhcdrd4n4qb3i3djcwyvwr4m2kpn99icp55bml8";
 
   buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version} -X main.commit=${src.rev}" ];