clog-cli: 0.9.3 -> 0.10.0

Untested but at least it builds now.
This commit is contained in:
Alyssa Ross
2025-01-26 15:17:07 +01:00
parent 2ab9225a40
commit c2978e7db5
+6 -6
View File
@@ -6,16 +6,18 @@
rustPlatform.buildRustPackage rec {
pname = "clog-cli";
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitHub {
owner = "clog-tool";
repo = "clog-cli";
rev = "v${version}";
sha256 = "1wxglc4n1dar5qphhj5pab7ps34cjr7jy611fwn72lz0f6c7jp3z";
# Tag seems to be missing:
# https://github.com/clog-tool/clog-cli/issues/128
rev = "7066cba2bcbaea0f62ea22c320d48dac20f36a38";
sha256 = "sha256-d1csT7iHf48kLkn6/cGhoIoEN/kiYc6vlUwHDNmbnMI=";
};
cargoHash = "sha256-yjBgccrkG2D8ZW3Uju4XUhz9Kar50jkJZ75MWhn9j3U=";
cargoHash = "sha256-DS9lpjR9BCgo6VJG1XD0qzVr/8fw9NR2L2UWaE6gqtw=";
meta = {
description = "Generate changelogs from local git metadata";
@@ -24,7 +26,5 @@ rustPlatform.buildRustPackage rec {
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.nthorne ];
mainProgram = "clog";
# error: could not compile `rustc-serialize`
broken = true; # Added 2024-03-16
};
}