mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
GnuTLS 2.6.5.
svn path=/nixpkgs/trunk/; revision=15021
This commit is contained in:
parent
edca05ee30
commit
f94f76b2f4
@ -5,11 +5,11 @@ assert guileBindings -> guile != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "gnutls-2.6.3";
|
||||
name = "gnutls-2.6.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gnutls/${name}.tar.bz2";
|
||||
sha256 = "1rs0a9d5ag17ws7d442ywlsdm6nb8fdmxkpj5hv9byfwb7k7xpgd";
|
||||
sha256 = "1jq1alccg4fzr3xnq5j3igwsyypw855jqx7iri4bf2ic0wvfd2z7";
|
||||
};
|
||||
|
||||
patches = [ ./tmpdir.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user