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

This commit is contained in:
Aaron Andersen
2019-07-17 22:18:03 -04:00
parent 2f746bc1fc
commit e6a3b3b7df
3 changed files with 13 additions and 20 deletions
@@ -8,16 +8,15 @@
}:
let
pname = "kdevelop";
version = "5.3.2";
qtVersion = "5.${lib.versions.minor qtbase.version}";
in
mkDerivation rec {
name = "${pname}-${version}";
pname = "kdevelop";
version = "5.3.3";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "0akgdnvrab6mbwnmvgzsplk0qh83k1hnm5xc06yxr1s1a5sxbk08";
url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz";
sha256 = "0778587qvi268ab2fgggfl40cv2swgr8q891q1paflp3m1xirpff";
};
nativeBuildInputs = [
@@ -76,7 +75,7 @@ mkDerivation rec {
programing languages. It is based on KDevPlatform, KDE and Qt
libraries and is under development since 1998.
'';
homepage = https://www.kdevelop.org;
homepage = "https://www.kdevelop.org";
license = with licenses; [ gpl2Plus lgpl2Plus ];
};
}