Skip to content

Commit

Permalink
Align MODULE.bazel and patched version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Feb 23, 2024
1 parent ff8f4e4 commit 4a914ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/embree/4.3.1/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -0,0 +1,9 @@
+module(
+ name = "embree",
+ version = "4.3.1"
+ version = "4.3.1",
+)
+
+bazel_dep(name = "bazel_skylib", version = "1.5.0")
Expand Down
2 changes: 1 addition & 1 deletion modules/embree/4.3.1/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bazel_build.patch": "sha256-LbbJo5VAEt2zg+pNQbPKlmqJIgLp9mi36VJdiy3IEes=",
"default_h.patch": "sha256-7vawEsvpbsphjyHtFG+QkgXCEqkRlztyKf+1ymBJYlM=",
"device_cpp.patch": "sha256-F/lGciIfImXOcpvRhHQZbM+f7oHtZi2IICk2YIGSOhM=",
"module_dot_bazel.patch": "sha256-G58ZzvPUH2+UotbsbHvbLvnLAmDmf5LiIBxfTyO9kaY=",
"module_dot_bazel.patch": "sha256-zizkoSE/6lCwRglag2EBeDS9TY6uLtk5HMtKdxvsacs=",
"rtcore_common_h.patch": "sha256-lMYTbofdcrFxV49BA6PfOuLUlg+HuT72Rq9Wcev0pTI=",
"rtcore_h.patch": "sha256-oL+AZd1F4BAiliTlZZCTadReGzj3VZV216eFON0ZcMI="
},
Expand Down

0 comments on commit 4a914ab

Please sign in to comment.