Merge pull request #122930 from lopsided98/qgroundcontrol-update

qgroundcontrol: 4.1.2 -> 4.1.3
This commit is contained in:
Sandro 2021-05-15 21:32:56 +02:00 committed by GitHub
commit 6b5f106b05
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.2";
version = "4.1.3";
qtInputs = [
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
@ -63,7 +63,7 @@ mkDerivation rec {
owner = "mavlink";
repo = pname;
rev = "v${version}";
sha256 = "16q0g9b1kyan3qhhp5mmfnrx9h8q7qn83baplbiprqjgpvkxfll4";
sha256 = "0fbf564vzckvy1dc8f6yd8vpnzwzsgynva13bl2ks06768rrq9fb";
fetchSubmodules = true;
};