mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* That's a SHA-1 hash.
svn path=/nixpkgs/trunk/; revision=5081
This commit is contained in:
parent
bfa6f51e30
commit
77d7e2ea95
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.2.2.tar.bz2;
|
||||
md5 = "f5559ddb004e0638f6bd9efe2bac00134c5065ba";
|
||||
sha1 = "f5559ddb004e0638f6bd9efe2bac00134c5065ba";
|
||||
};
|
||||
idea = if ideaSupport then fetchurl {
|
||||
url = ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz;
|
||||
|
|
Loading…
Reference in a new issue