nettle: 3.1.1 -> 3.2

This commit is contained in:
Graham Christensen 2016-09-24 09:02:25 -04:00
parent 659803f8c5
commit 54db6a46c7
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -1,10 +1,10 @@
{ callPackage, fetchurl, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "3.1.1";
version = "3.2";
src = fetchurl {
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
sha256 = "0k1x57zviysvi91lkk66cg8v819vywm5g5yqs22wppfqcifx5m2z";
sha256 = "15wxhk52yc62rx0pddmry66hqm6z5brrrkx4npd3wh9nybg86hpa";
};
})