mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03: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 New Issue
Block a user