gpxsee: 7.30 -> 7.31

This commit is contained in:
Nikolay Korotkiy 2020-07-01 11:35:34 +03:00
parent af1f7d58ea
commit c183d0c1ba
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "7.30"; version = "7.31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
sha256 = "09gajwqc30r9a2sn972qdx3gx0gki9n0zafq986hn6zsr3z43mfs"; sha256 = "0y60h66p8ydkinxk9x4sp4cm6gq66nc9jcavy135vmycsiq9gphn";
}; };
patches = [ patches = [