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 { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "8.5"; version = "8.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "sha256-ygBM8HtCF8d4KVOakP4ssFyTgAsPQDfjAMJaEqo+Ml4="; sha256 = "sha256-RAqTwi65YskQhsjlHxQqy50R5s8z2yriWLkrg5J/eTc=";
}; };
patches = (substituteAll { patches = (substituteAll {