Unverified Commit 79c4cde0 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #256396: bind: 9.18.18 -> 9.18.19

parents d86d9f30 b0c03e16
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.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" ];