Skip to content

Commit

Permalink
Run yarn2nix (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored May 10, 2021
1 parent c318ce3 commit d32dd8c
Showing 1 changed file with 84 additions and 76 deletions.
160 changes: 84 additions & 76 deletions yarn.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{ fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec {
offline_cache = linkFarm "offline" packages;
packages = [
{
name = "_babel_runtime___runtime_7.13.17.tgz";
path = fetchurl {
name = "_babel_runtime___runtime_7.13.17.tgz";
url = "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz";
sha1 = "8966d1fc9593bf848602f0662d6b4d0069e3a7ec";
};
}
{
name = "_babel_runtime___runtime_7.13.10.tgz";
path = fetchurl {
Expand All @@ -10,91 +18,91 @@
};
}
{
name = "_polkadot_api_derive___api_derive_4.5.1.tgz";
name = "_polkadot_api_derive___api_derive_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_api_derive___api_derive_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-4.5.1.tgz";
sha1 = "7bcbcadce4e70aa645cd64cdc31e979deffe857e";
name = "_polkadot_api_derive___api_derive_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-4.7.2.tgz";
sha1 = "94ca16f2e61d1739489da6030cbe5137beee336a";
};
}
{
name = "_polkadot_api___api_4.5.1.tgz";
name = "_polkadot_api___api_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_api___api_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/api/-/api-4.5.1.tgz";
sha1 = "02672ebb4c34110048fd4308974c20f03328be0f";
name = "_polkadot_api___api_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/api/-/api-4.7.2.tgz";
sha1 = "0e98117fc631f2988ca364881111c05a00e8b701";
};
}
{
name = "_polkadot_keyring___keyring_6.1.1.tgz";
name = "_polkadot_keyring___keyring_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_keyring___keyring_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-6.1.1.tgz";
sha1 = "937103e3c98bb92942f91502577fcc3b6bcd4aef";
name = "_polkadot_keyring___keyring_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-6.3.1.tgz";
sha1 = "434847cc4fb134116691c07e05750e8388cbb2b7";
};
}
{
name = "_polkadot_metadata___metadata_4.5.1.tgz";
name = "_polkadot_metadata___metadata_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_metadata___metadata_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-4.5.1.tgz";
sha1 = "53c63d6e5a7c3965184b783bbff4dff339c1c65c";
name = "_polkadot_metadata___metadata_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-4.7.2.tgz";
sha1 = "91076a1c1158494574a1965ec1fe124fb4d1b848";
};
}
{
name = "_polkadot_networks___networks_6.1.1.tgz";
name = "_polkadot_networks___networks_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_networks___networks_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/networks/-/networks-6.1.1.tgz";
sha1 = "7725b75a421e80ad6bc152c6ba0e0b5f82153939";
name = "_polkadot_networks___networks_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/networks/-/networks-6.3.1.tgz";
sha1 = "c5063681ea73f8b579f418d57d0eba2d4bb72292";
};
}
{
name = "_polkadot_rpc_core___rpc_core_4.5.1.tgz";
name = "_polkadot_rpc_core___rpc_core_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_rpc_core___rpc_core_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-4.5.1.tgz";
sha1 = "30eb7c3172ab6a4e5db7be8c1da782e0c04fe8a9";
name = "_polkadot_rpc_core___rpc_core_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-4.7.2.tgz";
sha1 = "d79c42bb9fafc84a5c3b90959a86fe97b4a21fb5";
};
}
{
name = "_polkadot_rpc_provider___rpc_provider_4.5.1.tgz";
name = "_polkadot_rpc_provider___rpc_provider_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_rpc_provider___rpc_provider_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-4.5.1.tgz";
sha1 = "ed7f3726e43a6480025522756e6dee973ebde08d";
name = "_polkadot_rpc_provider___rpc_provider_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-4.7.2.tgz";
sha1 = "71340ec6a109a2652502aee8d24e06f0322663b8";
};
}
{
name = "_polkadot_types_known___types_known_4.5.1.tgz";
name = "_polkadot_types_known___types_known_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_types_known___types_known_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-4.5.1.tgz";
sha1 = "812121cc73a56ad55982870aa69e1cfb9ed98cee";
name = "_polkadot_types_known___types_known_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-4.7.2.tgz";
sha1 = "d6b55c75a9461a09490167a679b6ed783eab6350";
};
}
{
name = "_polkadot_types___types_4.5.1.tgz";
name = "_polkadot_types___types_4.7.2.tgz";
path = fetchurl {
name = "_polkadot_types___types_4.5.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/types/-/types-4.5.1.tgz";
sha1 = "73f096a0ffbda6bcd4cf1d16c66a98ddddd36746";
name = "_polkadot_types___types_4.7.2.tgz";
url = "https://registry.yarnpkg.com/@polkadot/types/-/types-4.7.2.tgz";
sha1 = "6b3e8c16999951e040459d5e338e259543bfec16";
};
}
{
name = "_polkadot_util_crypto___util_crypto_6.1.1.tgz";
name = "_polkadot_util_crypto___util_crypto_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_util_crypto___util_crypto_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-6.1.1.tgz";
sha1 = "dc9ee86656bbaf59b41c5a1cf40fa025b44aaf27";
name = "_polkadot_util_crypto___util_crypto_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-6.3.1.tgz";
sha1 = "5328da77bdee5064bc41f9dec0a76cc634690b88";
};
}
{
name = "_polkadot_util___util_6.1.1.tgz";
name = "_polkadot_util___util_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_util___util_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/util/-/util-6.1.1.tgz";
sha1 = "d4ab0bf8f0d38f60b93124e7efb4339c16d0b1a1";
name = "_polkadot_util___util_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/util/-/util-6.3.1.tgz";
sha1 = "410ee362ddb37f9c67af8f5897d977a7fd950ebf";
};
}
{
Expand Down Expand Up @@ -122,59 +130,59 @@
};
}
{
name = "_polkadot_x_fetch___x_fetch_6.1.1.tgz";
name = "_polkadot_x_fetch___x_fetch_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_fetch___x_fetch_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-6.1.1.tgz";
sha1 = "433300cd6c9ca98c8e610e34bf30922f480879d9";
name = "_polkadot_x_fetch___x_fetch_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-6.3.1.tgz";
sha1 = "ac1737f57a2a03b6666aec6abe3c8a2e147c2696";
};
}
{
name = "_polkadot_x_global___x_global_6.1.1.tgz";
name = "_polkadot_x_global___x_global_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_global___x_global_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-6.1.1.tgz";
sha1 = "c9dab736cb0ff3274bebabeb5a9f1c57d126b73c";
name = "_polkadot_x_global___x_global_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-6.3.1.tgz";
sha1 = "cdb4883fa20e23411bdd5f50a5d5c92814a3106f";
};
}
{
name = "_polkadot_x_randomvalues___x_randomvalues_6.1.1.tgz";
name = "_polkadot_x_randomvalues___x_randomvalues_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_randomvalues___x_randomvalues_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-6.1.1.tgz";
sha1 = "e57a31bc51513c88fd8228a24a154b5e426dcff1";
name = "_polkadot_x_randomvalues___x_randomvalues_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-6.3.1.tgz";
sha1 = "e2b91223277d7d7978c39e9d280fbc6526217d46";
};
}
{
name = "_polkadot_x_rxjs___x_rxjs_6.1.1.tgz";
name = "_polkadot_x_rxjs___x_rxjs_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_rxjs___x_rxjs_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-rxjs/-/x-rxjs-6.1.1.tgz";
sha1 = "dae950f5034c3f357baaea9ad5be3ac6e990c49f";
name = "_polkadot_x_rxjs___x_rxjs_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-rxjs/-/x-rxjs-6.3.1.tgz";
sha1 = "5627f9601df6db22a65512a3eab0af4a22a58830";
};
}
{
name = "_polkadot_x_textdecoder___x_textdecoder_6.1.1.tgz";
name = "_polkadot_x_textdecoder___x_textdecoder_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_textdecoder___x_textdecoder_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-6.1.1.tgz";
sha1 = "b19bfc375224c8c4069a6d69bc813419b1715942";
name = "_polkadot_x_textdecoder___x_textdecoder_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-6.3.1.tgz";
sha1 = "ab0eec87d5df2d119480fa7a3657d8d72f583af8";
};
}
{
name = "_polkadot_x_textencoder___x_textencoder_6.1.1.tgz";
name = "_polkadot_x_textencoder___x_textencoder_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_textencoder___x_textencoder_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-6.1.1.tgz";
sha1 = "1963034091398e93465ec2709d68ced88008a62e";
name = "_polkadot_x_textencoder___x_textencoder_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-6.3.1.tgz";
sha1 = "2277770650f5637698d7d8cd7ac0cfd5ca0dace2";
};
}
{
name = "_polkadot_x_ws___x_ws_6.1.1.tgz";
name = "_polkadot_x_ws___x_ws_6.3.1.tgz";
path = fetchurl {
name = "_polkadot_x_ws___x_ws_6.1.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-6.1.1.tgz";
sha1 = "a1685366c2ee741968dcbcf35787d23b6db84a5a";
name = "_polkadot_x_ws___x_ws_6.3.1.tgz";
url = "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-6.3.1.tgz";
sha1 = "1534f8d1cd03dbf497410725d14313e5554a2ffd";
};
}
{
Expand Down Expand Up @@ -818,11 +826,11 @@
};
}
{
name = "websocket___websocket_1.0.33.tgz";
name = "websocket___websocket_1.0.34.tgz";
path = fetchurl {
name = "websocket___websocket_1.0.33.tgz";
url = "https://registry.yarnpkg.com/websocket/-/websocket-1.0.33.tgz";
sha1 = "407f763fc58e74a3fa41ca3ae5d78d3f5e3b82a5";
name = "websocket___websocket_1.0.34.tgz";
url = "https://registry.yarnpkg.com/websocket/-/websocket-1.0.34.tgz";
sha1 = "2bdc2602c08bf2c82253b730655c0ef7dcab3111";
};
}
{
Expand Down

0 comments on commit d32dd8c

Please sign in to comment.