Merge pull request #150051 from r-ryantm/auto-update/kimageannotator

libsForQt5.kimageannotator: 0.5.2 -> 0.5.3
This commit is contained in:
Ryan Mulligan 2021-12-10 06:39:04 -08:00 committed by GitHub
commit 91ca3ab15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "kimageannotator";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "ksnip";
repo = "kImageAnnotator";
rev = "v${version}";
sha256 = "07m3il928gwzzab349grpaksqqv4n7r6mn317sx2jly0x0bpv0rh";
sha256 = "sha256-dkZa+OhU3w4dUy/Edd0R2UFNYuIdeYe3H1SOtW5ario=";
};
nativeBuildInputs = [ cmake qttools ];