1 { fetchFromGitHub, rustPlatform, lib }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1wxglc4n1dar5qphhj5pab7ps34cjr7jy611fwn72lz0f6c7jp3z";
14 cargoSha256 = "0xcgzlcmlk5ycw4kklprm8lzs72j2zp8xm3dcpy606z4r9qn0c6a";
17 description = "Generate changelogs from local git metadata";
18 homepage = "https://github.com/clog-tool/clog-cli";
19 license = lib.licenses.mit;
20 platforms = lib.platforms.unix;
21 maintainers = [lib.maintainers.nthorne];
23 # error: could not compile `rustc-serialize`
24 broken = true; # Added 2024-03-16