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
+2 -2
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" ];