git-cliff: 2.9.0 -> 2.9.1 (#416281)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>

Changed files
+3 -3
pkgs
by-name
gi
git-cliff
+3 -3
pkgs/by-name/gi/git-cliff/package.nix
···
rustPlatform.buildRustPackage rec {
pname = "git-cliff";
-
version = "2.9.0";
+
version = "2.9.1";
src = fetchFromGitHub {
owner = "orhun";
repo = "git-cliff";
rev = "v${version}";
-
hash = "sha256-ZxMwQBhU+49+MaId16tH2np2slgCmq4yKi6PI9Dy+o4=";
+
hash = "sha256-J3KjVPH7shMupogLSfA5HV1FyA+cFSOWP9gMBU6txww=";
};
useFetchCargoVendor = true;
-
cargoHash = "sha256-QPxrdmuQINzuZXyRRYDA+HguRdt6n++XuLj/OF0ceKU=";
+
cargoHash = "sha256-16ouBn6GQlE1ZVr4g/TicEL0cTiewegGkuhGcJPicrc=";
# attempts to run the program on .git in src which is not deterministic
doCheck = false;