Skip to content

Commit

Permalink
bind: 9.10.4-P6 -> 9.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed May 20, 2017
1 parent c14109c commit b447f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

assert enableSeccomp -> libseccomp != null;

let version = "9.10.4-P6"; in
let version = "9.10.5"; in

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

src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "0rgffdm0h6dks0np4h9q4kd8nyb3azrdxw2skqnjzd8ws78vzpx1";
sha256 = "03ibhzy9577w78kgh6ynl90a2hlbnz0krygffm820hjf2cp8ss3i";
};

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

0 comments on commit b447f62

Please sign in to comment.