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

gpxsee: 8.5 -> 8.6
This commit is contained in:
Ryan Mulligan 2021-02-19 17:07:21 -08:00 committed by GitHub
commit 78b2e98293
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.5";
version = "8.6";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-ygBM8HtCF8d4KVOakP4ssFyTgAsPQDfjAMJaEqo+Ml4=";
sha256 = "sha256-RAqTwi65YskQhsjlHxQqy50R5s8z2yriWLkrg5J/eTc=";
};
patches = (substituteAll {