Skip to content

Commit b200979

Browse files
committedJan 23, 2018
knot-resolver: 1.5.2 -> 1.5.3 (bugfix)
The fixed problem seems not to happen on NixOS, but let's update anyway.
1 parent 55a186b commit b200979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/dns/knot-resolver/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ let
1010
in
1111
stdenv.mkDerivation rec {
1212
name = "knot-resolver-${version}";
13-
version = "1.5.2";
13+
version = "1.5.3";
1414

1515
src = fetchurl {
1616
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
17-
sha256 = "0y2z5hia4pr1rsyqhf4dmyc7mvhsbc298pg4j1iqikpvx9b5iwrr";
17+
sha256 = "03sb05zz6qn966apcprdqhmirkz7kjdbx8hswbvgamk1s2xd7v6f";
1818
};
1919

2020
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)
Please sign in to comment.