gpxsee: 8.6 -> 8.7

This commit is contained in:
R. RyanTM 2021-02-24 01:48:16 +00:00
parent 11cd34cd59
commit b5dc1e0df7

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 {