0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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

mavproxy: 1.8.48 -> 1.8.49
This commit is contained in:
Ryan Mulligan 2022-04-26 16:31:50 -07:00 committed by GitHub
commit 9fc849704f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonApplication rec {
pname = "MAVProxy";
version = "1.8.48";
version = "1.8.49";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BigJdAz52D8hg2bQs7tngFqnITut/wENGZ0+gLlAeoY=";
sha256 = "sha256-eJ/QxtMUq7DN/cH9qUHNIJv48r0NJrbZfML74DpYamQ=";
};
postPatch = ''