From 08122d193d2ffe8fa2b36550ca26366fdc17e6b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:37:25 +0000 Subject: [PATCH] chroma: Update to version 2.15.0 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 6e76e5047d..609b680076 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.14.0", + "version": "2.15.0", "description": "A general purpose syntax highlighter in pure Go", "homepage": "https://github.com/alecthomas/chroma", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.14.0/chroma-2.14.0-windows-amd64.tar.gz", - "hash": "2579ae2f89136e691ae0d2e2523a7eb8f77be39befaf3ccd447e08dcc5f32a7b" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.15.0/chroma-2.15.0-windows-amd64.tar.gz", + "hash": "2081a1a1255e8425ee1f3fd3d22dae2b80f407e0cf36ef229812a7c42e6ee4a4" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.14.0/chroma-2.14.0-windows-386.tar.gz", - "hash": "ce382f2cda70f1b8c229bf440f3a58e4b78eb29037a51ea3856eaf0ba3fd816f" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.15.0/chroma-2.15.0-windows-386.tar.gz", + "hash": "257788302164fbe03117890ef5e0ea31cbf8a61283955235a5e29157546af213" } }, "bin": "chroma.exe",