nicoo
fab52fca51
treewide: sha512 → hash
2023-09-22 18:37:42 +02:00
Lily Foster
249efd2271
Merge pull request #223457 from lilyinstarlight/fix/fetch-yarn-deps-pulsar
...
fetchYarnDeps: account for more yarn.lock spec edge cases
2023-07-16 20:24:16 -04:00
Lily Foster
86f94c3e45
prefetch-yarn-deps: add tests passthru
2023-06-29 11:11:41 -04:00
Lily Foster
5c32e0ba7c
prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock ( #214062 )
...
The flag iterates through the lockfile entries, rewrites `resolved` URLs
to those that will be in the cache (like `fixup_yarn_lock` from
yarn2nix), removes `integrity` for git deps whose hash won't match the
reproducible repacking that the fetcher does, writes the amended
lockfile, and exits.
2023-06-27 20:27:33 +02:00
Yureka
aa3dc6440e
fetchYarnDeps: support passing src attribute ( #193047 )
2022-10-02 22:41:31 +02:00
Yureka
842a0d94cb
fetchYarnDeps: use fakeSha256 if no hash is given
2021-10-29 02:43:42 +09:00
Yuka
49a5b293b9
prefetch-yarn-deps: add nix dependency ( #142664 )
...
fixes "Error: spawn nix-hash ENOENT"
2021-10-23 19:13:34 +02:00
Yureka
d6e0195ccd
prefetch-yarn-deps, fetchYarnDeps: init
2021-10-20 11:39:16 +02:00