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

gpxsee: 11.5 -> 11.6
This commit is contained in:
Nikolay Korotkiy 2022-10-14 10:51:02 +03:00 committed by GitHub
commit 4baef62b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "11.5";
version = "11.6";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-bA5C+BFqeOS0oFgz/qlYOFMsuh3L/U6QJbzOcRQkNhY=";
hash = "sha256-kwEltkLcMCZlUJyE+nyy70WboVO1FgMw0cH1hxLVtKQ=";
};
patches = (substituteAll {