nsd: 4.11.1 -> 4.12.0 (#424393)

This commit is contained in:
Wolfgang Walther 2025-08-14 18:51:43 +00:00 committed by GitHub
commit 9fb5ce36c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "nsd";
version = "4.11.1";
version = "4.12.0";
src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-aW5QBSAI3k+nqx2BjVt362MkfuovBXURTJWS/5GIphQ=";
sha256 = "sha256-+ezCz3m6UFgPLfYpGO/EQAhMW/EQV9tEwZqpZDzUteg=";
};
prePatch = ''