18 buildPythonPackage rec {
22 src = fetchFromGitHub {
26 sha256 = "1n3lvdrzp6wbbcygjwa7xar2jnhjnrz7a9khmn2phhkkngxm5rc4";
29 patches = [ ./pinning.patch ];
31 propagatedBuildInputs = [
48 pythonImportsCheck = [ "myjwt" ];
51 description = "CLI tool for testing vulnerabilities on Json Web Token(JWT)";
52 homepage = "https://github.com/mBouamama/MyJWT";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];
56 broken = stdenv.isDarwin;