fetchYarnDeps: add more git url tests
This commit is contained in:
parent
88375f1b74
commit
a777753eb2
2 changed files with 15 additions and 0 deletions
|
@ -13,4 +13,8 @@
|
||||||
yarnLock = ./github.lock;
|
yarnLock = ./github.lock;
|
||||||
sha256 = "sha256-DIKrhDKoqm7tHZmcuh9eK9VTqp6BxeW0zqDUpY4F57A=";
|
sha256 = "sha256-DIKrhDKoqm7tHZmcuh9eK9VTqp6BxeW0zqDUpY4F57A=";
|
||||||
};
|
};
|
||||||
|
gitUrlDep = testers.invalidateFetcherByDrvHash fetchYarnDeps {
|
||||||
|
yarnLock = ./giturl.lock;
|
||||||
|
sha256 = "sha256-VPnyqN6lePQZGXwR7VhbFnP7/0/LB621RZwT1F+KzVQ=";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
11
pkgs/build-support/node/fetch-yarn-deps/tests/giturl.lock
Normal file
11
pkgs/build-support/node/fetch-yarn-deps/tests/giturl.lock
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
|
"autocomplete-atom-api@https://codeload.github.com/atom/autocomplete-atom-api/legacy.tar.gz/refs/tags/v0.10.7":
|
||||||
|
version "0.10.7"
|
||||||
|
resolved "https://codeload.github.com/atom/autocomplete-atom-api/legacy.tar.gz/refs/tags/v0.10.7#c9d51fa721d543ccfc1b2189101155e81db6b97d"
|
||||||
|
|
||||||
|
"find-and-replace@https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz":
|
||||||
|
version "0.220.1"
|
||||||
|
resolved "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz#d7a0f56511e38ee72a89895a795bbbcab4a1a405"
|
Loading…
Reference in a new issue