Merge pull request #244022 from r-ryantm/auto-update/qgroundcontrol

qgroundcontrol: 4.2.6 -> 4.2.8
This commit is contained in:
Weijia Wang 2023-07-18 10:51:46 +03:00 committed by GitHub
commit 61f3c3e183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "qgroundcontrol";
version = "4.2.6";
version = "4.2.8";
qtInputs = [
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
owner = "mavlink";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mMeKDfylVEqLo1i2ucUBu287Og4472Ecp7Cge9Cw3kE=";
sha256 = "sha256-EmGtVy/cHiZ2SqOOKmt9vCUQbyT5Sl8XnkRlhn9BdvA=";
fetchSubmodules = true;
};