Skip to content

Commit

Permalink
gnutls: 3.3.24 -> 3.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and fpletz committed Oct 25, 2016
1 parent 5993326 commit e99a810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnutls/3.3.nix
Original file line number Diff line number Diff line change
@@ -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 e99a810

Please sign in to comment.