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

gpxsee: 13.18 -> 13.19
This commit is contained in:
Nikolay Korotkiy 2024-04-24 18:45:33 +04:00 committed by GitHub
commit 593fadc97f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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