Commit 8f2ec8ab authored by R. RyanTM's avatar R. RyanTM
Browse files

bind: 9.18.19 -> 9.18.20

parent 5dcbaf3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];