release-plz: 0.3.133 -> 0.3.134 (#406217)

Co-authored-by: DanNixon <dan@dan-nixon.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-11 19:59:07 +00:00
committed by GitHub
co-authored by DanNixon
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "release-plz";
version = "0.3.133";
version = "0.3.134";
src = fetchFromGitHub {
owner = "MarcoIeni";
repo = "release-plz";
rev = "release-plz-v${version}";
hash = "sha256-WxuW5qz8ACaKoLOiKug1BRGiMqgS8fv1lL6gmJFdlRE=";
hash = "sha256-G2xXNeyKEix/kCJ1zUn0YILMmikuvhu3f6t3pq3GjHI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-xWvQfPqLIisHtn1yxXkPcPlZGb0AV/e8aFbihxCQ8zA=";
cargoHash = "sha256-1bFIeWYBGefT1K545sNp7/LWG4oU+q4FlOL189a/wI0=";
nativeBuildInputs = [
installShellFiles