From 31f31f2ef00cd297f92e7c79c0e3e263ef240bde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:32:55 +0000 Subject: [PATCH] nu: Update to version 0.87.0 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index c4cce48752..5f4928c4f7 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.86.0", + "version": "0.87.0", "description": "A modern shell written in Rust", "homepage": "https://www.nushell.sh", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nushell/nushell/releases/download/0.86.0/nu-0.86.0-x86_64-windows-msvc-full.zip", - "hash": "2aa597719f3afb28d43fb4b718efb2fc8d00df02e106bbfa5e802bf9caf9d8e3" + "url": "https://github.com/nushell/nushell/releases/download/0.87.0/nu-0.87.0-x86_64-windows-msvc-full.zip", + "hash": "4e7bfc92b7242884d259e1462472cf84a8073d4509c59a465b8ce1335bf6ec08" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.86.0/nu-0.86.0-aarch64-windows-msvc-full.zip", - "hash": "713a5dcba063be48dd4a0da90e144a25fdf0c3bf695ef6737659e3189b602e83" + "url": "https://github.com/nushell/nushell/releases/download/0.87.0/nu-0.87.0-aarch64-windows-msvc-full.zip", + "hash": "5ab818b0f3135e069d3aafc42c2bca050db50253df1e70b508492369c848c268" } }, "bin": "nu.exe",