We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ddd50 commit d7b4e4fCopy full SHA for d7b4e4f
WORKSPACE
@@ -1030,8 +1030,8 @@ http_archive(
1030
http_archive(
1031
name = "deno",
1032
build_file_content = """exports_files(["deno"])""",
1033
- sha256 = "7b278d41356ad0b36e79f9f444bd3e6b8e308fd08cb4ea381e085390825db22d",
1034
- urls = ["https://github.com/denoland/deno/releases/download/v1.10.3/deno-x86_64-unknown-linux-gnu.zip"],
+ sha256 = "9f4c17ed999e1fcda8a3710666f6a7688e73c6f75f00c0f6ccf21e7765a2611e",
+ urls = ["https://github.com/denoland/deno/releases/download/v1.12.2/deno-x86_64-unknown-linux-gnu.zip"],
1035
)
1036
1037
http_file(
0 commit comments