nsd: 4.1.26 -> 4.1.27

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nsd/versions
This commit is contained in:
R. RyanTM 2019-04-01 19:08:12 -07:00
parent 18aa59b0f2
commit a5300c7c8f

View File

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