gpxsee: 13.42 -> 13.43 (#410823)

authored by Nikolay Korotkiy and committed by GitHub ffffba9e 7ada6ff0

+2 -3
+2 -3
pkgs/applications/misc/gpxsee/default.nix
··· 18 in 19 stdenv.mkDerivation (finalAttrs: { 20 pname = "gpxsee"; 21 - version = "13.42"; 22 23 src = fetchFromGitHub { 24 owner = "tumic0"; 25 repo = "GPXSee"; 26 tag = finalAttrs.version; 27 - hash = "sha256-94zCDtja1b85Wgz4slG17ETT/TMPPCyXld3WdtGjBzA="; 28 }; 29 30 buildInputs = ··· 66 }; 67 68 meta = { 69 - broken = isQt6 && stdenv.hostPlatform.isDarwin; 70 changelog = "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes"; 71 description = "GPS log file viewer and analyzer"; 72 mainProgram = "gpxsee";
··· 18 in 19 stdenv.mkDerivation (finalAttrs: { 20 pname = "gpxsee"; 21 + version = "13.43"; 22 23 src = fetchFromGitHub { 24 owner = "tumic0"; 25 repo = "GPXSee"; 26 tag = finalAttrs.version; 27 + hash = "sha256-IP5l8YUsCNm9rixgpQqbyyhfcBNQgrZha1MNjetug2c="; 28 }; 29 30 buildInputs = ··· 66 }; 67 68 meta = { 69 changelog = "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes"; 70 description = "GPS log file viewer and analyzer"; 71 mainProgram = "gpxsee";