From e842a3aac8a409dfe1f2dd22ed24fc4ffeb8d879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:19:45 +0000 Subject: [PATCH] chore(deps): update dependency ecsact_si_wasm to v0.1.8 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 9432c60..fac6e38 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -130,9 +130,9 @@ def ecsact_rtb_repositories(): http_archive( name = "ecsact_si_wasm", - sha256 = "e208a94d4f4a9c09f32b8a9ea91a4f799492e11c7c852b0329b4a3595a45cee6", - strip_prefix = "ecsact_si_wasm-0.1.0", - urls = ["https://github.com/ecsact-dev/ecsact_si_wasm/archive/refs/tags/0.1.0.tar.gz"], + sha256 = "2b5b308a7a2c93c5c5e9a0b8061d0b1ad00a8bb5b49dd47a062f77df1e85e026", + strip_prefix = "ecsact_si_wasm-0.1.8", + urls = ["https://github.com/ecsact-dev/ecsact_si_wasm/archive/refs/tags/0.1.8.tar.gz"], ) http_archive(