From e4e0258579f1c8d8eec1ffbbfb63183c45f2a33b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 00:34:08 +0000 Subject: [PATCH] nu: Update to version 0.66.2 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 0af2d4e1a5..107264a924 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.66.1", + "version": "0.66.2", "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.66.1/nu-0.66.1-x86_64-pc-windows-msvc.zip", - "hash": "b052599263e5241d7c512880c8c6df28f80be2bb552e5445919e0b2365ddd14d" + "url": "https://github.com/nushell/nushell/releases/download/0.66.2/nu-0.66.2-x86_64-pc-windows-msvc.zip", + "hash": "3dfb9216ae8f49afd0ff6f4a3153e827cdcd65c76e5ff4aadfa52f6ccf0e01d8" } }, "bin": "nu.exe",