yarn-berry-fetcher: 1.3.0 -> 1.3.1

Changes since 1.3.0:

 - Cargo.toml: drop request blocking feature flag
   https://cyberchaos.dev/yuka/yarn-berry-fetcher/-/merge_requests/20
 - Replace fallible SourceWith[out]Integrity conversion with helper
   https://cyberchaos.dev/yuka/yarn-berry-fetcher/-/merge_requests/22
 - Inline write_zip_and_check into fetch_tgz_and_write_zip,
   add error handling to zip writing
   https://cyberchaos.dev/yuka/yarn-berry-fetcher/-/merge_requests/23

(cherry picked from commit 136070bde1)
This commit is contained in:
Florian Klink 2026-06-11 22:18:54 +03:00
commit 6c82052aef

View file

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "yarn-berry-${toString berryVersion}-fetcher";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitLab {
domain = "cyberchaos.dev";
owner = "yuka";
repo = "yarn-berry-fetcher";
tag = finalAttrs.version;
hash = "sha256-7WW/fHTi1i7dcsSJDl4kb1E6hUY6flRaVdbjD93OKPk=";
hash = "sha256-4dT01SgTPwo9Vw7WIKtdRVP5+dd45YsTPOuf3V6SJg8=";
};
cargoHash = "sha256-l8zTzr2y8i2ENb8iadIBz59YLmNwfDZcrbUqIUibFqg=";