Skip to content

Commit

Permalink
knot-resolver: 1.5.2 -> 1.5.3 (bugfix)
Browse files Browse the repository at this point in the history
The fixed problem seems not to happen on NixOS, but let's update anyway.
  • Loading branch information
vcunat committed Jan 23, 2018
1 parent 55a186b commit b200979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-resolver/default.nix
Expand Up @@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
name = "knot-resolver-${version}";
version = "1.5.2";
version = "1.5.3";

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

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit b200979

Please sign in to comment.