Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-07-25 14:01:43 +02:00
parent 0e3c2a3b9e
commit 22df63928b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 31 additions and 14 deletions

View file

@ -1,6 +1,14 @@
{ fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec {
offline_cache = linkFarm "offline" packages;
packages = [
{
name = "_accentor_api_client_js___api_client_js_0.11.2.tgz";
path = fetchurl {
name = "_accentor_api_client_js___api_client_js_0.11.2.tgz";
url = "https://registry.yarnpkg.com/@accentor/api-client-js/-/api-client-js-0.11.2.tgz";
sha1 = "1d606360cc03c50888025cede40339ece36ef5f0";
};
}
{
name = "_babel_code_frame___code_frame_7.12.13.tgz";
path = fetchurl {