1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

knot-dns: 2.5.3 -> 2.6.0

This commit is contained in:
Vladimír Čunát 2017-09-29 15:59:04 +02:00
parent 2f522ce25e
commit 4a2dd9905c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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" ];