tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-cliff: 1.3.1 -> 1.4.0
R. Ryantm
2 years ago
287e151e
0891a909
+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
···
7
7
8
8
rustPlatform.buildRustPackage rec {
9
9
pname = "git-cliff";
10
10
-
version = "1.3.1";
10
10
+
version = "1.4.0";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "orhun";
14
14
repo = "git-cliff";
15
15
rev = "v${version}";
16
16
-
hash = "sha256-DzlCy8Y3OW3FiXO45wuUh3t87Za2jWQ4rnztZGRySYA=";
16
16
+
hash = "sha256-OK2eoWlqlpf/X8EGMnWTv9Gs5FkYvW5rmQDB/Mkbp60=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-+XyZqxjiOAIyc+FmnexIdV1RMzc+iqmo8nPahzUo43E=";
19
19
+
cargoHash = "sha256-gtkpZKOaG5p79uJ9cbbGdiOX57bDFTf2/Bd8+WToJrw=";
20
20
21
21
# attempts to run the program on .git in src which is not deterministic
22
22
doCheck = false;