From b2f97920121adca30569bd4d8e53d661cbd01d8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 04:27:52 +0000 Subject: [PATCH] nu: Update to version 0.96.0 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index fd1a0fc842..d3cf213416 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.95.0", + "version": "0.96.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.95.0/nu-0.95.0-x86_64-pc-windows-msvc.zip", - "hash": "85c66c340e4b0d7239f346887513555c56c4c332c7d03a2d445283f330e38f28" + "url": "https://github.com/nushell/nushell/releases/download/0.96.0/nu-0.96.0-x86_64-pc-windows-msvc.zip", + "hash": "5a8ae6dc68238118f66182a0a518809fc54cd49877c33dfe204d0c1cd57b6539" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.95.0/nu-0.95.0-aarch64-pc-windows-msvc.zip", - "hash": "1b4f752f5df874f4bbc794d77a22170e4c98141201c61489edbba0edb084fb81" + "url": "https://github.com/nushell/nushell/releases/download/0.96.0/nu-0.96.0-aarch64-pc-windows-msvc.zip", + "hash": "a5835cde02d3c6cb39d07e5205309e4da91ee761e2953b63c7469a2a8522b366" } }, "bin": "nu.exe",