summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-08-04 15:54:05 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-08-04 15:54:05 +0200
commit7af9134293d3aae716eaed596ac7e17af9e44cf5 (patch)
treef41948fd2f62209d021ffe385f247c65f4b2eb6e /pkgs/tools/security
parentbe560b710e47b602a70e74125a8db2b3f37b4997 (diff)
downloadnixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.tar
nixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.tar.gz
nixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.tar.bz2
nixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.tar.lz
nixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.tar.xz
nixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.tar.zst
nixlib-7af9134293d3aae716eaed596ac7e17af9e44cf5.zip
pass: update from 1.6.2 to 1.6.3
Diffstat (limited to 'pkgs/tools/security')
-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 f9bc01715924..3b44edcf1d3b 100644
--- a/pkgs/tools/security/pass/default.nix
+++ b/pkgs/tools/security/pass/default.nix
@@ -7,12 +7,12 @@
 assert withX -> xclip != null;
 
 stdenv.mkDerivation rec {
-  version = "1.6.2";
+  version = "1.6.3";
   name    = "password-store-${version}";
 
   src = fetchurl {
     url    = "http://git.zx2c4.com/password-store/snapshot/${name}.tar.xz";
-    sha256 = "1d32y6k625pv704icmhg46zg02kw5zcyxscgljxgy8bb5wv4lv2j";
+    sha256 = "1xs00c7ffqd0093i452kryw9sjip6dkp1pclx69zihb5l45d86fl";
   };
 
   patches = [ ./darwin-getopt.patch ];