From 35f60223fedf9c612c8a75d3fb1101d7171e88a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 00:34:17 +0000 Subject: [PATCH] nu: Update to version 0.61.0 --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 06c0ae46fa..087a06d82f 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { - "version": "0.60.0", + "version": "0.61.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.60.0/nu_0_60_0_windows.zip", - "hash": "150c49f552f5b4fc0225aea22cb45ee87163196bdd0b766a412330ca142b6d64", - "extract_dir": "nu_0_60_0_windows\\nushell-0.60.0" + "url": "https://github.com/nushell/nushell/releases/download/0.61.0/nu_0_61_0_windows.zip", + "hash": "62d20307d84412636bc4687e27262a2a1be2ff5183d1e56f2874349716c0b870", + "extract_dir": "nu_0_61_0_windows\\nushell-0.61.0" } }, "bin": "nu.exe",