gpxsee: 12.4 -> 13.0

This commit is contained in:
R. Ryantm 2023-04-30 01:29:03 +00:00
parent 5d0d352833
commit 9b15d48259

View File

@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "12.4";
version = "13.0";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-/a6c30jv/sI0QbCXYCq9JrMpmZRk33lQBwbd0yjnxsQ=";
hash = "sha256-3s+LPD4KcnSWrg4JHPcbUjilwztjX8lAdQpx0h4dH0Y=";
};
patches = (substituteAll {