We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 67c1f0e commit 9135c9fCopy full SHA for 9135c9f
pkgs/development/libraries/gnutls/3.5.nix
@@ -1,11 +1,11 @@
1
{ callPackage, fetchurl, libunistring, ... } @ args:
2
3
callPackage ./generic.nix (args // rec {
4
- version = "3.5.12";
+ version = "3.5.13";
5
6
src = fetchurl {
7
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
8
- sha256 = "1jspvrmydqgz30c1ji94b55gr2dynz7p96p4y8fkhad0xajkkjv3";
+ sha256 = "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr";
9
};
10
11
# Skip two tests introduced in 3.5.11. Probable reasons of failure:
0 commit comments