mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Added a currently more functional URL for libgcrypt
svn path=/nixpkgs/trunk/; revision=9688
This commit is contained in:
parent
e6b64545f0
commit
67ba3f1d4d
|
@ -3,7 +3,10 @@ args: with args;
|
|||
stdenv.mkDerivation {
|
||||
name = "libgcrypt-1.3.1";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.3.1.tar.bz2;
|
||||
urls = [
|
||||
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.3.1.tar.bz2
|
||||
ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.3.1.tar.bz2
|
||||
];
|
||||
sha256 = "0ip0bjhnn12lvb050j91x64wfhmpk7xlc3p93mxi9g2qczg413nz";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue