pass: update from 1.6.2 to 1.6.3

This commit is contained in:
Moritz Ulrich 2014-08-04 15:54:05 +02:00
parent be560b710e
commit 7af9134293
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
assert withX -> xclip != null; assert withX -> xclip != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.6.2"; version = "1.6.3";
name = "password-store-${version}"; name = "password-store-${version}";
src = fetchurl { src = fetchurl {
url = "http://git.zx2c4.com/password-store/snapshot/${name}.tar.xz"; url = "http://git.zx2c4.com/password-store/snapshot/${name}.tar.xz";
sha256 = "1d32y6k625pv704icmhg46zg02kw5zcyxscgljxgy8bb5wv4lv2j"; sha256 = "1xs00c7ffqd0093i452kryw9sjip6dkp1pclx69zihb5l45d86fl";
}; };
patches = [ ./darwin-getopt.patch ]; patches = [ ./darwin-getopt.patch ];