kdevelop: 5.0.4 -> 5.1.1

Including also a patch for bug https://bugs.kde.org/show_bug.cgi?id=379433
which is a quite annoying regression from 5.0.4. The patch is the same as
the change committed upstream.
This commit is contained in:
Ambroz Bizjak
2017-06-06 18:50:43 +02:00
parent 677f194a10
commit 8f4619bb3d
2 changed files with 15 additions and 9 deletions
@@ -9,16 +9,15 @@
let
pname = "kdevelop";
version = "5.0.4";
dirVersion = "5.0.4";
version = "5.1.1";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${dirVersion}/src/${name}.tar.xz";
sha256 = "191142b2bdb14837c82721fdfeb15e852329f2c4c0d48fd479c57514c3235d55";
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "0a01a4ffb2f01802cf4945521a3149a8f82c21fa8a97935991f1854b7db5d754";
};
nativeBuildInputs = [