|
15 | 15 | # SPDX-License-Identifier: Apache-2.0 |
16 | 16 |
|
17 | 17 | REPOSITORY_LOCATIONS = dict( |
| 18 | + bazel_features = dict( |
| 19 | + sha256 = "07271d0f6b12633777b69020c4cb1eb67b1939c0cf84bb3944dc85cc250c0c01", |
| 20 | + strip_prefix = "bazel_features-1.38.0", |
| 21 | + urls = ["https://github.com/bazel-contrib/bazel_features/releases/download/v1.38.0/bazel_features-v1.38.0.tar.gz"], |
| 22 | + ), |
18 | 23 | bazel_gazelle = dict( |
19 | 24 | sha256 = "d76bf7a60fd8b050444090dfa2837a4eaf9829e1165618ee35dceca5cbdf58d5", |
20 | 25 | urls = [ |
@@ -81,13 +86,6 @@ REPOSITORY_LOCATIONS = dict( |
81 | 86 | strip_prefix = "tdigest-85e0f70092460e60236821db4c25143768d3da12", |
82 | 87 | urls = ["https://github.com/pixie-io/tdigest/archive/85e0f70092460e60236821db4c25143768d3da12.tar.gz"], |
83 | 88 | ), |
84 | | - com_github_fmeum_rules_meta = dict( |
85 | | - sha256 = "ed3ed909e6e3f34a11d7c2adcc461535975a875fe434719540a4e6f63434a866", |
86 | | - strip_prefix = "rules_meta-0.0.4", |
87 | | - urls = [ |
88 | | - "https://github.com/fmeum/rules_meta/archive/refs/tags/v0.0.4.tar.gz", |
89 | | - ], |
90 | | - ), |
91 | 89 | com_github_gflags_gflags = dict( |
92 | 90 | sha256 = "9e1a38e2dcbb20bb10891b5a171de2e5da70e0a50fff34dd4b0c2c6d75043909", |
93 | 91 | strip_prefix = "gflags-524b83d0264cb9f1b2d134c564ef1aa23f207a41", |
@@ -505,6 +503,12 @@ REPOSITORY_LOCATIONS = dict( |
505 | 503 | ), |
506 | 504 | ) |
507 | 505 |
|
| 506 | +REPOSITORY_LOCATIONS["with_cfg.bzl"] = dict( |
| 507 | + sha256 = "c7af6227d24499438fa0bb96fe4034e163d8c807b06f7c0645f3654448268b84", |
| 508 | + strip_prefix = "with_cfg.bzl-0.11.0", |
| 509 | + urls = ["https://github.com/fmeum/with_cfg.bzl/releases/download/v0.11.0/with_cfg.bzl-v0.11.0.tar.gz"], |
| 510 | +) |
| 511 | + |
508 | 512 | # To modify one of the forked repos below: |
509 | 513 | # 1. Make the changes to the repo and push the changes to the `pixie` on github. |
510 | 514 | # 2. Update the commit below to point to the commit hash of the new `pixie` branch. |
|
0 commit comments