Skip to content

Commit

Permalink
Merge #25807: gnutls: bugfix 3.5.11 -> 3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed May 16, 2017
2 parents 515414e + c68a241 commit 2b5b38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnutls/3.5.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ callPackage, fetchurl, libunistring, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "3.5.11";
version = "3.5.12";

src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
sha256 = "13z2dxxyrsb7gfpl1k2kafqh2zaigi872y5xgykhs9cyaz2mqxji";
sha256 = "1jspvrmydqgz30c1ji94b55gr2dynz7p96p4y8fkhad0xajkkjv3";
};

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

0 comments on commit 2b5b38a

Please sign in to comment.