gpxsee: 16.8 -> 16.9

This commit is contained in:
R. Ryantm
2026-06-18 02:10:44 +00:00
parent a0fe7a7f2e
commit 0c7c9bb889
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "16.8";
version = "16.9";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-8G1PN4sN/OawEetbud+va8tTSzY2sb27e3sLNWOwSfk=";
hash = "sha256-pb5HsmGIiC2A5IjGYm+M636J7vM8LP9LFGINkSaSSj4=";
};
buildInputs = [