nsd: 4.10.2 -> 4.11.0

This commit is contained in:
R. Ryantm
2024-12-19 14:54:09 +00:00
parent 41edc75130
commit 1c976f5ed9
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "nsd";
version = "4.10.2";
version = "4.11.0";
src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-yR7vLnPkMPooa9SPB1qNAj+25gVg4iGJyzWDxdoAtps=";
sha256 = "sha256-k5VtkNRf+p+E+MovcYpCEF5CNtCUzgMiEYSfGhLNwVg=";
};
prePatch = ''