mavproxy: 1.8.32 -> 1.8.34

This commit is contained in:
R. RyanTM 2021-02-17 22:46:44 +00:00
parent d6fb31eb11
commit 4450456fbc

View File

@ -3,11 +3,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "MAVProxy"; pname = "MAVProxy";
version = "1.8.32"; version = "1.8.34";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "f89ba880fe7351a13c68ba3f4c56acd6e246790b103f3ec79d9a527b5767b8f0"; sha256 = "b922c9b6cf4719667e195a02d8364ccebbe7966a9c18666f8ac22eae9d9e7a2c";
}; };
postPatch = '' postPatch = ''