overlays/mlat-client: 0.4.2 -> unstable-2023-12-22 (fix build)

This commit is contained in:
Astro 2024-01-09 21:22:46 +01:00
parent 2b40187198
commit c89d894f51
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
buildPythonApplication rec {
pname = "mlat-client";
version = "0.4.2";
version = "unstable-2023-12-22";
src = fetchFromGitHub {
owner = "adsbxchange";
repo = "mlat-client";
rev = "v${version}";
hash = "sha256-V//LpYmBXtT8haX1aZ4XldzzyUY2YN7x3lTpQ2csTmw=";
rev = "fabefdc3543702c6ef950111b94981162c45147d";
hash = "sha256-7FgyoZ08hGoMJWb1O/duIfiVb0udt8jwSoRSDTQ1Y+g=";
};
}