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

gpxsee: 8.2 -> 8.3
This commit is contained in:
Ryan Mulligan 2021-01-30 09:02:17 -08:00 committed by GitHub
commit 4d69730375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "8.2";
version = "8.3";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "05wn4kmvsswwd2q2pffxbplb38capwv7iddsghix3r5zds13142z";
sha256 = "sha256-D58Q9qZ7x2j//pOQa+oIgVK/9F0du2FUoZprSFEKViU=";
};
patches = (substituteAll {