mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
nsd: update to version 4.1.0
This commit is contained in:
parent
29b4258622
commit
f1b3196f2d
@ -11,11 +11,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nsd-4.0.3";
|
||||
name = "nsd-4.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
|
||||
sha256 = "4bf05f2234e1b41899198aa1070f409201fc3c4980feef6567cd92c7074c4a8b";
|
||||
sha256 = "ec3f6902f6f26a6b9248dcd7e9f42472fa52755740b4ba6b9d3bd08910b39b62";
|
||||
};
|
||||
|
||||
buildInputs = [ libevent openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user