gpxsee: 13.21 -> 13.22

This commit is contained in:
R. Ryantm 2024-06-15 14:35:12 +00:00
parent a77cad1352
commit dbd0e9ab4c

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.21";
version = "13.22";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-rg4czTni8toAwzppgNdi/lfUDudKkEqZUZziiIiyJm0=";
hash = "sha256-5YoFO1NHduV8qKZ8GPaFnKfRQRlhlG5swZo74SfOpZY=";
};
buildInputs = [