nettle: 3.9 -> 3.9.1

This commit is contained in:
Janne Heß 2023-06-03 11:03:21 +02:00
parent 466131b4da
commit 3425805fe4
No known key found for this signature in database

View file

@ -1,10 +1,10 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix rec {
version = "3.9";
version = "3.9.1";
src = fetchurl {
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
hash = "sha256-Duet9acgFhC7f+Csu3ybO+g75EkE3TXrvNllzYlr/qo=";
hash = "sha256-zP7/mBsMpxu9b7ywVPQHxg/7ZEOJpb6A1nFtW1UMbOM=";
};
}