knot-dns: 2.3.3 -> 2.4.0

This commit is contained in:
Vladimír Čunát 2017-01-19 11:22:56 +01:00
parent 7f2769ff62
commit 64b7f096e6
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -4,11 +4,11 @@
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
name = "knot-dns-${version}";
version = "2.3.3";
version = "2.4.0";
src = fetchurl {
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "a929bce3b957a81776b1db7b43b0e4473339bf16be8dbba5abb4b0593bf43c94";
sha256 = "0y9nhp9lfmxv4iy1xg7l4lfxv4168qhag26wwg0dbi0zjpkd790b";
};
outputs = [ "bin" "out" "dev" ];