Skip to content

Commit f95180f

Browse files
committed
bind: 9.20.9 -> 9.20.10
1 parent 78dbeb4 commit f95180f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bi/bind/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727

2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "bind";
30-
version = "9.20.9";
30+
version = "9.20.10";
3131

3232
src = fetchurl {
3333
url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
34-
hash = "sha256-PSaQDtnJqFkHP/6puX4pLBJI2tGCebF7BfyyPDCR+G0=";
34+
hash = "sha256-D7O6LDN7tIjKaPXfKWxDXNJVBY+2PQgi6R2wI1yQVxY=";
3535
};
3636

3737
outputs = [

0 commit comments

Comments
 (0)