Skip to content

Commit 2d2a400

Browse files
deps: update bazel (plugins)
Co-Authored-By: Markus Rudy <[email protected]>
1 parent 0e4f3a0 commit 2d2a400

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Diff for: bazel/toolchains/container_images.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
77
def containter_image_deps():
88
oci_pull(
99
name = "distroless_static",
10-
digest = "sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58",
10+
digest = "sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac",
1111
image = "gcr.io/distroless/static",
1212
platforms = [
1313
"linux/amd64",

Diff for: bazel/toolchains/nixpkgs_deps.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55
def nixpkgs_deps():
66
http_archive(
77
name = "io_tweag_rules_nixpkgs",
8-
sha256 = "0f7ac344873873d89f8286b4971401dca4a1b249421c2f7c7b56a1befe4501cb",
9-
strip_prefix = "rules_nixpkgs-4e169eefd4e9cf38a3569e0b463e93f0c7a3c181",
8+
sha256 = "30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397",
9+
strip_prefix = "rules_nixpkgs-0.13.0",
1010
urls = [
11-
"https://cdn.confidential.cloud/constellation/cas/sha256/0f7ac344873873d89f8286b4971401dca4a1b249421c2f7c7b56a1befe4501cb",
12-
"https://github.com/tweag/rules_nixpkgs/archive/4e169eefd4e9cf38a3569e0b463e93f0c7a3c181.tar.gz",
11+
"https://cdn.confidential.cloud/constellation/cas/sha256/30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397",
12+
"https://github.com/tweag/rules_nixpkgs/releases/download/v0.13.0/rules_nixpkgs-0.13.0.tar.gz",
1313
],
1414
type = "tar.gz",
1515
)

Diff for: bazel/toolchains/oci_deps.bzl

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ def oci_deps():
77
# Remove this override once https://github.com/bazel-contrib/rules_oci/issues/420 is fixed.
88
http_archive(
99
name = "rules_oci",
10-
strip_prefix = "rules_oci-2.0.1",
10+
strip_prefix = "rules_oci-2.2.1",
1111
type = "tar.gz",
1212
urls = [
13-
"https://cdn.confidential.cloud/constellation/cas/sha256/acbf8f40e062f707f8754e914dcb0013803c6e5e3679d3e05b571a9f5c7e0b43",
14-
"https://cdn.confidential.cloud/constellation/cas/sha256/f70f07f9d0d6c275d7ec7d3c7f236d9b552ba3205e8f37df9c1125031cf967cc",
15-
"https://github.com/bazel-contrib/rules_oci/releases/download/v2.0.1/rules_oci-v2.0.1.tar.gz",
13+
"https://cdn.confidential.cloud/constellation/cas/sha256/cfea16076ebbec1faea494882ab97d94b1a62d6bcd5aceabad8f95ea0d0a1361",
14+
"https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.1/rules_oci-v2.2.1.tar.gz",
1615
],
17-
sha256 = "acbf8f40e062f707f8754e914dcb0013803c6e5e3679d3e05b571a9f5c7e0b43",
16+
sha256 = "cfea16076ebbec1faea494882ab97d94b1a62d6bcd5aceabad8f95ea0d0a1361",
1817
patches = ["//bazel/toolchains:0001-disable-Windows-support.patch"],
1918
patch_args = ["-p1"],
2019
)

0 commit comments

Comments
 (0)