8 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-lsov5AIT5uRf9nmS8ZsFmInKUFAxUATTbpfhV1fabhA=";
20 build-system = [ poetry-core ];
21 pythonImportsCheck = [ "ixia" ];
24 changelog = "https://github.com/trag1c/ixia/blob/${src.rev}/CHANGELOG.md";
25 description = "Connecting secrets' security with random's versatility";
26 license = lib.licenses.mit;
27 homepage = "https://trag1c.github.io/ixia";
28 maintainers = with lib.maintainers; [ sigmanificient ];