kdevelop, kdev-php, kdev-python: 5.3.3 -> 5.4.0

This commit is contained in:
Aaron Andersen
2019-08-06 21:40:02 -04:00
parent 79c9533e39
commit d55fb31fe1
3 changed files with 6 additions and 16 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kdev-php";
version = "5.3.3";
version = "5.4.0";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
sha256 = "0nn3yfbi60h7p7p1w2pvgg098qplbds79rk2iadyvhvl3sjd77wf";
sha256 = "1lfl8y1nmai7kp7jil8cykalw2ib0f3n47jvnz7302qsrs3lvhf2";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];