Merge pull request #137608 from lopsided98/qgroundcontrol-update

qgroundcontrol: 4.1.3 -> 4.1.4
This commit is contained in:
Bobby Rong 2021-09-16 14:18:28 +08:00 committed by GitHub
commit 77f92d23c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
mkDerivation rec {
pname = "qgroundcontrol";
version = "4.1.3";
version = "4.1.4";
qtInputs = [
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
@ -62,7 +62,7 @@ mkDerivation rec {
owner = "mavlink";
repo = pname;
rev = "v${version}";
sha256 = "0fbf564vzckvy1dc8f6yd8vpnzwzsgynva13bl2ks06768rrq9fb";
sha256 = "0lhc36jpy7a5bnysqi574nk5izglj557mf8n9lcsgvzwxlkb2rbf";
fetchSubmodules = true;
};