Skip to content

Commit b3dc43d

Browse files
authored
Add missing sha256 for meson_src 1.1.1 (#1111)
1 parent 3a85c82 commit b3dc43d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchains/built_toolchains.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def _meson_toolchain(version, register_toolchains):
166166
http_archive,
167167
name = "meson_src",
168168
build_file_content = _MESON_BUILD_FILE_CONTENT,
169+
sha256 = "d04b541f97ca439fb82fab7d0d480988be4bd4e62563a5ca35fadb5400727b1c",
169170
strip_prefix = "meson-1.1.1",
170171
url = "https://github.com/mesonbuild/meson/releases/download/1.1.1/meson-1.1.1.tar.gz",
171172
)

0 commit comments

Comments
 (0)