mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* Fix GnuPG download location.
svn path=/nixpkgs/trunk/; revision=10028
This commit is contained in:
parent
317ebab2c2
commit
8ae848454a
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
name = "gnupg-1.4.8";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.8.tar.bz2;
|
||||
url = ftp://ftp.cert.dfn.de/pub/tools/crypt/gcrypt/gnupg/gnupg-1.4.8.tar.bz2;
|
||||
sha1 = "4b63267358e5c70f05b48e27d6877bad2636cabd";
|
||||
};
|
||||
buildInputs = [readline];
|
||||
@ -22,5 +22,5 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "A free implementation of the OpenPGP standard for encrypting and signing data";
|
||||
homepage = http://www.gnupg.org/;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user