From 49dc20b252403ebaf6d65f60b6e6ebe46ed4be45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 20:26:04 +0000 Subject: [PATCH] nu: Update to version 0.78.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 65ba1671c6..3a16a4f4f0 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.77.1", + "version": "0.78.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.77.1/nu-0.77.1-x86_64-pc-windows-msvc.zip", - "hash": "97d5e28ae9266ecf77c0422aa0cddf8acd7221ddf58d0e4063a8abbf5a91599f" + "url": "https://github.com/nushell/nushell/releases/download/0.78.0/nu-0.78.0-x86_64-pc-windows-msvc.zip", + "hash": "ae450d75b0bd17b299c317b551142fe341e8f80d2deda39475754345824dedac" } }, "bin": "nu.exe",