Merge pull request #237539 from r-ryantm/auto-update/gpxsee

gpxsee: 13.3 -> 13.4
This commit is contained in:
Weijia Wang
2023-06-13 17:27:07 +03:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "13.3";
version = "13.4";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-eJ5jW81GQr/MvOrxinZdalZ4cvGYlVGv7JbePwHGEDY=";
hash = "sha256-Zf2eyDx5QK69W6HNz/IGGHkX2qCDnxYsU8KLCgU9teY=";
};
patches = (substituteAll {