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

gpxsee: 13.13 -> 13.14
This commit is contained in:
Nikolay Korotkiy 2024-01-07 10:28:41 +04:00 committed by GitHub
commit dca849a13d
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.13";
version = "13.14";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-EUBExf2fpa4Y3T6pKnDoaZYhwE4XOJDMEn+LT1XxIYc=";
hash = "sha256-9Vq5CfZi58hqTKnIZSR5iQefXzNq0BErtZ8NoxLchxo=";
};
buildInputs = [