bind: 9.9.5-W1 -> 9.10.2 + added rndc key

This commit is contained in:
koral 2015-03-01 11:53:16 +00:00
parent ebf122c36f
commit f1e615f6df
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
let version = "9.9.5-W1"; in
let version = "9.10.2"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "1b3ycb376b1j2fc0k6w16k8j9vgsfrzy3nlw1vxzzi41fgyqmcd3";
sha256 = "163s8pvqj4lyryvfzkc6acbys7gw1by5dqwilggiwp54ia8bg6vg";
};
patchPhase = ''