Merge pull request #297845 from trofi/bind-update

bind: 9.18.24 -> 9.18.25
This commit is contained in:
Robert Scott 2024-03-23 21:54:15 +00:00 committed by GitHub
commit 3fd02c34d7
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.24";
version = "9.18.25";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-cJ1zAjyRFd2tO6tltsjHmlkBltDRFPXQyiUz29Ut32Y=";
hash = "sha256-WkpwQyoz0Anw5unbsyiq56XidQfpjii/PAxrJQzLKrM=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];