Merge pull request #37274 from ryantm/auto-update/bind

bind: 9.12.0 -> 9.12.1
This commit is contained in:
Peter Simons 2018-03-22 14:31:44 +01:00 committed by GitHub
commit b21e398a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
assert enableSeccomp -> libseccomp != null;
let version = "9.12.0"; in
let version = "9.12.1"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "10iwkghl5g50b7wc17bsb9wa0dh2gd57bjlk6ynixhywz6dhx1r9";
sha256 = "043mjcw405qa0ghm5dkhfsq35gsy279724fz3mjqpr1mbi14dr0n";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];