Unverified Commit a35b2bc0 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

gpxsee: 15.11 → 16.0

parent e034e386
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