Skip to content

Commit 03489df

Browse files
committedSep 22, 2022
Update rules_proto digest to b17f6a4
1 parent fff6d50 commit 03489df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎deps.bzl‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def dependencies():
1717
)
1818
http_archive(
1919
name = "rules_proto",
20-
sha256 = "d40a3557dc3fbea30f7f15371bb01c6736b84dc7f7f16b1a9b021854a59df86d",
21-
strip_prefix = "rules_proto-8895a53b86081fe068000ff7195bcd99de95c584",
22-
urls = ["https://github.com/bazelbuild/rules_proto/archive/8895a53b86081fe068000ff7195bcd99de95c584.tar.gz"],
20+
sha256 = "f54456cefa600c6658d25839e6724751a418e81d877eb8a80a03edab81baaee9",
21+
strip_prefix = "rules_proto-b17f6a4d311fedf86e14fd66abb85bdaf98b40c8",
22+
urls = ["https://github.com/bazelbuild/rules_proto/archive/b17f6a4d311fedf86e14fd66abb85bdaf98b40c8.tar.gz"],
2323
)
2424
http_archive(
2525
name = "rules_python",

0 commit comments

Comments
 (0)
Please sign in to comment.