Skip to content

Commit

Permalink
knot-dns: 2.5.3 -> 2.6.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a2dd99)
It's not a big change, and 17.09 release hasn't really happenned yet.
  • Loading branch information
vcunat committed Sep 29, 2017
1 parent 25a236f commit 9b84866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
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.5.3";
version = "2.6.0";

src = fetchurl {
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "d78ae231a68ace264f5738c8e57481923bcad7413f3f440c06fa6cc0aded9d8e";
sha256 = "68e04961d0bf6ba193cb7ec658b295c4ff6e60b3754d64bcd77ebdcee0f283fd";
};

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

0 comments on commit 9b84866

Please sign in to comment.