Skip to content

Commit 44d2d0e

Browse files
Vertexwahncary-ilm
authored andcommitted
Bazel build: Fix download hash for Imath
Signed-off-by: Vertexwahn <[email protected]>
1 parent eb64727 commit 44d2d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/third_party/openexr.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ def openexr_deps():
2222
name = "Imath",
2323
build_file = "@openexr//:bazel/third_party/Imath.BUILD",
2424
strip_prefix = "Imath-3.0.5",
25-
sha256 = "50c62962835bbab237c6f0c3ebbbb8c694dc5033",
25+
sha256 = "38b94c840c6400959ccf647bc1631f96f3170cb081021d774813803e798208bd",
2626
urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.0.5.tar.gz"],
2727
)

0 commit comments

Comments
 (0)