gpxsee: 13.4 -> 13.7

This commit is contained in:
R. Ryantm 2023-08-31 00:21:32 +00:00
parent edfb18664a
commit 71c61fed80

View File

@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "13.4";
version = "13.7";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-Zf2eyDx5QK69W6HNz/IGGHkX2qCDnxYsU8KLCgU9teY=";
hash = "sha256-Y3JcWkg0K724i/5Leyi8r26uKpq/aDwghJBG8xfxpd4=";
};
buildInputs = [ qtpbfimageplugin qtserialport ]