nettle: 3.7.3 -> 3.8

This commit is contained in:
Minijackson 2022-07-25 13:55:45 +02:00
parent 450f3eaa1d
commit 5f72e1707a
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -1,10 +1,10 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix rec {
version = "3.7.3";
version = "3.8";
src = fetchurl {
url = "mirror://gnu/nettle/nettle-${version}.tar.gz";
sha256 = "1w5wwc3q0r97d2ifhx77cw7y8s20bm8x52is9j93p2h47yq5w7v6";
hash = "sha256-dXbGhIHBmPZEsIwWDRpIULqUSeMIBpRVtSEzGfI06OY=";
};
}