lol

kea: 2.2.0 -> 2.4.0

https://downloads.isc.org/isc/kea/2.4.0/Kea-2.4.0-ReleaseNotes.txt

+3 -2
+3 -2
pkgs/tools/networking/kea/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "kea"; 23 - version = "2.2.0"; # only even minor versions are stable 23 + version = "2.4.0"; # only even minor versions are stable 24 24 25 25 src = fetchurl { 26 26 url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz"; 27 - sha256 = "sha256-2n2QymKncmAtrG535QcxkDhCKJWtaO6xQvFIfWfVMdI="; 27 + hash = "sha256-OjPNCNwzGf9UTmu/LAQpBCEG9AUevhFdwbsmJclQA/c="; 28 28 }; 29 29 30 30 patches = [ ··· 83 83 }; 84 84 85 85 meta = with lib; { 86 + changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt"; 86 87 homepage = "https://kea.isc.org/"; 87 88 description = "High-performance, extensible DHCP server by ISC"; 88 89 longDescription = ''