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

nsd: 4.8.0 -> 4.9.1
This commit is contained in:
Christoph Hrdinka
2024-04-30 09:53:10 +02:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "nsd";
version = "4.8.0";
version = "4.9.1";
src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-gg2k44RyGRX0vK9/K+2YUZ2lY8bkwTDHQsckdg7AKgo=";
sha256 = "sha256-psI6U+6BEfpx53t1ZdG49IbqaVdwgWWF+93xTkNn5t8=";
};
prePatch = ''