gpxsee: 13.17 -> 13.18

This commit is contained in:
R. Ryantm 2024-03-24 06:16:25 +00:00
parent 79863957ca
commit bcd2b8c97b
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.17";
version = "13.18";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-pk6PMQDPvyfUS5PMRu6pz/QrRrOfbq9oGsMk0ZDawDM=";
hash = "sha256-FetXV1D1aW7eanhPQkNzcGwKMMwzXLhBZjrzg1LD980=";
};
buildInputs = [