release-plz: 0.3.137 -> 0.3.138

This commit is contained in:
R. Ryantm 2025-07-12 19:14:40 +00:00
parent 58d0845753
commit 529d60fd4e

View File

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "release-plz"; pname = "release-plz";
version = "0.3.137"; version = "0.3.138";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MarcoIeni"; owner = "MarcoIeni";
repo = "release-plz"; repo = "release-plz";
rev = "release-plz-v${version}"; rev = "release-plz-v${version}";
hash = "sha256-7sCwnUhCLfA/MACseZUT6IWR5+JjxKUyBfLSGwno/qQ="; hash = "sha256-qGbLT46NFMXLJncC4ZSkjo2oDISDTsAWVvevwHTaASU=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-IoFJPRW4SXAWxfBKNBrgtxBAYfbRwxuN9Aig3P9QkOk="; cargoHash = "sha256-lMtZQNC3hix65Y1s5LqNdpY8u0TnJvnrhTm64lql4R8=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles