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

gpxsee: 13.20 -> 13.21
This commit is contained in:
Nikolay Korotkiy
2024-05-31 23:36:19 +04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.20";
version = "13.21";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-zZjE1mXZPPda4CjkOeKtLvFZO31ta4kucpzsriR2+Nw=";
hash = "sha256-rg4czTni8toAwzppgNdi/lfUDudKkEqZUZziiIiyJm0=";
};
buildInputs = [