Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
bind: 9.12.3-P1 -> 9.12.3-P4
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bind/versions
  • Loading branch information
r-ryantm committed Mar 1, 2019
1 parent 2fcb11a commit e08f01f
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-P1"; in
let version = "9.12.3-P4"; in

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

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

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

0 comments on commit e08f01f

Please sign in to comment.