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

gpxsee: 13.11 -> 13.12
This commit is contained in:
Nikolay Korotkiy
2023-12-17 01:49:26 +04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.11";
version = "13.12";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-EJpyWuOyUVb34F5Pg8KPF9R3f3VpvZVeg8WBZ1oGbbE=";
hash = "sha256-jHqxCOxkM7RJmJYq+nKJfSfd0LGQ7jZnUhuAZLFEG58=";
};
buildInputs = [