overlay/mlat-client: 0.3.8 -> 0.3.9

This commit is contained in:
Astro 2021-12-10 21:28:01 +01:00
parent e51da1d46f
commit 2563f8b8a0
1 changed files with 2 additions and 2 deletions

View File

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