Merge pull request #312039 from trofi/bind-update

bind: 9.18.26 -> 9.18.27
This commit is contained in:
Pol Dellaiera 2024-05-16 21:55:43 +02:00 committed by GitHub
commit 783b4489b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.26";
version = "9.18.27";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-df/uUnMelgTISbZY3ynpJ/HE8B1aceo+vL62NwLLZlE=";
hash = "sha256-6j89jPovaueMhyJ1HQCPVLwXo67Svj9zmet79fTNqPE=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];