summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-10-05 22:08:53 +0000
committerLudovic Courtès <ludo@gnu.org>2010-10-05 22:08:53 +0000
commit97ae4239e4dd603e3228fceee0ab2b190a1901a4 (patch)
tree88d71ce4f33a34987fdf27bedeaafc59582aab12 /pkgs/development
parent65b6fc1992d973fa0f44ab2faf84e6c9f210d512 (diff)
downloadnixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.tar
nixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.tar.gz
nixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.tar.bz2
nixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.tar.lz
nixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.tar.xz
nixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.tar.zst
nixlib-97ae4239e4dd603e3228fceee0ab2b190a1901a4.zip
GnuTLS 2.10.2.
svn path=/nixpkgs/trunk/; revision=24103
Diffstat (limited to 'pkgs/development')
-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 93cec825d6ba..666e5f539edd 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.10.1";
+  name = "gnutls-2.10.2";
 
   src = fetchurl {
     url = "mirror://gnu/gnutls/${name}.tar.bz2";
-    sha256 = "1vh2qc2pk6srlqk4ag0v7ba41jmy9816a2mj8yx1253626y7h43k";
+    sha256 = "09479y0qy91qg20kkq9j0yy4agnpi4knb8ciq83cq0lvqqzplbp8";
   };
 
   configurePhase = ''