Skip to content

Commit

Permalink
Update bazel-common to pull in fix for #326.
Browse files Browse the repository at this point in the history
Fixes #326.

RELNOTES=n/a
PiperOrigin-RevId: 495959019
  • Loading branch information
cgdecker authored and Flogger Team committed Dec 16, 2022
1 parent d2f442d commit 5fbd822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# https://travis-ci.org/github/google/flogger/builds
http_archive(
name = "google_bazel_common",
sha256 = "61cd7c2a24a1b066848a68c56deca799dd9d0329cb9032d1686859cdd2c05be2",
strip_prefix = "bazel-common-2e42988b7a3d1e3b11ab4db2d7c28f794500a672",
urls = ["https://github.com/google/bazel-common/archive/2e42988b7a3d1e3b11ab4db2d7c28f794500a672.zip"],
sha256 = "bcb5de5a5b951434828ead94479d3e1ff6501c2c8fc490db6cf3fbf7c188684b",
strip_prefix = "bazel-common-aaa4d801588f7744c6f4428e4f133f26b8518f42",
urls = ["https://github.com/google/bazel-common/archive/aaa4d801588f7744c6f4428e4f133f26b8518f42.zip"],
)

load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
Expand Down

0 comments on commit 5fbd822

Please sign in to comment.