mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
another update for esbuild arm64
This commit is contained in:
parent
29c4869aef
commit
8f5c2eb0a3
1 changed files with 3 additions and 3 deletions
|
|
@ -101,9 +101,9 @@ def register_repos():
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "esbuild_toolchain",
|
name = "esbuild_toolchain",
|
||||||
sha256 = "3d0b5b669b106936f464578f178b3d8ceb96a80a5cf94903807241c96de19ffd",
|
sha256 = "5f751df2e98e69c44ce7904d59ac46aac1fd7d48b96a34d170649305710b5766",
|
||||||
urls = ["https://github.com/ankitects/esbuild_toolchain/archive/refs/tags/anki-2021-05-29.tar.gz"],
|
urls = ["https://github.com/ankitects/esbuild_toolchain/archive/refs/tags/anki-2021-05-31.tar.gz"],
|
||||||
strip_prefix = "esbuild_toolchain-anki-2021-05-29",
|
strip_prefix = "esbuild_toolchain-anki-2021-05-31",
|
||||||
)
|
)
|
||||||
|
|
||||||
# sass
|
# sass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue