3
0
Fork 0
forked from mirrors/nixpkgs

bind: update to version 9.9.4-P2

This commit is contained in:
Peter Simons 2014-01-14 15:55:24 +01:00
parent 017a91257b
commit 6603ef3bf8

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, openssl, libtool, perl, libxml2 }:
let version = "9.9.3-P2"; in
let version = "9.9.4-P2"; in
stdenv.mkDerivation rec {
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "0y66ns28n3bcq8hp8srgpaxi9ix7myh2rlcsrr3qpwvkgdnb12jy";
sha256 = "128aqizcjbakrqrijjpy54qffqz1jafa94lhnqig7lr63r1wdwsh";
};
patchPhase = ''