Unverified Commit 987edcbd authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

gpxsee: 15.11 → 16.0 (#499885)

parents 1cf3d21a a35b2bc0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,17 +9,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gpxsee";
  version = "15.11";
  version = "16.0";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "GPXSee";
    tag = finalAttrs.version;
    hash = "sha256-OZC4ClQUbOKb1nZD6kmZ2s6oHudhkLLW0HSrYiFCJfg=";
    hash = "sha256-kZLIDgC1XGZlFyTeZYtbIe684Jnh5eJvlwTDlPbmei8=";
  };

  buildInputs = [
    qt6.qtbase
    qt6.qtmultimedia
    qt6.qtpositioning
    qt6.qtserialport
    qt6.qtsvg