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

gpxsee-qt6: 13.12 -> 13.13
This commit is contained in:
Nikolay Korotkiy 2023-12-28 22:51:02 +04:00 committed by GitHub
commit 0f5cfbd0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.12";
version = "13.13";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = finalAttrs.version;
hash = "sha256-jHqxCOxkM7RJmJYq+nKJfSfd0LGQ7jZnUhuAZLFEG58=";
hash = "sha256-EUBExf2fpa4Y3T6pKnDoaZYhwE4XOJDMEn+LT1XxIYc=";
};
buildInputs = [