kdevelop: 5.4.4 -> 5.4.5

kdev-php: 5.4.4 -> 5.4.5
kdev-python: 5.4.4 -> 5.4.5
This commit is contained in:
Aaron Andersen
2019-12-02 16:24:58 -05:00
parent cf5f079991
commit b6a1c9161b
3 changed files with 6 additions and 6 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kdev-php";
version = "5.4.4";
version = "5.4.5";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
sha256 = "1q80vh2b4bmpa3sh94b6jsa5ymqr6hcn76mr2lyw30h2ppy5hm5l";
sha256 = "12j0l2k6ii9ajp90lil3apk0xsz56cb549ighabik73a1w3c6ib6";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];