Skip to content

Commit 8246e2c

Browse files
authored
Update cacerts.MODULE.bazel
Bits should fill in the sha too
1 parent 9ba26e7 commit 8246e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/cacerts/cacerts.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_
1010
# https://app.datadoghq.com/synthetics/edit/pya-ptn-xnv?from_details=true
1111
version = "2026-05-14"
1212

13-
sha = "" # TODO: compute with: curl -sL https://curl.se/ca/cacert-2026-05-14.pem | sha256sum
13+
sha = "86a1f3366afac7c6f8ae9f3c779ac221129328c43f0ab2b8817eb2f362a5025c"
1414

1515
# TODO(ABLD-169). This is a mess. We pick up the file from curl.se, with a license from the upstream source.
1616

0 commit comments

Comments
 (0)