20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
30 rev = "refs/tags/${version}";
31 hash = "sha256-qdDA8DpJ9kAPTvCkQcPBHNlUqxwsS0vAESglvUygXhg=";
35 substituteInPlace pyproject.toml \
36 --replace "1.6.0" "${version}" \
37 --replace 'cryptography = "^39.0.2"' 'cryptography = "^39.0.0"'
44 propagatedBuildInputs = [
61 pythonImportsCheck = [
66 description = "CLI tool for testing vulnerabilities of JSON Web Tokens (JWT)";
67 homepage = "https://github.com/mBouamama/MyJWT";
68 changelog = "https://github.com/tyki6/MyJWT/releases/tag/${version}";
69 license = with licenses; [ mit ];
70 maintainers = with maintainers; [ fab ];
72 broken = stdenv.isDarwin;