gpxsee: 11.9 -> 11.11

This commit is contained in:
R. Ryantm 2022-12-22 11:33:07 +00:00
parent b10a520017
commit 8036919ad6

View File

@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "11.9";
version = "11.11";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-R/Kuk4nRJg3ozNNmzzNDnGcsmBmlk0g9d+F8JwLFz98=";
hash = "sha256-5kT1vcbCc0Fa3ylrcQetth50IQu57upiWRRpub93jlE=";
};
patches = (substituteAll {