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

nsd: 4.1.25 -> 4.1.26
This commit is contained in:
Christoph Hrdinka 2018-12-16 19:38:07 +01:00 committed by GitHub
commit f5428c6369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
}:
stdenv.mkDerivation rec {
name = "nsd-4.1.25";
name = "nsd-4.1.26";
src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
sha256 = "0zyzjd3wmq258jiry62ci1z23qfd0rc5ggnpmybc60xvpddgynwg";
sha256 = "1x0mvj4872dzj1rr9adnchdm4dhn41xmc459p5j4s0r13m1l32lz";
};
prePatch = ''