mlat-client: bump and fix build

This commit is contained in:
Sandro - 2023-06-05 22:09:14 +02:00
parent 965764d70b
commit 0000004660
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
buildPythonApplication rec {
pname = "mlat-client";
version = "0.3.9";
version = "0.4.2";
src = fetchFromGitHub {
owner = "adsbxchange";
repo = "mlat-client";
rev = "v${version}";
sha256 = "0zqm9g6sg3mzq8x809x9kicc9mqpkh1ndb0xfapb3hkz5d5dnm6z";
hash = "sha256-V//LpYmBXtT8haX1aZ4XldzzyUY2YN7x3lTpQ2csTmw=";
};
}