1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

gnutls: 3.5.3 -> 3.5.4

This commit is contained in:
Franz Pletz 2016-09-19 00:00:59 +02:00
parent 501f9096f6
commit e3107dc45d
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,10 +1,10 @@
{ callPackage, fetchurl, autoreconfHook, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "3.5.3";
version = "3.5.4";
src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
sha256 = "92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef";
sha256 = "1sx8p7v452s9m854r2c5pvcd1k15a3caiv5h35fhrxz0691h2f2f";
};
})