summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kdevelop5
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 17:45:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 17:45:13 -0700
commit5309a540a12e4cfa2e06e7de230dee6b34097fd4 (patch)
tree414e6d0294b371b333ec80d291ce133ee18b8670 /pkgs/applications/editors/kdevelop5
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
kdevelop-pg-qt: 2.1.0 -> 2.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kdevelop-pg-qt/versions
Diffstat (limited to 'pkgs/applications/editors/kdevelop5')
-rw-r--r--pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix b/pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix
index fac18c0b1294..0ed4fe0aaad7 100644
--- a/pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix
+++ b/pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix
@@ -2,7 +2,7 @@
let
pname = "kdevelop-pg-qt";
- version = "2.1.0";
+ version = "2.2.0";
in
stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
- sha256 = "20d84d25bd40610bd6c0964e4fe0642e56c41b76a65575122dc5196649621e5d";
+ sha256 = "01a4y98hf8zlrdf5l8f4izqh4n3j3xs93j8ny5a3f4z50nb6hxq7";
};
nativeBuildInputs = [ cmake pkgconfig extra-cmake-modules ];