Merge pull request #135424 from sikmir/gpxsee

gpxsee: 9.3 → 9.5
This commit is contained in:
Sandro 2021-08-23 12:44:00 +02:00 committed by GitHub
commit 33f77e1df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "9.3";
version = "9.5";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-h/OWYzZkouhTC7j8HIOt94DHwNyhbkYGoy3wUYrh0O8=";
sha256 = "sha256-KYw3RXdL/iiE2zFbrDzRWe8jdLYbF6gvOFAGyWgd3GM=";
};
patches = (substituteAll {