Skip to content

Commit

Permalink
Revert "bind: 9.12.1-P2 -> 9.13.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed May 27, 2018
1 parent 75d440c commit 5380af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Expand Up @@ -6,14 +6,14 @@
assert enableSeccomp -> libseccomp != null;
assert enablePython -> python3 != null;

let version = "9.13.0"; in
let version = "9.12.1-P2"; in

stdenv.mkDerivation rec {
name = "bind-${version}";

src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "1z2gyfps30skhhby1vlyxa7cbpla10b89z51dd4djdbiih49ki6a";
sha256 = "0a9dvyg1dk7vpqn9gz7p5jas3bz7z22bjd66b98g1qk16i2w7rqd";
};

outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
Expand Down

0 comments on commit 5380af7

Please sign in to comment.