kgeotag: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-12-10 00:59:33 +00:00
parent f602946645
commit fa2fcb868f
+2 -2
View File
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "kgeotag";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitLab {
domain = "invent.kde.org";
repo = "kgeotag";
owner = "graphics";
rev = "v${version}";
hash = "sha256-lUfU6SHRCglC81BTcVFFOp/psWXsUFOTEPUrZutrJaY=";
hash = "sha256-/NYAR/18Dh+fphCBz/zFWj/xqEl28e77ZtV8LlcGyMI=";
};
nativeBuildInputs = [ cmake extra-cmake-modules libsForQt5.wrapQtAppsHook ];