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.
1 parent 78dbeb4 commit f95180fCopy full SHA for f95180f
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