nettle: 3.3 -> 3.4

See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00007.html
for release information
This commit is contained in:
Lancelot SIX 2017-11-20 09:45:04 +01:00
parent eb3d207611
commit 14a754ff63
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

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";
};
})