From 1a1b37646090502713ac02c1681e80b2e8e8bf01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 00:34:17 +0000 Subject: [PATCH] nu: Update to version 0.66.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index d64e50e265..9aeb1cc497 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.65.0", + "version": "0.66.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.65.0/nu-0.65.0-x86_64-pc-windows-msvc.zip", - "hash": "470e8b573bbe3010aac3867b88866b00978b976ca40a05cc267f7579c2a5c8eb" + "url": "https://github.com/nushell/nushell/releases/download/0.66.0/nu-0.66.0-x86_64-pc-windows-msvc.zip", + "hash": "2c810732f4a74e263465daa857460f6c26a62808a34494897d9f73a82634580e" } }, "bin": "nu.exe",