mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
fetchYarnDeps: fix test hashes
This commit is contained in:
parent
e7cd275cd8
commit
88375f1b74
@ -3,14 +3,14 @@
|
|||||||
{
|
{
|
||||||
simple = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
simple = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
||||||
yarnLock = ./simple.lock;
|
yarnLock = ./simple.lock;
|
||||||
sha256 = "sha256-Erdkw2E8wWT09jFNLXGkrdwKl0HuSZWnUDJUrV95vSE=";
|
sha256 = "sha256-FRrt8BixleILmFB2ZV8RgPNLqgS+dlH5nWoPgeaaNQ8=";
|
||||||
};
|
};
|
||||||
gitDep = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
gitDep = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
||||||
yarnLock = ./git.lock;
|
yarnLock = ./git.lock;
|
||||||
sha256 = "sha256-lAqN4LpoE+jgsQO1nDtuORwcVEO7ogEV53jCu2jFJUI=";
|
sha256 = "sha256-f90IiEzHDiBdswWewRBHcJfqqpPipaMg8N0DVLq2e8Q=";
|
||||||
};
|
};
|
||||||
githubDep = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
githubDep = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
||||||
yarnLock = ./github.lock;
|
yarnLock = ./github.lock;
|
||||||
sha256 = "sha256-Tsfgyjxz8x6gNmfN0xR7G/NQNoEs4svxRN/N+26vfJU=";
|
sha256 = "sha256-DIKrhDKoqm7tHZmcuh9eK9VTqp6BxeW0zqDUpY4F57A=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user