gpxsee: 15.11 → 16.0

This commit is contained in:
Nikolay Korotkiy
2026-03-14 22:38:42 +04:00
parent e034e38676
commit a35b2bc018
+3 -2
View File
@@ -9,17 +9,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "15.11";
version = "16.0";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-OZC4ClQUbOKb1nZD6kmZ2s6oHudhkLLW0HSrYiFCJfg=";
hash = "sha256-kZLIDgC1XGZlFyTeZYtbIe684Jnh5eJvlwTDlPbmei8=";
};
buildInputs = [
qt6.qtbase
qt6.qtmultimedia
qt6.qtpositioning
qt6.qtserialport
qt6.qtsvg