From 5ac83e77b4aeb3d479c639b18cb0c5d96aeabc89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:43:34 +0000 Subject: [PATCH] nu@0.93.0: Fix hash (Closes #5779) --- bucket/nu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index e4eebd4390..10a372c5d4 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/nushell/nushell/releases/download/0.93.0/nu-0.93.0-x86_64-windows-msvc-full.zip", - "hash": "74aea79b440f70cd8f0b2da185b826bdfdeee8e9449a8de1b4c664060afcf054" + "hash": "d5c59e4af6a899dd17500dccc153ad86a93fba2b2c37c4f29e672a4314e69230" }, "arm64": { "url": "https://github.com/nushell/nushell/releases/download/0.93.0/nu-0.93.0-aarch64-windows-msvc-full.zip", - "hash": "b6119525f1d1672edef6984101ae9705dcf46cae7ac2bdcf4ee29787a087cf5f" + "hash": "51183269093d768ae66746a79ca65eced75049271a31563871dccf09436bb649" } }, "bin": "nu.exe",