Skip to content

Commit

Permalink
Merge pull request #602 from tweag/renovate/rules_oci-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency rules_oci to v2.0.1
  • Loading branch information
mergify[bot] authored Oct 27, 2024
2 parents fff9b45 + 1e45b82 commit 96583a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/toolchains/cc_cross_osx_to_linux_amd64/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_oci",
sha256 = "d007e6c96eb62c88397b68f329e4ca56e0cfe31204a2c54b0cb17819f89f83c8",
strip_prefix = "rules_oci-2.0.0",
url = "https://github.com/bazel-contrib/rules_oci/releases/download/v2.0.0/rules_oci-v2.0.0.tar.gz",
sha256 = "acbf8f40e062f707f8754e914dcb0013803c6e5e3679d3e05b571a9f5c7e0b43",
strip_prefix = "rules_oci-2.0.1",
url = "https://github.com/bazel-contrib/rules_oci/releases/download/v2.0.1/rules_oci-v2.0.1.tar.gz",
)

load("@rules_oci//oci:dependencies.bzl", "rules_oci_dependencies")
Expand Down

0 comments on commit 96583a4

Please sign in to comment.