Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 71a5cc5

Browse files
authored
backport: update schema descriptions for 5.3.2 (#60973)
1 parent 9bc9f75 commit 71a5cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/release/schema_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
88
def schema_deps():
99
http_file(
1010
name = "schemas_archive",
11-
urls = ["https://storage.googleapis.com/schemas-migrations/dist/schemas-v5.3.0.tar.gz"],
12-
sha256 = "6c1c855b7636fc60e2f08f0961e05c019df7ef431a766f485855f871c7c1122f",
11+
urls = ["https://storage.googleapis.com/schemas-migrations/dist/schemas-v5.3.2.tar.gz"],
12+
sha256 = "f3d23671f8d4aff572ff930c856f644c3fc5c507883dd5f11db95ee205712384",
1313
)

0 commit comments

Comments
 (0)