kdevelop, kdev-php, kdev-python: 5.4.3 -> 5.4.4

This commit is contained in:
Aaron Andersen
2019-11-17 09:14:58 -05:00
parent a21cb75242
commit 03ac88f0eb
3 changed files with 6 additions and 6 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kdev-php";
version = "5.4.3";
version = "5.4.4";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
sha256 = "0nf9nlykdq40yxdda0as16pd0c5rahwba1fbwni8g19w8mf2y3h5";
sha256 = "1q80vh2b4bmpa3sh94b6jsa5ymqr6hcn76mr2lyw30h2ppy5hm5l";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];