3
0
Fork 0
forked from mirrors/nixpkgs

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

gpxsee: 11.4 -> 11.5
This commit is contained in:
Nikolay Korotkiy 2022-09-29 18:34:20 +03:00 committed by GitHub
commit 45e2ed73bf
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.4";
version = "11.5";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-aePX82B810I45n2t0OVCt1FlmkVKWgNgzCD71lYyngU=";
hash = "sha256-bA5C+BFqeOS0oFgz/qlYOFMsuh3L/U6QJbzOcRQkNhY=";
};
patches = (substituteAll {