lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nettle: 3.8 -> 3.8.1

https://lists.gnu.org/archive/html/info-gnu/2022-07/msg00010.html

+2 -2
+2 -2
pkgs/development/libraries/nettle/default.nix
··· 1 1 { callPackage, fetchurl }: 2 2 3 3 callPackage ./generic.nix rec { 4 - version = "3.8"; 4 + version = "3.8.1"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://gnu/nettle/nettle-${version}.tar.gz"; 8 - hash = "sha256-dXbGhIHBmPZEsIwWDRpIULqUSeMIBpRVtSEzGfI06OY="; 8 + hash = "sha256-Nk8+K3fNfc3oP9fEUhnINOVLDHXkKLb4lKI9Et1By/4="; 9 9 }; 10 10 }