Merge pull request #319978 from r-ryantm/auto-update/nsd

nsd: 4.9.1 -> 4.10.0
This commit is contained in:
Weijia Wang 2024-06-26 00:51:29 +02:00 committed by GitHub
commit 1234d14222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "nsd";
version = "4.9.1";
version = "4.10.0";
src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-psI6U+6BEfpx53t1ZdG49IbqaVdwgWWF+93xTkNn5t8=";
sha256 = "sha256-YxfX9ePwHDORLzE9ZqM90azhzffxnVxZCy5DDYykYF8=";
};
prePatch = ''