Merge pull request #109972 from r-ryantm/auto-update/kdiagram

libsForQt5.kdiagram: 2.7.0 -> 2.8.0
This commit is contained in:
Thomas Tuegel 2021-03-24 17:29:34 -05:00 committed by GitHub
commit 366ad2f4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "kdiagram";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "graphics";
repo = pname;
rev = "v${version}";
sha256 = "NSBNHPr8JzBn3y3ivhL0RjiXjDuPwZsTTOeI22pq3vc=";
sha256 = "sha256-Se131GZE12wqdfN/V4id1pphUvteSrmMaKZ0+lqg1z8=";
};
nativeBuildInputs = [ extra-cmake-modules qttools ];
propagatedBuildInputs = [ qtbase qtsvg ];