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

release-plz: 0.3.73 -> 0.3.74
This commit is contained in:
Nick Cao 2024-06-27 15:45:37 -04:00 committed by GitHub
commit 6e77f12463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "release-plz";
version = "0.3.73";
version = "0.3.74";
src = fetchFromGitHub {
owner = "MarcoIeni";
repo = "release-plz";
rev = "release-plz-v${version}";
hash = "sha256-QRKXg/6hiF7P3yQ6wFZ5JG2aRaGX7rQU0DB2L97LKsg=";
hash = "sha256-6Cj23OlIVWnuJC4jpmd7o5L4pUSUkTycZbpu8CzSVM0=";
};
cargoHash = "sha256-aDm4hWosaeAI21iw2Uo315u01kjXCK+LaBwt9jlwgYw=";
cargoHash = "sha256-YAijOHu59BWIsS5cYFYbG4zGG0l+x9cqHfEGu3oL5l0=";
nativeBuildInputs = [ installShellFiles pkg-config perl ];
buildInputs = [ openssl ];