From e037d391f746d2797874c13c7e3a4fcdbc57e862 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:33:52 +0000 Subject: [PATCH] nu: Update to version 0.96.1 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index d3cf213416..08e19dc2e1 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.96.0", + "version": "0.96.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.96.0/nu-0.96.0-x86_64-pc-windows-msvc.zip", - "hash": "5a8ae6dc68238118f66182a0a518809fc54cd49877c33dfe204d0c1cd57b6539" + "url": "https://github.com/nushell/nushell/releases/download/0.96.1/nu-0.96.1-x86_64-pc-windows-msvc.zip", + "hash": "b6e425a69aa944f7be897f853e3e6c87c41f06c0096a2860414f89696921902b" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.96.0/nu-0.96.0-aarch64-pc-windows-msvc.zip", - "hash": "a5835cde02d3c6cb39d07e5205309e4da91ee761e2953b63c7469a2a8522b366" + "url": "https://github.com/nushell/nushell/releases/download/0.96.1/nu-0.96.1-aarch64-pc-windows-msvc.zip", + "hash": "9c339c4626590d278431563d834e5511d8fd6667df304f0d864363e8b6f9b1e6" } }, "bin": "nu.exe",