mlat-client: switch to mutability with patch for newer Python
This commit is contained in:
parent
785cfeadc5
commit
bcb5de4f0c
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue