Merge pull request #268185 from r-ryantm/auto-update/bind

bind: 9.18.19 -> 9.18.20
This commit is contained in:
Pol Dellaiera 2023-11-27 20:53:44 +01:00 committed by GitHub
commit 704d55616d
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.19";
version = "9.18.20";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-EV4JwFQ5vrreHScu2gj6iOs7YBKe3vaQWIyHpNJ2Esw=";
hash = "sha256-S4kev1jT8qesPdJoKZD1KKNEjqocmS3cXBQbhYepjsU=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];