From 30b4190c07613b4050ab90fbd3c69d854466b4fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:23:57 +0000 Subject: [PATCH] nu: Update to version 0.87.1 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 5f4928c4f7..fb32d0a850 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.87.0", + "version": "0.87.1", "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.87.0/nu-0.87.0-x86_64-windows-msvc-full.zip", - "hash": "4e7bfc92b7242884d259e1462472cf84a8073d4509c59a465b8ce1335bf6ec08" + "url": "https://github.com/nushell/nushell/releases/download/0.87.1/nu-0.87.1-x86_64-windows-msvc-full.zip", + "hash": "f995b3605a9b24135a2cd308a42961b9569d870d881a41758b8384aa2cb76cef" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.87.0/nu-0.87.0-aarch64-windows-msvc-full.zip", - "hash": "5ab818b0f3135e069d3aafc42c2bca050db50253df1e70b508492369c848c268" + "url": "https://github.com/nushell/nushell/releases/download/0.87.1/nu-0.87.1-aarch64-windows-msvc-full.zip", + "hash": "4b06f32e7c8c57e28bfa7697292b376750bd06439cc0604276b5fb89782b348d" } }, "bin": "nu.exe",