From d8b28396ef0ee026236e08b46e5a436f62f52a8f Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:56:27 +0200 Subject: [PATCH] bump canton to 2.8.0-snapshot.20230913.11166.0.v590556d1 (#17397) 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 c955e1df90..7edf803836 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.20230911.11152.0.ve2cece05 -CANTON_ENTERPRISE_SHA=0c8fe5d1e353697294a2520d86f086999264f10871d0b6e1d5374b25ed4af358 +CANTON_ENTERPRISE_VERSION=2.8.0-snapshot.20230913.11166.0.v590556d1 +CANTON_ENTERPRISE_SHA=3cd7bd2c6864dfdd697be04af90717ba14fc13f50ba7bd28a12e41618c96f68e 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 98b38753ce..9598a7fb71 100644 --- a/canton_dep.bzl +++ b/canton_dep.bzl @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 canton = { - "sha": "aaaabfea2facf7a40462c24ad8f667dc17c92c8939191e977860545ac5738b57", - "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230911.11152.0.ve2cece05.tar.gz", + "sha": "3572c35c67ec944d545517747de50496093f3c8e22482b934897045aa3be1f21", + "url": "https://www.canton.io/releases/canton-open-source-2.8.0-snapshot.20230913.11166.0.v590556d1.tar.gz", "local": False, }