We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bf025e + 4119f47 commit 4cf8a14Copy full SHA for 4cf8a14
pkgs/by-name/re/release-plz/package.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "release-plz";
14
- version = "0.3.113";
+ version = "0.3.120";
15
16
src = fetchFromGitHub {
17
owner = "MarcoIeni";
18
repo = "release-plz";
19
rev = "release-plz-v${version}";
20
- hash = "sha256-m33tBLNOU2+vjIICU0ggnNxLvD/fxJVSxT6bRih9e7U=";
+ hash = "sha256-5e00l84xKZVqOIDr+Jx0kLFaWEs/oe+EEnDp/obvwWM=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-XPe5lQMKTGWlt9E3JSsCT1g7VTFBo/aYrVSf0VNOpVk=";
+ cargoHash = "sha256-3sTeWE/qMOIR+TxGjL813bPpHou/8Zjt7i0+hEOep1c=";
25
26
nativeBuildInputs = [
27
installShellFiles
0 commit comments