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
+2 -2
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 = [