3 buildPythonApplication,
10 buildPythonApplication rec {
15 inherit pname version;
16 sha256 = "0akrrz735vjfrm78plwyg84vabj0x3qficq9xxmy9kr40fhdkzpb";
19 propagatedBuildInputs = [
29 homepage = "https://github.com/huwwp/cryptop";
30 description = "Command line Cryptocurrency Portfolio";
31 license = with lib.licenses; [ mit ];
32 maintainers = with lib.maintainers; [ bhipple ];
33 mainProgram = "cryptop";