Bump Canton to latest snapshot (#13079)

Slightly worried that some last minute change will break daml-helper
before 2.0 so upgrading to catch any issues early.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2022-02-25 10:26:45 +01:00 committed by GitHub
parent 4699201a13
commit db61c7c3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,9 +355,9 @@ java_import(
jars = glob(["lib/**/*.jar"]),
)
""",
sha256 = "f9068da96d277466ec8d37768c3636bd5de132c0ddff643626e67f27eec0ba26",
sha256 = "5b77835398b5e3629f51bc97ad26f3ee01c54622311055954e9c5236d718c1b5",
strip_prefix = "canton-community-1.0.0-SNAPSHOT",
urls = ["https://www.canton.io/releases/canton-community-20220221.tar.gz"],
urls = ["https://www.canton.io/releases/canton-community-20220224.tar.gz"],
)
if "freefont" not in native.existing_rules():