Commit 4e936216 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

libsForQt5.kimageannotator: 0.7.0 -> 0.7.1

parent a8728bf0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];