summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-02 13:18:47 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-02 13:18:47 -0400
commit5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2 (patch)
tree2b45c614e9419d4ab33d4cf871eb9f51a7bba5ee /pkgs/development/libraries/gnutls
parent2cf1b94b82ff557b5e37a3a944eced6ccff8d720 (diff)
downloadnixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.tar
nixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.tar.gz
nixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.tar.bz2
nixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.tar.lz
nixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.tar.xz
nixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.tar.zst
nixpkgs-5c66a4e2210bd5f3f11af808fe61f31f3e3bfbf2.zip
gnutls: 3.5.14 -> 3.5.15
Diffstat (limited to 'pkgs/development/libraries/gnutls')
-rw-r--r--pkgs/development/libraries/gnutls/3.5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gnutls/3.5.nix b/pkgs/development/libraries/gnutls/3.5.nix
index 62ff2547569..55c917f212e 100644
--- a/pkgs/development/libraries/gnutls/3.5.nix
+++ b/pkgs/development/libraries/gnutls/3.5.nix
@@ -1,11 +1,11 @@
 { callPackage, fetchurl, ... } @ args:
 
 callPackage ./generic.nix (args // rec {
-  version = "3.5.14";
+  version = "3.5.15";
 
   src = fetchurl {
     url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
-    sha256 = "1nhv0mf3apz65ljh335l8xds7wpn08ywljkrvws08apljbn2v8aa";
+    sha256 = "1mgsxkbs44csw07ngwbqns2y2s03m975lk1sl5ay87wbic882q04";
   };
 
   # Skip two tests introduced in 3.5.11.  Probable reasons of failure: