Skip to content

Commit febadbc

Browse files
committedJul 5, 2017
gnutls: bugfix 3.5.13 -> 3.5.14
1 parent f171b95 commit febadbc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/gnutls

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/gnutls/3.5.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ callPackage, fetchurl, ... } @ args:
22

33
callPackage ./generic.nix (args // rec {
4-
version = "3.5.13";
4+
version = "3.5.14";
55

66
src = fetchurl {
77
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
8-
sha256 = "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr";
8+
sha256 = "1nhv0mf3apz65ljh335l8xds7wpn08ywljkrvws08apljbn2v8aa";
99
};
1010

1111
# Skip two tests introduced in 3.5.11. Probable reasons of failure:

0 commit comments

Comments
 (0)
Please sign in to comment.