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:
parent
eb3d207611
commit
14a754ff63
@ -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";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user