* GnuPG updated to 1.4.2.2.

svn path=/nixpkgs/trunk/; revision=5080
This commit is contained in:
Eelco Dolstra 2006-03-23 10:22:18 +00:00
parent 67971a4349
commit bfa6f51e30

View File

@ -7,11 +7,11 @@
}:
stdenv.mkDerivation {
name = "gnupg-1.4.2";
name = "gnupg-1.4.2.2";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gnupg-1.4.2.tar.bz2;
md5 = "c7afd50c7d01fcfada229326b3958404";
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.2.2.tar.bz2;
md5 = "f5559ddb004e0638f6bd9efe2bac00134c5065ba";
};
idea = if ideaSupport then fetchurl {
url = ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz;