From 3088247bdfd1224ba3f880bf5a9d24652836d196 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:28:31 +0000 Subject: [PATCH] bazelisk: Update to version 1.22.1 --- bucket/bazelisk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazelisk.json b/bucket/bazelisk.json index 1c3edd059a..37fe024e42 100644 --- a/bucket/bazelisk.json +++ b/bucket/bazelisk.json @@ -1,12 +1,12 @@ { - "version": "1.22.0", + "version": "1.22.1", "description": "A user-friendly launcher for Bazel", "homepage": "https://github.com/bazelbuild/bazelisk", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.22.0/bazelisk-windows-amd64.exe#/bazelisk.exe", - "hash": "f879c6bb0766ea5e132d64db554108bc6e75a6592c4a0f95df012f8eaafac0b4" + "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.22.1/bazelisk-windows-amd64.exe#/bazelisk.exe", + "hash": "6a8fc015f19efcb02746fb03289d5ef0826b5f05ad74e091ef510768f43308c5" } }, "bin": "bazelisk.exe",