git-cliff: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2025-06-02 13:56:41 +00:00
parent 0238456546
commit 59e2ae5065
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "git-cliff";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "orhun";
repo = "git-cliff";
rev = "v${version}";
hash = "sha256-B421xXt7TrBJVwi04vygnw9t5o7/KLVpuItQtwV4E24=";
hash = "sha256-ZxMwQBhU+49+MaId16tH2np2slgCmq4yKi6PI9Dy+o4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-GGEKQgnSB2HW3VIj4CfxzUZaWYE2/nHJPN9ZMmHY5Ns=";
cargoHash = "sha256-QPxrdmuQINzuZXyRRYDA+HguRdt6n++XuLj/OF0ceKU=";
# attempts to run the program on .git in src which is not deterministic
doCheck = false;