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