Merge pull request #62449 from r-ryantm/auto-update/kdevelop-pg-qt

kdevelop-pg-qt: 2.1.0 -> 2.2.0
This commit is contained in:
Renaud 2019-06-07 15:24:25 +02:00 committed by GitHub
commit 7558624eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];