Skip to content

Commit

Permalink
qgroundcontrol: 4.0.9 -> 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 16, 2020
1 parent c8003b5 commit 5c78ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/robotics/qgroundcontrol/default.nix
Expand Up @@ -6,7 +6,7 @@

mkDerivation rec {
pname = "qgroundcontrol";
version = "4.0.9";
version = "4.0.10";

qtInputs = [
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
Expand Down Expand Up @@ -62,7 +62,7 @@ mkDerivation rec {
owner = "mavlink";
repo = pname;
rev = "v${version}";
sha256 = "0fwibgb9wmxk2zili5vsibi2q6pk1gna21870y5abx4scbvhgq68";
sha256 = "1jmhhd2nwxq3m9rzzmrjls8f6hhj52ia71b1sv4vvcjh802cha8g";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 5c78ba8

Please sign in to comment.