Yaya 2023-09-20 21:32:41 +00:00
parent 68a7cc9b47
commit b0c03e1684

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.18";
version = "9.18.19";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
hash = "sha256-1zXNwSemxXCb3kdbW/FvohM/Nv26IC98PDfRNOUZIWA=";
hash = "sha256-EV4JwFQ5vrreHScu2gj6iOs7YBKe3vaQWIyHpNJ2Esw=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];