summary refs log tree commit diff
path: root/pkgs/tools/security/pass
diff options
context:
space:
mode:
authorSimon Lackerbauer <simon@lackerbauer.com>2018-06-14 23:14:40 +0200
committerSimon Lackerbauer <simon@lackerbauer.com>2018-06-14 23:14:40 +0200
commitd55f7d3cb30401c3eebcc257d9876912416ba716 (patch)
treede86e9030b2449edb958845f1f1be5bde8309269 /pkgs/tools/security/pass
parent8e09a4b8812ad7860df10e1a2e41e8aee6f187b3 (diff)
downloadnixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.tar
nixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.tar.gz
nixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.tar.bz2
nixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.tar.lz
nixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.tar.xz
nixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.tar.zst
nixpkgs-d55f7d3cb30401c3eebcc257d9876912416ba716.zip
pass: 1.7.1 -> 1.7.2
Diffstat (limited to 'pkgs/tools/security/pass')
-rw-r--r--pkgs/tools/security/pass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pass/default.nix b/pkgs/tools/security/pass/default.nix
index 5ce0ce0dbc2..37efbd80fbb 100644
--- a/pkgs/tools/security/pass/default.nix
+++ b/pkgs/tools/security/pass/default.nix
@@ -29,12 +29,12 @@ let
     };
 
   generic = extensionsEnv: extraPassthru: stdenv.mkDerivation rec {
-    version = "1.7.1";
+    version = "1.7.2";
     name    = "password-store-${version}";
 
     src = fetchurl {
       url    = "http://git.zx2c4.com/password-store/snapshot/${name}.tar.xz";
-      sha256 = "0scqkpll2q8jhzcgcsh9kqz0gwdpvynivqjmmbzax2irjfaiklpn";
+      sha256 = "1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27";
     };
 
     patches = [ ./set-correct-program-name-for-sleep.patch