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",