mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
1.4.2.2 -> 1.4.4
svn path=/nixpkgs/trunk/; revision=5878
This commit is contained in:
parent
5ae0cc2c5e
commit
0d620b8890
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnupg-1.4.2.2";
|
||||
name = "gnupg-1.4.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.2.2.tar.bz2;
|
||||
sha1 = "f5559ddb004e0638f6bd9efe2bac00134c5065ba";
|
||||
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.4.tar.bz2;
|
||||
sha1 = "3414d67f22973576f31e354f44859bafbccb7eee";
|
||||
};
|
||||
idea = if ideaSupport then fetchurl {
|
||||
url = ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz;
|
||||
|
|
Loading…
Reference in a new issue