Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions deps/compile_policy/compile_policy.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

VERSION = "0.1.2"
VERSION = "0.1.16"

# Define URLs for each architecture. This is used for the Linux build only; Windows and Darwin are not supported yet.
# When we do those, we can make this parameterized.
Expand All @@ -14,7 +14,7 @@ http_archive(
"LICENSE": "//deps/compile_policy:LICENSE",
"LICENSE-3rdparty.csv": "//deps/compile_policy:LICENSE-3rdparty.csv",
},
sha256 = "f32c245da1e0152e981ea6a3531b244bbab42c02666ec9bf37edc52204a96355",
sha256 = "c87cf1c639de483634a85ce86c847b6de95f8b409be8ca5452bdc067fe0b9b0d",
urls = [
"https://github.com/DataDog/dd-policy-engine/releases/download/v{version}/dd-compile-policy-linux-amd64.tar.gz".format(
version = VERSION,
Expand All @@ -29,7 +29,7 @@ http_archive(
"LICENSE": "//deps/compile_policy:LICENSE",
"LICENSE-3rdparty.csv": "//deps/compile_policy:LICENSE-3rdparty.csv",
},
sha256 = "1e9447733ac2a623d59b657b689811695738e040a7dd7be22a368c07cbd52842",
sha256 = "92c34a776ee8d042d8fcd9604a7df08326b3de137bd8c75c35d60033597efeeb",
urls = [
"https://github.com/DataDog/dd-policy-engine/releases/download/v{version}/dd-compile-policy-linux-arm64.tar.gz".format(
version = VERSION,
Expand All @@ -44,7 +44,7 @@ http_archive(
"LICENSE": "//deps/compile_policy:LICENSE",
"LICENSE-3rdparty.csv": "//deps/compile_policy:LICENSE-3rdparty.csv",
},
sha256 = "39cabb8dc85e29837be223d389b6c00b715513e7ffc6fa8a0d69db03fdc66f2e",
sha256 = "cec996ab34bfa20e4a3244a6009d70bb905ba3fc54a22b71a835a10dd6716c11",
urls = [
"https://github.com/DataDog/dd-policy-engine/releases/download/v{version}/dd-compile-policy-windows-x64.zip".format(
version = VERSION,
Expand Down
Loading