Skip to content

Commit

Permalink
qgroundcontrol: 4.2.3 -> 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Oct 27, 2022
1 parent bd52b70 commit 11cca34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/robotics/qgroundcontrol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

mkDerivation rec {
pname = "qgroundcontrol";
version = "4.2.3";
version = "4.2.4";

qtInputs = [
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
Expand Down Expand Up @@ -69,7 +69,7 @@ mkDerivation rec {
owner = "mavlink";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xa4c0ggQKqt4OfwVehjkhXYXY1TYVEoubuRH3Zsv0Ac=";
sha256 = "sha256-pPxqYxBlw9re1rlUU2qz0gFRmT+PmslrcBv97VEG84k=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 11cca34

Please sign in to comment.