mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
f66ec95db1
commit
6c82052aef
1 changed files with 2 additions and 2 deletions
|
|
@ -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=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue