tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-cliff: 0.3.0 -> 0.4.0
Ben Siraphob
4 years ago
0afbd8c8
7097c8fe
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-and-tools
git-cliff
default.nix
+3
-3
pkgs/applications/version-management/git-and-tools/git-cliff/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "git-cliff";
5
5
-
version = "0.3.0";
5
5
+
version = "0.4.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "orhun";
9
9
repo = "git-cliff";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-d0qY0yGvFf1V8NhS9cHEawkTqMAN6roReAHJ6FT9qJ4=";
11
11
+
sha256 = "sha256-9F15XHyFxcE48/ePwjvB7lLkw9FxoQd49G758nupRuk=";
12
12
};
13
13
14
14
-
cargoSha256 = "sha256-UxV9trTm4vZ/boWB7Sl6Dbwhjk8jQnB0QT6bC+aCL+A=";
14
14
+
cargoSha256 = "sha256-gPf4sGDbZzfzVJy+9k3FSOdJ5b8Xci1LTjIrCmP9bW8=";
15
15
16
16
# attempts to run the program on .git in src which is not deterministic
17
17
doCheck = false;