mavproxy: 1.8.71 -> 1.8.74 (#433850)

This commit is contained in:
Wolfgang Walther
2025-08-24 16:45:34 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonApplication rec {
pname = "MAVProxy";
version = "1.8.71";
version = "1.8.74";
format = "setuptools";
src = fetchFromGitHub {
owner = "ArduPilot";
repo = pname;
tag = "v${version}";
hash = "sha256-A7tqV1kBCSuWHJUTdUZGcPY/r7X1edGZs6xDctpMbMI=";
hash = "sha256-1/bp3vlCXt4Hg36zwMKSzPSxW7xlxpfx2o+2uQixdos=";
};
propagatedBuildInputs = [