nettle: 3.4 -> 3.4.1 (security)

https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00001.html
This commit is contained in:
Will Dietz 2018-12-07 18:16:00 -06:00
parent 593a9148a9
commit ff084c7256

View File

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