lol

bind: 9.20.10 -> 9.20.11 (#425877)

authored by

Thomas Gerbet and committed by
GitHub
053964b3 449fd790

+2 -2
+2 -2
pkgs/by-name/bi/bind/package.nix
··· 27 27 28 28 stdenv.mkDerivation (finalAttrs: { 29 29 pname = "bind"; 30 - version = "9.20.10"; 30 + version = "9.20.11"; 31 31 32 32 src = fetchurl { 33 33 url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz"; 34 - hash = "sha256-D7O6LDN7tIjKaPXfKWxDXNJVBY+2PQgi6R2wI1yQVxY="; 34 + hash = "sha256-TaLVMuZovCHog/bm2dPYF5TZ7GCxgVMDhWSaVvRu4Xo="; 35 35 }; 36 36 37 37 outputs = [