Merge pull request #182353 from r-ryantm/auto-update/MAVProxy

mavproxy: 1.8.50 -> 1.8.52
This commit is contained in:
Ryan Mulligan
2022-07-27 20:53:01 -07:00
committed by GitHub
@@ -3,11 +3,11 @@
buildPythonApplication rec {
pname = "MAVProxy";
version = "1.8.50";
version = "1.8.52";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dTdXmhm6sWZphLhcoKRDQ2Ir0hcu0ev0xCul2O9hAXg=";
sha256 = "sha256-H30QZbUj6SXuwhhQUvHoPDM1D4ynm/vt1Mi4rkCB1oo=";
};
postPatch = ''