nettle: 3.8 -> 3.8.1

https://lists.gnu.org/archive/html/info-gnu/2022-07/msg00010.html
This commit is contained in:
Vladimír Čunát 2022-08-19 12:17:21 +02:00
parent 27bb3a1e26
commit 9d2a6192d8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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