Merge #31853: nettle: 3.3 -> 3.4

This commit is contained in:
Vladimír Čunát 2017-11-27 12:24:16 +01:00
commit 40a2973f14
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,10 +1,10 @@
{ callPackage, fetchurl, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "3.3";
version = "3.4";
src = fetchurl {
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
sha256 = "07mif3af077763vc35s1x8vzhzlgqcgxh67c1xr13jnhslkjd526";
sha256 = "150y8655h629wn946dvzasq16qxsc1m9nf58mifvhl350bgl4ymf";
};
})