forked from mirrors/nixpkgs
bind: update to version 9.9.4-P2
This commit is contained in:
parent
017a91257b
commit
6603ef3bf8
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
|
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
|
||||||
|
|
||||||
let version = "9.9.3-P2"; in
|
let version = "9.9.4-P2"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
|
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
|
||||||
sha256 = "0y66ns28n3bcq8hp8srgpaxi9ix7myh2rlcsrr3qpwvkgdnb12jy";
|
sha256 = "128aqizcjbakrqrijjpy54qffqz1jafa94lhnqig7lr63r1wdwsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue