libsForQt5.kdev-php 23.04.1 -> 23.04.2 https://repology.org/project/kdev-php/versions attrpath: libsForQt5.kdev-php Checking auto update branch... No auto update branch exists Old version 23.04.1" not present in master derivation file with contents: { mkDerivation, lib, cmake, extra-cmake-modules, threadweaver, ktexteditor, kdevelop-unwrapped, kdevelop-pg-qt }: mkDerivation rec { pname = "kdev-php"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ kdevelop-pg-qt threadweaver ktexteditor kdevelop-unwrapped ]; dontWrapQtApps = true; meta = with lib; { maintainers = [ maintainers.aanderse ]; platforms = platforms.linux; description = "PHP support for KDevelop"; homepage = "https://www.kdevelop.org"; license = [ licenses.gpl2 ]; }; }