gpxsee-qt6: 13.12 -> 13.13

This commit is contained in:
R. Ryantm 2023-12-28 05:58:14 +00:00
parent ddd6c029b5
commit e3e3eff41c

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