10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-2kBjHX7izo4loJ8oyPjE9FtCvUODC3Sm4T8ETIdeGZM=";
21 cargoHash = "sha256-owppYDt0YdWoDvfmzVfiIPjLgTAT9eTI1LpRr4Y3XQA=";
23 OPENSSL_NO_VENDOR = 1;
36 description = "An interactive CLI for creating conventional commits";
37 homepage = "https://github.com/its-danny/koji";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ ByteSudoer ];
41 platforms = platforms.unix;