Merge pull request #174881 from r-ryantm/auto-update/mavproxy

mavproxy: 1.8.49 -> 1.8.50
This commit is contained in:
Bobby Rong
2022-06-02 22:48:45 +08:00
committed by GitHub
@@ -3,11 +3,11 @@
buildPythonApplication rec {
pname = "MAVProxy";
version = "1.8.49";
version = "1.8.50";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-eJ/QxtMUq7DN/cH9qUHNIJv48r0NJrbZfML74DpYamQ=";
sha256 = "sha256-dTdXmhm6sWZphLhcoKRDQ2Ir0hcu0ev0xCul2O9hAXg=";
};
postPatch = ''