3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 2d053d8b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {