Merge pull request #275800 from trofi/bind-update

bind: 9.18.20 -> 9.18.21
This commit is contained in:
Mario Rodas 2024-01-06 08:06:36 -05:00 committed by GitHub
commit 3623e2df4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.20";
version = "9.18.21";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-S4kev1jT8qesPdJoKZD1KKNEjqocmS3cXBQbhYepjsU=";
hash = "sha256-pVa+IlBdnqT5xnF67pxUlznGhJiv88ppA1eH7MZI/sU=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];