Skip to content

Commit

Permalink
backport: update schema descriptions for 5.3.2 (#60973)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchabran committed Mar 8, 2024
1 parent 9bc9f75 commit 71a5cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release/schema_deps.bzl
Expand Up @@ -8,6 +8,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
def schema_deps():
http_file(
name = "schemas_archive",
urls = ["https://storage.googleapis.com/schemas-migrations/dist/schemas-v5.3.0.tar.gz"],
sha256 = "6c1c855b7636fc60e2f08f0961e05c019df7ef431a766f485855f871c7c1122f",
urls = ["https://storage.googleapis.com/schemas-migrations/dist/schemas-v5.3.2.tar.gz"],
sha256 = "f3d23671f8d4aff572ff930c856f644c3fc5c507883dd5f11db95ee205712384",
)

0 comments on commit 71a5cc5

Please sign in to comment.