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

gpxsee: 13.10 -> 13.11
This commit is contained in:
Nikolay Korotkiy 2023-11-19 21:38:10 +04:00 committed by GitHub
commit e2bd1637a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.10";
version = "13.11";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-84F4B2yQREPosH1bK74nOby3o/C0isKq4t2CJprsblU=";
hash = "sha256-EJpyWuOyUVb34F5Pg8KPF9R3f3VpvZVeg8WBZ1oGbbE=";
};
buildInputs = [