11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-2kBjHX7izo4loJ8oyPjE9FtCvUODC3Sm4T8ETIdeGZM=";
22 cargoHash = "sha256-owppYDt0YdWoDvfmzVfiIPjLgTAT9eTI1LpRr4Y3XQA=";
24 OPENSSL_NO_VENDOR = 1;
37 description = "Interactive CLI for creating conventional commits";
38 homepage = "https://github.com/its-danny/koji";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ ByteSudoer ];
42 platforms = platforms.unix;