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

gpxsee: 13.19 -> 13.20
This commit is contained in:
Nikolay Korotkiy
2024-05-26 13:30:02 +04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.19";
version = "13.20";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-Q/Na+uc6a+OSLvJK75MEIxgdJhg/At830SBrix38Qj8=";
hash = "sha256-zZjE1mXZPPda4CjkOeKtLvFZO31ta4kucpzsriR2+Nw=";
};
buildInputs = [