Skip to content

Commit

Permalink
Update fetch_ispc.bzl
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c5d6c9f2127ef83ecbbb53a0e305c28b080e8213
  • Loading branch information
Vertexwahn committed Aug 11, 2023
1 parent 4282b8c commit aeaa54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fetch_ispc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def fetch_ispc():
urls = [
"https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-windows.zip",
],
#sha256 = "3f2953f9328290adfd0143707dce13e342f6df1099b3be5148a25e41347f958c",
sha256 = "e212ebfb4e8afb57adc103a2579c52673a3ca49610fbc2a5eae643d3d378548d",
strip_prefix = "ispc-v1.20.0-windows",
build_file = "@rules_ispc//:ispc_windows_x86_64.BUILD",
)
Expand Down
2 changes: 1 addition & 1 deletion tests/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1
6.3.2

0 comments on commit aeaa54e

Please sign in to comment.