Skip to content

Commit

Permalink
Merge pull request #123790 from r-ryantm/auto-update/bind
Browse files Browse the repository at this point in the history
bind: 9.16.15 -> 9.16.16
  • Loading branch information
globin committed May 20, 2021
2 parents 520b4a8 + d0335f1 commit f4a7efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Expand Up @@ -10,11 +10,11 @@ assert enablePython -> python3 != null;

stdenv.mkDerivation rec {
pname = "bind";
version = "9.16.15";
version = "9.16.16";

src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "0fbqisrh84f8wszm94cqp7v8q9r7pql3qyzbay7vz9vqv0rg9dlq";
sha256 = "sha256-bJE5Aq34eOfcXiKc6pT678nUD0R3WjAhPt0Ihg92HXs=";
};

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

0 comments on commit f4a7efd

Please sign in to comment.