We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1144b43 + f95180f commit 12028beCopy full SHA for 12028be
pkgs/by-name/bi/bind/package.nix
@@ -27,11 +27,11 @@
27
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "bind";
30
- version = "9.20.9";
+ version = "9.20.10";
31
32
src = fetchurl {
33
url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
34
- hash = "sha256-PSaQDtnJqFkHP/6puX4pLBJI2tGCebF7BfyyPDCR+G0=";
+ hash = "sha256-D7O6LDN7tIjKaPXfKWxDXNJVBY+2PQgi6R2wI1yQVxY=";
35
};
36
37
outputs = [
0 commit comments