Merge pull request #103614 from sikmir/gpxsee

gpxsee: 7.35 → 7.36
This commit is contained in:
Dmitry Kalinkin 2020-11-12 10:40:32 -05:00 committed by GitHub
commit 27630634cb
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 = "7.35"; version = "7.36";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5"; sha256 = "18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j";
}; };
patches = (substituteAll { patches = (substituteAll {