We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b6d782 + 30eb17a commit dbb388cCopy full SHA for dbb388c
1 file changed
pkgs/by-name/re/release-plz/package.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "release-plz";
14
- version = "0.3.150";
+ version = "0.3.151";
15
16
src = fetchFromGitHub {
17
owner = "MarcoIeni";
18
repo = "release-plz";
19
rev = "release-plz-v${version}";
20
- hash = "sha256-gV1B7c7yC5KBjQ5y44dAgMUuGtL55ICM++kNShNh/nM=";
+ hash = "sha256-yH+ggH5bJNvdD+iv3gk6PZ/EXHoQhdl7ur9Sj6/GE/Q=";
21
};
22
23
- cargoHash = "sha256-o1Gds4UDZRVstPNPaisriUUeX0fabqLrS5TSqXMEB1c=";
+ cargoHash = "sha256-hi0TghUBEXBMSXq+gjxeGZWzpqzQTBg8WGOdkzP1Q70=";
24
25
nativeBuildInputs = [
26
installShellFiles
0 commit comments