mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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 {
|
stdenv.mkDerivation {
|
||||||
name = "gnupg-1.4.2.2";
|
name = "gnupg-1.4.4";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.2.2.tar.bz2;
|
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.4.tar.bz2;
|
||||||
sha1 = "f5559ddb004e0638f6bd9efe2bac00134c5065ba";
|
sha1 = "3414d67f22973576f31e354f44859bafbccb7eee";
|
||||||
};
|
};
|
||||||
idea = if ideaSupport then fetchurl {
|
idea = if ideaSupport then fetchurl {
|
||||||
url = ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz;
|
url = ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue