Merge pull request #321419 from r-ryantm/auto-update/release-plz

release-plz: 0.3.72 -> 0.3.73
This commit is contained in:
Nick Cao
2024-06-21 17:40:16 -04:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "release-plz";
version = "0.3.72";
version = "0.3.73";
src = fetchFromGitHub {
owner = "MarcoIeni";
repo = "release-plz";
rev = "release-plz-v${version}";
hash = "sha256-wc/+X/P/FKDpvw0U7ItIgzHbqsEnngHk4wt7Pjzk594=";
hash = "sha256-QRKXg/6hiF7P3yQ6wFZ5JG2aRaGX7rQU0DB2L97LKsg=";
};
cargoHash = "sha256-RB+NXuASfpx6tZJfG18Hj7JOfXK9FIqSD7QaDfGUHi4=";
cargoHash = "sha256-aDm4hWosaeAI21iw2Uo315u01kjXCK+LaBwt9jlwgYw=";
nativeBuildInputs = [ installShellFiles pkg-config perl ];
buildInputs = [ openssl ];