Skip to content

Commit

Permalink
Bazel build: Fix download hash for Imath
Browse files Browse the repository at this point in the history
Signed-off-by: Vertexwahn <[email protected]>
  • Loading branch information
Vertexwahn authored and cary-ilm committed Jun 30, 2021
1 parent eb64727 commit 44d2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/third_party/openexr.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def openexr_deps():
name = "Imath",
build_file = "@openexr//:bazel/third_party/Imath.BUILD",
strip_prefix = "Imath-3.0.5",
sha256 = "50c62962835bbab237c6f0c3ebbbb8c694dc5033",
sha256 = "38b94c840c6400959ccf647bc1631f96f3170cb081021d774813803e798208bd",
urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.0.5.tar.gz"],
)

0 comments on commit 44d2d0e

Please sign in to comment.