gpxsee: 8.0 → 8.2 (#110117)

This commit is contained in:
Nikolay Korotkiy 2021-01-20 13:50:41 +03:00 committed by GitHub
parent a824dc6bdd
commit 92c884dfd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "8.0";
version = "8.2";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "01ggakpzmiwkqdzc9xqc93xmynd53kzpwl99q3l9z2hpqyzlnj2a";
sha256 = "05wn4kmvsswwd2q2pffxbplb38capwv7iddsghix3r5zds13142z";
};
patches = (substituteAll {