knot-dns: 2.8.1 -> 2.8.2
https://gitlab.labs.nic.cz/knot/knot-dns/raw/v2.8.2/NEWS
This commit is contained in:
parent
964e5fd4f6
commit
ec2b43e07a
|
@ -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.8.1";
|
version = "2.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
|
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
|
||||||
sha256 = "b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6";
|
sha256 = "00d24361a2406392c508904fad943536bae6369981686b4951378fc1c9a5a137";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" ];
|
outputs = [ "bin" "out" "dev" ];
|
||||||
|
|
Loading…
Reference in New Issue