From 3752c5b4356d12493665bc30e8d257ffcb31c85a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 16:29:55 +0000 Subject: [PATCH] chroma: Update to version 2.0.1 --- bucket/chroma.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chroma.json b/bucket/chroma.json index 4fd18ed072..b1159c6993 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "2.0.0", + "version": "2.0.1", "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.0.0/chroma-2.0.0-windows-amd64.tar.gz", - "hash": "6b31f7498264546086e3f68d750524453a5280542999e404fa19502f28f5ccd0" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.1/chroma-2.0.1-windows-amd64.tar.gz", + "hash": "0593aa16944c7b5d8cc10f36cdc62df55df2f40a6a1ed71165738b34fefe88bf" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.0/chroma-2.0.0-windows-386.tar.gz", - "hash": "c5b1641cd3f24eef0db8ccd6424cff555c3689653fd19fd4c170957f1b7901e0" + "url": "https://github.com/alecthomas/chroma/releases/download/v2.0.1/chroma-2.0.1-windows-386.tar.gz", + "hash": "a2f65318639a6a32e2b06d93f40b4659a462f18bd0676cd1f5abb4f03c1eb082" } }, "bin": "chroma.exe",