From 8059e21da9c7bc43ffe6b5da16a31a33ce7c3678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 00:32:51 +0000 Subject: [PATCH] nu: Update to version 0.60.0 --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index c26c464a9d..06c0ae46fa 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { - "version": "0.44.0", + "version": "0.60.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.44.0/nu_0_44_0_windows.zip", - "hash": "73d808ded2b7da5eaa08abc9ae5f16f81146cd9ddbb2a8c3d7b70e73f0a65b9f", - "extract_dir": "nu_0_44_0_windows\\nushell-0.44.0" + "url": "https://github.com/nushell/nushell/releases/download/0.60.0/nu_0_60_0_windows.zip", + "hash": "150c49f552f5b4fc0225aea22cb45ee87163196bdd0b766a412330ca142b6d64", + "extract_dir": "nu_0_60_0_windows\\nushell-0.60.0" } }, "bin": "nu.exe",