libsForQt5.kimageannotator: 0.7.0 -> 0.7.1

This commit is contained in:
FliegendeWurst 2024-03-11 11:02:11 +01:00
parent a8728bf01b
commit 4e93621647
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ let
isQt6 = lib.versions.major qtbase.version == "6";
in stdenv.mkDerivation rec {
pname = "kimageannotator";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "ksnip";
repo = "kImageAnnotator";
rev = "v${version}";
hash = "sha256-Dq9CM/D3nA7MaY9rfwqF/UAw/+1ptKLf3P8jhFdngKk=";
hash = "sha256-LFou8gTF/XDBLNQbA4uurYJHQl7yOTKe2OGklUsmPrg=";
};
nativeBuildInputs = [ cmake qttools ];