mavproxy: 1.8.60 -> 1.8.62

This commit is contained in:
Ben Wolsieffer 2023-06-15 17:36:54 -04:00
parent 600c22dde8
commit 99002aba8e

View File

@ -4,11 +4,11 @@
buildPythonApplication rec {
pname = "MAVProxy";
version = "1.8.60";
version = "1.8.62";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZDV6ZB95gsdn8BW/VX1pGZeKPLYy0X24IV+hor2Ugeo=";
sha256 = "sha256-XypOQNETmxg9DYcuCGkXH9/LwCq+pR23KbNfP0mfs3I=";
};
postPatch = ''