mlat-client: switch to mutability with patch for newer Python

This commit is contained in:
Luke Granger-Brown 2024-01-06 02:57:55 +00:00
parent 785cfeadc5
commit bcb5de4f0c

View file

@ -4,12 +4,12 @@
buildPythonApplication rec {
pname = "mlat-client";
version = "0.4.2";
version = "0.2.13";
src = fetchFromGitHub {
owner = "adsbxchange";
owner = "mutability";
repo = "mlat-client";
rev = "v${version}";
sha256 = "sha256:0v2f5ikl7salvvqxwq1n8v4z7p4m2yg6kxd5hpyd8pl1i6jwpzsp";
sha256 = "sha256:0hgyyxz8632rmayaj5k94c7j3rxwlfh04hjn893zz81w449y8a3x";
};
}