From 8049671a360d5e123d335bd597a8fe74813183a0 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:29:08 +0200 Subject: [PATCH] bump canton to 2.8.0-snapshot.20230817.11017.0.v3aad1768 (#17284) 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 5e0706c1b0..32710a6226 100644 --- a/canton/BUILD.bazel +++ b/canton/BUILD.bazel @@ -68,8 +68,8 @@ if [ "{local}" = "true" ]; then exit 0 fi -CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230816.11007.0.ve601b096 -CANTON_ENTERPRISE_SHA=db6aa616c870d193a5533b212de97333d525b9cfc37f54290f348fd305d397cc +CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230817.11017.0.v3aad1768 +CANTON_ENTERPRISE_SHA=e09971aad96c8b0ac83d06177a66fb3477b95ba47b5fdb185cb76553f97c969e 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 b6939e22c9..0e325e04d7 100644 --- a/canton_dep.bzl +++ b/canton_dep.bzl @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 canton = { - "sha": "00d74d5c5cc0282d12c5bd221079e05398e97a5fb3af37fb736a0aecd5c3480f", - "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230816.11007.0.ve601b096.tar.gz", + "sha": "2ac9ea6cd92df4ed2542a7e9337bbd3a63c70f1ce7655f14eb20a4ed3a723edd", + "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230817.11017.0.v3aad1768.tar.gz", "local": False, }