Skip to content

Commit

Permalink
qgroundcontrol: 4.4.1 -> 4.4.2 (NixOS#339862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus committed Sep 5, 2024
2 parents da96277 + 9f5bf99 commit 76d7b75
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 @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
pname = "qgroundcontrol";
version = "4.4.1";
version = "4.4.2";

propagatedBuildInputs = [
qtbase qtcharts qtlocation qtserialport qtsvg qtquickcontrols2
Expand Down Expand Up @@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
owner = "mavlink";
repo = pname;
rev = "v${version}";
hash = "sha256-FdF9QQYCF7HbmjvUQgV6HytJo2Aje2OEDPO2GSl1dqE=";
hash = "sha256-2Bc4uC/2e+PTsvFZ4RjnTzkOiBO9vsYHeLPkcwpDRrg=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 76d7b75

Please sign in to comment.