Unverified Commit 25ea7181 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

bind: 9.20.21 -> 9.20.22 (#506842)

parents eb7797a7 f655b835
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bind";
  version = "9.20.21";
  version = "9.20.22";

  src = fetchurl {
    url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
    hash = "sha256-FeG1oifSiQ98ToI6bqAY3nDuLzoOhZy/89gqrYWQ3gM=";
    hash = "sha256-y6kv9jG5SWVfR1/ktUKQ9oYP0AcNOZ8iefZDfA04PsY=";
  };

  outputs = [