Commit 9f341276 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent 0afa1438
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.26";
  version = "9.18.27";

  src = fetchurl {
    url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
    hash = "sha256-df/uUnMelgTISbZY3ynpJ/HE8B1aceo+vL62NwLLZlE=";
    hash = "sha256-6j89jPovaueMhyJ1HQCPVLwXo67Svj9zmet79fTNqPE=";
  };

  outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];