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

gpxsee: 13.16 -> 13.17
This commit is contained in:
Nikolay Korotkiy 2024-03-09 09:10:43 +04:00 committed by GitHub
commit 2d771433ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.16";
version = "13.17";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-rw+I7Re1hqZ1k1flIAr7kW8Wst7pVdmFcqtQTg6L/9Y=";
hash = "sha256-pk6PMQDPvyfUS5PMRu6pz/QrRrOfbq9oGsMk0ZDawDM=";
};
buildInputs = [