Skip to content

Commit

Permalink
Merge pull request #60249 from dtzWill/update/bind-9.12.4-P1
Browse files Browse the repository at this point in the history
bind:  9.12.3-P4 -> 9.12.4-P1
  • Loading branch information
peti committed Apr 26, 2019
2 parents 9d7afd0 + f0f081d commit d16a5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Expand Up @@ -8,14 +8,14 @@
assert enableSeccomp -> libseccomp != null;
assert enablePython -> python3 != null;

let version = "9.12.3-P4"; in
let version = "9.12.4-P1"; in

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

src = fetchurl {
url = "https://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "01pj47z5582rd538dmbzf1msw4jc8j4zr0zx4ciy88r6qr9l80fi";
sha256 = "1if7zc5gzrfd28csc63v9bjwrc0rgvm1x9yx058946hc5gp5lyp2";
};

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

0 comments on commit d16a5a5

Please sign in to comment.