nettle: 3.9.1 -> 3.10

Changes: https://lists.gnu.org/archive/html/info-gnu/2024-06/msg00003.html
This commit is contained in:
Sergei Trofimovich 2024-06-17 07:00:24 +01:00
parent bd8d034e65
commit 727d620f8f

View File

@ -1,10 +1,10 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix rec {
version = "3.9.1";
version = "3.10";
src = fetchurl {
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
hash = "sha256-zP7/mBsMpxu9b7ywVPQHxg/7ZEOJpb6A1nFtW1UMbOM=";
hash = "sha256-tMUYrbF05ITLSs6lQRjwI4DHEzdx5+m+uYoHhxlO5Hw=";
};
}