Merge pull request #92957 from lopsided98/qgroundcontrol-update
qgroundcontrol: 4.0.8 -> 4.0.9
This commit is contained in:
commit
a36e044be2
@ -1,4 +1,4 @@
|
|||||||
{ lib, mkDerivation, fetchgit, SDL2
|
{ lib, mkDerivation, fetchFromGitHub, SDL2
|
||||||
, qtbase, qtcharts, qtlocation, qtserialport, qtsvg, qtquickcontrols2
|
, qtbase, qtcharts, qtlocation, qtserialport, qtsvg, qtquickcontrols2
|
||||||
, qtgraphicaleffects, qtspeech, qtx11extras, qmake, qttools
|
, qtgraphicaleffects, qtspeech, qtx11extras, qmake, qttools
|
||||||
, gst_all_1, wayland, pkgconfig
|
, gst_all_1, wayland, pkgconfig
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qgroundcontrol";
|
pname = "qgroundcontrol";
|
||||||
version = "4.0.8";
|
version = "4.0.9";
|
||||||
|
|
||||||
qtInputs = [
|
qtInputs = [
|
||||||
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
|
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
|
||||||
@ -58,10 +58,11 @@ mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# TODO: package mavlink so we can build from a normal source tarball
|
# TODO: package mavlink so we can build from a normal source tarball
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/mavlink/qgroundcontrol.git";
|
owner = "mavlink";
|
||||||
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0jr9jpjqdwizsvh9zm0fdp8k2r4536m40dxrn30fbr3ba8vnzkgq";
|
sha256 = "0fwibgb9wmxk2zili5vsibi2q6pk1gna21870y5abx4scbvhgq68";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user