gpxsee: 16.7 -> 16.8

This commit is contained in:
R. Ryantm
2026-06-08 20:04:20 +04:00
committed by Nikolay Korotkiy
parent 57e69b6f17
commit c2c5e3839d
+5 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "16.7";
version = "16.8";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-MO7x/IvKv2L6GFKjdVPJg1/Fj6uC6rSj9n5YxGfk+3o=";
hash = "sha256-8G1PN4sN/OawEetbud+va8tTSzY2sb27e3sLNWOwSfk=";
};
buildInputs = [
@@ -24,6 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtpositioning
qt6.qtserialport
qt6.qtsvg
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
qt6.qt5compat
];
nativeBuildInputs = [