Merge pull request #320071 from r-ryantm/auto-update/gpxsee

gpxsee: 13.21 -> 13.22
This commit is contained in:
Nikolay Korotkiy
2024-06-16 19:10:17 +04:00
committed by GitHub
+2 -2
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 = [