bind: 9.10.4-P6 -> 9.10.5

This commit is contained in:
Robin Gloster 2017-05-20 14:24:03 +02:00
parent c14109c170
commit b447f624c3
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -3,14 +3,14 @@
assert enableSeccomp -> libseccomp != null;
let version = "9.10.4-P6"; in
let version = "9.10.5"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "0rgffdm0h6dks0np4h9q4kd8nyb3azrdxw2skqnjzd8ws78vzpx1";
sha256 = "03ibhzy9577w78kgh6ynl90a2hlbnz0krygffm820hjf2cp8ss3i";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];