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

gpxsee: 8.6 -> 8.7
This commit is contained in:
Ryan Mulligan 2021-02-24 19:33:34 -08:00 committed by GitHub
commit b4678a3eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "8.6"; version = "8.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "sha256-RAqTwi65YskQhsjlHxQqy50R5s8z2yriWLkrg5J/eTc="; sha256 = "sha256-pBNG9lDdqvxh2hGmOcL21mkkyFD7id1mWCUSgkTG71M=";
}; };
patches = (substituteAll { patches = (substituteAll {