Skip to content

Commit

Permalink
gnutls: 3.3.24 -> 3.3.25
Browse files Browse the repository at this point in the history
(cherry picked from commit e99a810)
  • Loading branch information
NeQuissimus authored and fpletz committed Oct 25, 2016
1 parent 27b37f1 commit cadc55f
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.24";
version = "3.3.25";

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

0 comments on commit cadc55f

Please sign in to comment.