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

gpxsee: 10.4 -> 10.5
This commit is contained in:
Vlad M 2022-04-02 10:26:21 +03:00 committed by GitHub
commit d7d4038f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "10.4";
version = "10.5";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-3AwUfx8IIWJO4uVAhXJE5Oola+60VUpXUwmALqJo2vw=";
sha256 = "sha256-TvOdyzWvGSdl8aSA+pAOpPVpQzK9POmqtClqdXAMsws=";
};
patches = (substituteAll {