Skip to content

Commit

Permalink
knot-dns: 2.6.7 -> 2.6.8 (maintenance)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jul 10, 2018
1 parent d536905 commit 2698bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ let inherit (stdenv.lib) optional optionals; in
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
name = "knot-dns-${version}";
version = "2.6.7";
version = "2.6.8";

src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "1c2a004b05c161f7b36d5eeccebd9d4cdf60aa09930a7cc766514e468ca92243";
sha256 = "0daee8efd6262f10c54ee6f5fb99ca4d0f72e275513ec0902032af594cac1b15";
};

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

0 comments on commit 2698bb4

Please sign in to comment.