Skip to content

Commit b447f62

Browse files
committedMay 20, 2017
bind: 9.10.4-P6 -> 9.10.5
1 parent c14109c commit b447f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/dns/bind/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
assert enableSeccomp -> libseccomp != null;
55

6-
let version = "9.10.4-P6"; in
6+
let version = "9.10.5"; in
77

88
stdenv.mkDerivation rec {
99
name = "bind-${version}";
1010

1111
src = fetchurl {
1212
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
13-
sha256 = "0rgffdm0h6dks0np4h9q4kd8nyb3azrdxw2skqnjzd8ws78vzpx1";
13+
sha256 = "03ibhzy9577w78kgh6ynl90a2hlbnz0krygffm820hjf2cp8ss3i";
1414
};
1515

1616
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];

0 commit comments

Comments
 (0)
Please sign in to comment.