Skip to content

Commit 8cf1f4e

Browse files
authored
fix(deps): update dd-compile-policy (#54289)
Co-authored-by: matthieu.dubet <matthieu.dubet@datadoghq.com>
1 parent 48e1a12 commit 8cf1f4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

deps/compile_policy/compile_policy.MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
VERSION = "0.1.2"
5+
VERSION = "0.1.16"
66

77
# Define URLs for each architecture. This is used for the Linux build only; Windows and Darwin are not supported yet.
88
# When we do those, we can make this parameterized.
@@ -14,7 +14,7 @@ http_archive(
1414
"LICENSE": "//deps/compile_policy:LICENSE",
1515
"LICENSE-3rdparty.csv": "//deps/compile_policy:LICENSE-3rdparty.csv",
1616
},
17-
sha256 = "f32c245da1e0152e981ea6a3531b244bbab42c02666ec9bf37edc52204a96355",
17+
sha256 = "c87cf1c639de483634a85ce86c847b6de95f8b409be8ca5452bdc067fe0b9b0d",
1818
urls = [
1919
"https://github.com/DataDog/dd-policy-engine/releases/download/v{version}/dd-compile-policy-linux-amd64.tar.gz".format(
2020
version = VERSION,
@@ -29,7 +29,7 @@ http_archive(
2929
"LICENSE": "//deps/compile_policy:LICENSE",
3030
"LICENSE-3rdparty.csv": "//deps/compile_policy:LICENSE-3rdparty.csv",
3131
},
32-
sha256 = "1e9447733ac2a623d59b657b689811695738e040a7dd7be22a368c07cbd52842",
32+
sha256 = "92c34a776ee8d042d8fcd9604a7df08326b3de137bd8c75c35d60033597efeeb",
3333
urls = [
3434
"https://github.com/DataDog/dd-policy-engine/releases/download/v{version}/dd-compile-policy-linux-arm64.tar.gz".format(
3535
version = VERSION,
@@ -44,7 +44,7 @@ http_archive(
4444
"LICENSE": "//deps/compile_policy:LICENSE",
4545
"LICENSE-3rdparty.csv": "//deps/compile_policy:LICENSE-3rdparty.csv",
4646
},
47-
sha256 = "39cabb8dc85e29837be223d389b6c00b715513e7ffc6fa8a0d69db03fdc66f2e",
47+
sha256 = "cec996ab34bfa20e4a3244a6009d70bb905ba3fc54a22b71a835a10dd6716c11",
4848
urls = [
4949
"https://github.com/DataDog/dd-policy-engine/releases/download/v{version}/dd-compile-policy-windows-x64.zip".format(
5050
version = VERSION,

0 commit comments

Comments
 (0)