kdiff3 1.9.6 -> 1.10.0 https://repology.org/metapackage/kdiff3/versions attrpath: kdiff3 Checking auto update branch... No auto update branch exists Old version 1.9.6" not present in master derivation file with contents: { mkDerivation , lib , fetchurl , extra-cmake-modules , kdoctools , wrapGAppsHook , boost , kcrash , kconfig , kinit , kparts , kiconthemes }: mkDerivation rec { pname = "kdiff3"; version = "1.10.0"; src = fetchurl { url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz"; sha256 = "sha256-s/l+Gz6BF1VKeljVj48PaT/wMKQrvLcwj7RPhZWM1Ss="; }; buildInputs = [ boost ]; nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ]; propagatedBuildInputs = [ kconfig kcrash kinit kparts kiconthemes ]; cmakeFlags = [ "-Wno-dev" ]; meta = with lib; { description = "Compares and merges 2 or 3 files or directories"; homepage = "https://invent.kde.org/sdk/kdiff3"; license = licenses.gpl2Plus; maintainers = with maintainers; [ peterhoeg ]; platforms = with platforms; linux; }; }