Unverified Commit 053964b3 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

bind: 9.20.10 -> 9.20.11 (#425877)

parents 449fd790 931a28c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bind";
  version = "9.20.10";
  version = "9.20.11";

  src = fetchurl {
    url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
    hash = "sha256-D7O6LDN7tIjKaPXfKWxDXNJVBY+2PQgi6R2wI1yQVxY=";
    hash = "sha256-TaLVMuZovCHog/bm2dPYF5TZ7GCxgVMDhWSaVvRu4Xo=";
  };

  outputs = [