gpxsee: 13.45 -> 13.46

This commit is contained in:
R. Ryantm 2025-08-17 05:57:56 +00:00
parent 09906cab24
commit a158e3c962

View File

@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.45";
version = "13.46";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-3GPpr8L+oMHCGXo3RVaky6EjDrEiBERRU6w56o17Xhc=";
hash = "sha256-SkAEnKviUHQrej1fhpLs1bh/nAOgmRzzBzTFe4fURVc=";
};
buildInputs = [