@@ -87,11 +87,11 @@ http_archive(
# https://github.com/google/boringssl
http_archive(
name = "boringssl", # OpenSSL + ISC
integrity = "sha256-t8Os52x/E94zUGaaznu2NO2i+8cqWUCbag8lspu23I0=",
integrity = "sha256-CSOTpf8UZb8E/iJTV+WY+Z89iqPxXwa3oN5llFa6rfg=",
# boringssl//:ssl cheats and pulls in private includes from boringssl//:crypto.
patch_cmds = ["""sed -i'' -e '33i\\\npackage(features=["-layering_check"])' BUILD"""],
strip_prefix = "boringssl-40d27299da0f239cd3af8b4e4c3749f8ce970677",
url = "https://github.com/google/boringssl/archive/40d27299da0f239cd3af8b4e4c3749f8ce970677.tar.gz",
strip_prefix = "boringssl-8bd1dfd1f68c3f08a6550d2707bdc429ebb0ecb9",
url = "https://github.com/google/boringssl/archive/8bd1dfd1f68c3f08a6550d2707bdc429ebb0ecb9.tar.gz",
)
http_archive(
@@ -195,9 +195,9 @@ http_archive(
http_archive(
name = "simdjson", # Apache-2.0
build_file = "//third_party:simdjson.BUILD",
integrity = "sha256-JzFcSGGJOz4DbB9nKxwjjuhr5u24TAgk0e0g3qWZl3c=",
strip_prefix = "simdjson-3.7.0",
url = "https://github.com/simdjson/simdjson/archive/refs/tags/v3.7.0.tar.gz",
integrity = "sha256-4o4/RvABLUBbZ95sCnXo2MmmErBUjLWWh4IjN9c8p4s=",
strip_prefix = "simdjson-3.8.0",
url = "https://github.com/simdjson/simdjson/archive/refs/tags/v3.8.0.tar.gz",
)
# https://github.com/glennrp/libpng
@@ -265,13 +265,13 @@ http_archive(
url = "https://github.com/facebookexperimental/libunifex/archive/v0.4.0.tar.gz",
)
VULKAN_TAG = "1.3.278"
VULKAN_TAG = "1.3.280"
# https://github.com/KhronosGroup/Vulkan-Headers
http_archive(
name = "vulkan", # Apache-2.0
build_file = "//third_party:vulkan.BUILD",
integrity = "sha256-WQzQUGvnWZctDHFFUMSbuQocycnlM3oQckvKbN/Vbb4=",
integrity = "sha256-cXtJxS29N8eM8vfw/HFSksQudIQSGebMqRjNKTrV3OQ=",
strip_prefix = "Vulkan-Headers-%s" % VULKAN_TAG,
url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/v%s.tar.gz" % VULKAN_TAG,
)
@@ -280,7 +280,7 @@ http_archive(
http_archive(
name = "vulkan_hpp", # Apache-2.0
build_file = "//third_party:vulkan_hpp.BUILD",
integrity = "sha256-KOn9u3hiwjbVBT7R8tZ3tmVRpH427ZvAtk8NLWA0F48=",
integrity = "sha256-5M00R5v4wZs6Mh0AKn3zErLYfMS+3s4hTdMoAX41tdo=",
strip_prefix = "Vulkan-Hpp-%s" % VULKAN_TAG,
url = "https://github.com/KhronosGroup/Vulkan-Hpp/archive/v%s.tar.gz" % VULKAN_TAG,
)