gpxsee: 10.4 -> 10.5

This commit is contained in:
R. Ryantm 2022-04-01 21:32:23 +00:00
parent 72152ff5ad
commit afa182e4e8

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 {