Skip to content

Commit 4cf8a14

Browse files
release-plz: 0.3.113 -> 0.3.120 (#382694)
Co-authored-by: DanNixon <[email protected]>
2 parents 7bf025e + 4119f47 commit 4cf8a14

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,17 +11,17 @@
1111

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

1616
src = fetchFromGitHub {
1717
owner = "MarcoIeni";
1818
repo = "release-plz";
1919
rev = "release-plz-v${version}";
20-
hash = "sha256-m33tBLNOU2+vjIICU0ggnNxLvD/fxJVSxT6bRih9e7U=";
20+
hash = "sha256-5e00l84xKZVqOIDr+Jx0kLFaWEs/oe+EEnDp/obvwWM=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-XPe5lQMKTGWlt9E3JSsCT1g7VTFBo/aYrVSf0VNOpVk=";
24+
cargoHash = "sha256-3sTeWE/qMOIR+TxGjL813bPpHou/8Zjt7i0+hEOep1c=";
2525

2626
nativeBuildInputs = [
2727
installShellFiles

0 commit comments

Comments
 (0)