nettle: 3.7.2 -> 3.7.3
See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00002.html for release information. (cherry picked from commit be77650f3c4c72d32718acbc63be98340b9f795a)
This commit is contained in:
parent
4432fd7d23
commit
ac67481429
|
@ -1,10 +1,10 @@
|
|||
{ callPackage, fetchurl }:
|
||||
|
||||
callPackage ./generic.nix rec {
|
||||
version = "3.7.2";
|
||||
version = "3.7.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
|
||||
sha256 = "0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald";
|
||||
sha256 = "1w5wwc3q0r97d2ifhx77cw7y8s20bm8x52is9j93p2h47yq5w7v6";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue