Skip to content

Commit

Permalink
gnutls33: bugfix+security 3.3.26 -> 3.3.27
Browse files Browse the repository at this point in the history
http://gnutls.org/security.html#GNUTLS-SA-2017-3

This is on 16.09 only, as we have 3.3 branch nowhere else anymore.
  • Loading branch information
vcunat committed Mar 13, 2017
1 parent 1e17a56 commit 89ea86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnutls/3.3.nix
@@ -1,10 +1,10 @@
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "3.3.26";
version = "3.3.27";

src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${version}.tar.xz";
sha256 = "1n90qyz54hhnmf4fmap6zdyv7nihz6mrbqgxhd46h7aqdcmqhzba";
sha256 = "0zxiavxpy2k5f8ainwfbp11mvah23nlx2l8d04sc3xcf2mna3zcd";
};
})

0 comments on commit 89ea86c

Please sign in to comment.