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

gpxsee: 8.3 -> 8.5
This commit is contained in:
Daniël de Kok 2021-02-10 12:04:41 +01:00 committed by GitHub
commit 3e448f9ff7
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.3";
version = "8.5";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-D58Q9qZ7x2j//pOQa+oIgVK/9F0du2FUoZprSFEKViU=";
sha256 = "sha256-ygBM8HtCF8d4KVOakP4ssFyTgAsPQDfjAMJaEqo+Ml4=";
};
patches = (substituteAll {