mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
GnuTLS: ``downgrade'' to 2.2.4 since 2.2.x is the current stable branch anyway.
svn path=/nixpkgs/trunk/; revision=11845
This commit is contained in:
parent
09f95efe18
commit
e1aea4d59b
@ -5,11 +5,11 @@ assert guileBindings -> guile != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "gnutls-2.3.4";
|
||||
name = "gnutls-2.2.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/releases/${name}.tar.bz2";
|
||||
sha256 = "0n1pq40yl3ali17gkfzd2ad3xb9qrwx67affsqgssqffgmljq63j";
|
||||
url = "mirror://gnu/gnutls/${name}.tar.bz2";
|
||||
sha256 = "1k140912g78mvadr1ga0nm2qibdbb6llp2l60m35bwr90b5abz7x";
|
||||
};
|
||||
|
||||
patches = [ ./tmpdir.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user