diff --git a/bucket/nu.json b/bucket/nu.json index d498756733..99c490a4d8 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.92.0", + "version": "0.92.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.92.0/nu-0.92.0-x86_64-windows-msvc-full.zip", - "hash": "2d8d40c99d44f0c69188a2050670872e111f4818b25571dfb941ea7d41354347" + "url": "https://github.com/nushell/nushell/releases/download/0.92.1/nu-0.92.1-x86_64-windows-msvc-full.zip", + "hash": "c035c36b673ed4d833bf94512a86313ced00fbbdba2c080a90892f14d9f08c28" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.92.0/nu-0.92.0-aarch64-windows-msvc-full.zip", - "hash": "d10fc6b977ae1f4d60843b9b46ab9c1a74944fdcceb9a7cde8cfd4680a28b918" + "url": "https://github.com/nushell/nushell/releases/download/0.92.1/nu-0.92.1-aarch64-windows-msvc-full.zip", + "hash": "7a7fae495a1c63cfcebc4b84dc6d56e773a4870c1b0e9459f7f5bc93332b3d07" } }, "bin": "nu.exe",