1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bind: 9.18.19 -> 9.18.20

This commit is contained in:
R. Ryantm 2023-11-17 21:51:41 +00:00
parent 5dcbaf3cc3
commit 8f2ec8ab2b

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