gpxsee: 14.0 -> 14.1

This commit is contained in:
R. Ryantm
2025-10-14 03:55:55 +00:00
parent cf2f6d331e
commit a6295e34e8

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "14.0";
version = "14.1";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-oLwkryR2C1rGAUM7Gvn0uUy1aQGtFaAkFy8RQAAnNHU=";
hash = "sha256-wXlmly2KtjyY5hdBAroP3H93+1tg5rtFPpDKFn3jnhA=";
};
buildInputs = [