gpxsee: 11.4 -> 11.5

This commit is contained in:
R. Ryantm 2022-09-28 19:07:41 +00:00
parent 8f267bdfbe
commit 08221cde52

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 {