knot-dns: 2.5.3 -> 2.6.0
This commit is contained in:
parent
2f522ce25e
commit
4a2dd9905c
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ let inherit (stdenv.lib) optional optionals; in
|
||||||
# Note: ATM only the libraries have been tested in nixpkgs.
|
# Note: ATM only the libraries have been tested in nixpkgs.
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "knot-dns-${version}";
|
name = "knot-dns-${version}";
|
||||||
version = "2.5.3";
|
version = "2.6.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
|
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
|
||||||
sha256 = "d78ae231a68ace264f5738c8e57481923bcad7413f3f440c06fa6cc0aded9d8e";
|
sha256 = "68e04961d0bf6ba193cb7ec658b295c4ff6e60b3754d64bcd77ebdcee0f283fd";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" ];
|
outputs = [ "bin" "out" "dev" ];
|
||||||
|
|
Loading…
Reference in a new issue