1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

GnuTLS 2.6.5.

svn path=/nixpkgs/trunk/; revision=15021
This commit is contained in:
Ludovic Courtès 2009-04-14 08:47:51 +00:00
parent edca05ee30
commit f94f76b2f4

View file

@ -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 ];