gpxsee: 15.8 -> 15.10

This commit is contained in:
R. Ryantm
2026-01-29 00:08:53 +00:00
parent c9003c5df3
commit 2144a67e6f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "15.8";
version = "15.10";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-Q2vwoKutwx46dvSGk54FPHeIN45dWuB1xypbw1AtnKQ=";
hash = "sha256-lXyxArPctaS9q+xeSpYBWPd9fdTffGNIBO39bMxZBCE=";
};
buildInputs = [