Skip to content

Commit dd6b451

Browse files
committed
release-plz: 0.3.140 -> 0.3.142
1 parent d96dab0 commit dd6b451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/release-plz/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "release-plz";
14-
version = "0.3.140";
14+
version = "0.3.142";
1515

1616
src = fetchFromGitHub {
1717
owner = "MarcoIeni";
1818
repo = "release-plz";
1919
rev = "release-plz-v${version}";
20-
hash = "sha256-pJHyf1aSn4YqzFYW6otuRY+gJ6TBCKFGQuH2Py5uWlE=";
20+
hash = "sha256-e+EafNBXHUAE4UjJJ7ujfd4QVxQ6AAYTpH6TmNot6jk=";
2121
};
2222

23-
cargoHash = "sha256-LfadgdrGD9g/PNeFs/XNUk2x0h1i3znzMhIV+w1DjMk=";
23+
cargoHash = "sha256-TE2l9Mk41RBaHo/fRdXSLHc8UGiMDIY6LXc33iIDjvA=";
2424

2525
nativeBuildInputs = [
2626
installShellFiles

0 commit comments

Comments
 (0)