Merge pull request #265196 from r-ryantm/auto-update/libsForQt5.kquickimageedit

libsForQt5.kquickimageedit: 0.2.0 -> 0.3.0
This commit is contained in:
K900 2023-11-03 14:19:33 +03:00 committed by GitHub
commit b957e614ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
mkDerivation rec {
pname = "kquickimageeditor";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "libraries";
repo = pname;
rev = "v${version}";
sha256 = "sha256-g7+BAWjpQBJPbrwnIwSudjBFtwaj4JKemV+BLfPzl4I=";
sha256 = "sha256-+BByt07HMb4u6j9bVZqkUPvyRaElKvJ2MjKlPakL87E=";
};
nativeBuildInputs = [ extra-cmake-modules ];