From ebdecf5d682ac24a03721cab4fb66f4346de9dfb Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Thu, 2 Apr 2020 00:57:59 -0400 Subject: [PATCH] nu: Update to version 0.12.0 (#957) --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 6a048e75b9..56bcb4a71e 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { "homepage": "https://www.nushell.sh", - "version": "0.11.0", + "version": "0.12.0", "license": "MIT", "description": "A modern shell written in Rust.", "architecture": { "64bit": { - "url": "https://github.com/nushell/nushell/releases/download/0.11.0/nu_0_11_0_windows.zip", - "hash": "ce5a68ddd969f0e5a30894247ea4c5058e5bccf3b7ba908822ebc44461df4bcc", - "extract_dir": "nu_0_11_0_windows\\nushell_0_11_0", + "url": "https://github.com/nushell/nushell/releases/download/0.12.0/nu_0_12_0_windows.zip", + "hash": "5bfef278ec363e17f5c1cbb4188b65fb45fca4d18907aa9a1d36d6d24be15e6c", + "extract_dir": "nu_0_12_0_windows\\nushell_0_12_0", "installer": { "script": [ "New-Item \"$dir\\Plugins\" -ItemType Directory | Out-Null",