tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-cliff: 2.2.1 -> 2.2.2
R. Ryantm
2 years ago
064e7e18
426c785e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-cliff
default.nix
+3
-3
pkgs/applications/version-management/git-cliff/default.nix
···
8
8
9
9
rustPlatform.buildRustPackage rec {
10
10
pname = "git-cliff";
11
11
-
version = "2.2.1";
11
11
+
version = "2.2.2";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "orhun";
15
15
repo = "git-cliff";
16
16
rev = "v${version}";
17
17
-
hash = "sha256-FRcreSnSO65m9h9+SUg4qdFELvpVX1+HkWH3dI2RR/M=";
17
17
+
hash = "sha256-e7DeGcavBgjnH2QY/nqRThYHKzhmbNxYPoOmMF+0I3s=";
18
18
};
19
19
20
20
-
cargoHash = "sha256-RlcZvyFi7fc8eJYB5X64axAnNp8Z1h0WOV4hM1SLoRk=";
20
20
+
cargoHash = "sha256-MaSqQD3SRuqiOj5hTHAMyTDj2xgboA5QIZEH7BAxjF4=";
21
21
22
22
# attempts to run the program on .git in src which is not deterministic
23
23
doCheck = false;