Merge pull request #305144 from trofi/bind-update

bind: 9.18.25 -> 9.18.26
This commit is contained in:
Robert Scott 2024-04-23 20:08:24 +01:00 committed by GitHub
commit 591b76ca17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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" ];