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 in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee"; pname = "gpxsee";
version = "13.45"; version = "13.46";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-3GPpr8L+oMHCGXo3RVaky6EjDrEiBERRU6w56o17Xhc="; hash = "sha256-SkAEnKviUHQrej1fhpLs1bh/nAOgmRzzBzTFe4fURVc=";
}; };
buildInputs = [ buildInputs = [