summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-05-21 13:17:14 +0000
committerLudovic Courtès <ludo@gnu.org>2008-05-21 13:17:14 +0000
commit1fffc63a279c0e7f54a678454dece857a66944c6 (patch)
treeedd19b2bc01db9cf7a499ae2a8e53ea4335c8482 /pkgs/development/libraries/gnutls
parent9037d9287aa2d54d031aaebad7474c9b4987117d (diff)
downloadnixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.tar
nixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.tar.gz
nixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.tar.bz2
nixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.tar.lz
nixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.tar.xz
nixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.tar.zst
nixpkgs-1fffc63a279c0e7f54a678454dece857a66944c6.zip
GnuTLS 2.2.5 (security fix).
svn path=/nixpkgs/trunk/; revision=11872
Diffstat (limited to 'pkgs/development/libraries/gnutls')
-rw-r--r--pkgs/development/libraries/gnutls/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gnutls/default.nix b/pkgs/development/libraries/gnutls/default.nix
index 347f298617c..a84fa006aac 100644
--- a/pkgs/development/libraries/gnutls/default.nix
+++ b/pkgs/development/libraries/gnutls/default.nix
@@ -5,11 +5,11 @@ assert guileBindings -> guile != null;
 
 stdenv.mkDerivation rec {
 
-  name = "gnutls-2.2.4";
+  name = "gnutls-2.2.5";
 
   src = fetchurl {
     url = "mirror://gnu/gnutls/${name}.tar.bz2";
-    sha256 = "1k140912g78mvadr1ga0nm2qibdbb6llp2l60m35bwr90b5abz7x";
+    sha256 = "0mxf4pwv17lf4c2b3bh70wn35y9f45325am1ywkmw2azbfyqj9ng";
   };
 
   patches = [ ./tmpdir.patch ];