Skip to content

Commit

Permalink
Merge pull request #305144 from trofi/bind-update
Browse files Browse the repository at this point in the history
bind: 9.18.25 -> 9.18.26
  • Loading branch information
risicle authored Apr 23, 2024
2 parents a79dc90 + 16c31e6 commit 591b76c
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 @@ -24,11 +24,11 @@

stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.25";
version = "9.18.26";

src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-WkpwQyoz0Anw5unbsyiq56XidQfpjii/PAxrJQzLKrM=";
hash = "sha256-df/uUnMelgTISbZY3ynpJ/HE8B1aceo+vL62NwLLZlE=";
};

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

0 comments on commit 591b76c

Please sign in to comment.