Merge pull request #122791 from lopsided98/mavproxy-update
This commit is contained in:
commit
936dd70d45
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "MAVProxy";
|
pname = "MAVProxy";
|
||||||
version = "1.8.34";
|
version = "1.8.36";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b922c9b6cf4719667e195a02d8364ccebbe7966a9c18666f8ac22eae9d9e7a2c";
|
sha256 = "1gc92gp45d9pcxhmc03kbnar61jxfpx50v3jhdrsflpzhxyhjz5g";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -30,7 +30,7 @@ buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "MAVLink proxy and command line ground station";
|
description = "MAVLink proxy and command line ground station";
|
||||||
homepage = "https://github.com/ArduPilot/MAVProxy";
|
homepage = "https://github.com/ArduPilot/MAVProxy";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ lopsided98 ];
|
maintainers = with maintainers; [ lopsided98 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python MAVLink interface and utilities";
|
description = "Python MAVLink interface and utilities";
|
||||||
homepage = "https://github.com/ArduPilot/pymavlink";
|
homepage = "https://github.com/ArduPilot/pymavlink";
|
||||||
license = with licenses; [ lgpl3Only mit ];
|
license = with licenses; [ lgpl3Plus mit ];
|
||||||
maintainers = with maintainers; [ lopsided98 ];
|
maintainers = with maintainers; [ lopsided98 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user