about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-06-07 15:24:25 +0200
committerGitHub <noreply@github.com>2019-06-07 15:24:25 +0200
commit7558624eaa6f42daf82545f1ff0c9f85229bbfc2 (patch)
tree73edb77396afe77948f6c2320b335f9a88513dc9 /pkgs/applications/editors
parent168d1031af4916354491a1b1dd103258cfd26c0e (diff)
parent5309a540a12e4cfa2e06e7de230dee6b34097fd4 (diff)
downloadnixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.tar
nixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.tar.gz
nixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.tar.bz2
nixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.tar.lz
nixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.tar.xz
nixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.tar.zst
nixlib-7558624eaa6f42daf82545f1ff0c9f85229bbfc2.zip
Merge pull request #62449 from r-ryantm/auto-update/kdevelop-pg-qt
kdevelop-pg-qt: 2.1.0 -> 2.2.0
Diffstat (limited to 'pkgs/applications/editors')
-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 ];