Merge pull request #234644 from sikmir/gpxsee

gpxsee: 13.0 → 13.3
This commit is contained in:
Weijia Wang
2023-05-29 00:34:47 +03:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "13.0";
version = "13.3";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-3s+LPD4KcnSWrg4JHPcbUjilwztjX8lAdQpx0h4dH0Y=";
hash = "sha256-eJ5jW81GQr/MvOrxinZdalZ4cvGYlVGv7JbePwHGEDY=";
};
patches = (substituteAll {