Merge pull request #111277 from r-ryantm/auto-update/kquickimageeditor

libsForQt5.kquickimageedit: 0.1.2 -> 0.1.3
This commit is contained in:
Artturi 2021-08-09 01:01:41 +03:00 committed by GitHub
commit e51d672ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
mkDerivation rec {
pname = "kquickimageeditor";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "libraries";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4X3GO/NPzA3c9KiGIkznLHUjLfNNNnPXif7IFwY5dOM=";
sha256 = "sha256-p2uOssS5MQSkmppNKOjTxp866Qx1rIB6ZPhcmVvfBxs=";
};
nativeBuildInputs = [ extra-cmake-modules ];