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

gpxsee: 9.1 -> 9.2
This commit is contained in:
Jörg Thalheim
2021-07-03 19:19:00 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "9.1";
version = "9.2";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-szq1i2/NEtMK4paSkxtkKXc8yY8qGj2U/p6CzNIecAY=";
sha256 = "sha256-pU02Eaq6tB7X6EPOo8YAyryJRbSV3KebQv8VELxXaBw=";
};
patches = (substituteAll {