Commit 9f5bf99b authored by R. RyanTM's avatar R. RyanTM
Browse files

qgroundcontrol: 4.4.1 -> 4.4.2

parent 6c4ea7a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

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

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