From 1791a428826896bbe05939b2e3f8ee81e2f43a25 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:19:40 +0200 Subject: [PATCH] bump canton to 2.8.0-snapshot.20230905.11124.0.v2f934a8a (#17371) CHANGELOG_BEGIN CHANGELOG_END Co-authored-by: Azure Pipelines Daml Build --- canton/BUILD.bazel | 4 ++-- canton_dep.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/canton/BUILD.bazel b/canton/BUILD.bazel index c437f82b9b..5269da58ba 100644 --- a/canton/BUILD.bazel +++ b/canton/BUILD.bazel @@ -66,8 +66,8 @@ if [ "{local}" = "true" ]; then exit 0 fi -CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230901.11112.0.vd3a38803 -CANTON_ENTERPRISE_SHA=835998368d793676395e846fa48876b5e9306eca15665cb5bb0f65a7dca40b10 +CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230905.11124.0.v2f934a8a +CANTON_ENTERPRISE_SHA=10e9635c9c0f90feb4f19e9a22effbb1fe32aafd3a7aa6e18719301ac688458e url=https://digitalasset.jfrog.io/artifactory/canton-enterprise/canton-enterprise-$$CANTON_ENTERPRISE_VERSION.tar.gz diff --git a/canton_dep.bzl b/canton_dep.bzl index 476e117e5d..a2b2a24172 100644 --- a/canton_dep.bzl +++ b/canton_dep.bzl @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 canton = { - "sha": "bd4607ff51692d871f24a2ed171984b4547859c34840b855a980e664756f8596", - "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230901.11112.0.vd3a38803.tar.gz", + "sha": "d20a49b872cd3c70b022123ae6569cf4b746bf8a78d48b59f8a9c4ae5ad199b4", + "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230905.11124.0.v2f934a8a.tar.gz", "local": False, }