nu: Update to version 0.12.0 (#957)

This commit is contained in:
Michael Tyson 2020-04-02 00:57:59 -04:00 committed by GitHub
parent 69372d59c4
commit ebdecf5d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ {
"homepage": "https://www.nushell.sh", "homepage": "https://www.nushell.sh",
"version": "0.11.0", "version": "0.12.0",
"license": "MIT", "license": "MIT",
"description": "A modern shell written in Rust.", "description": "A modern shell written in Rust.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/nushell/nushell/releases/download/0.11.0/nu_0_11_0_windows.zip", "url": "https://github.com/nushell/nushell/releases/download/0.12.0/nu_0_12_0_windows.zip",
"hash": "ce5a68ddd969f0e5a30894247ea4c5058e5bccf3b7ba908822ebc44461df4bcc", "hash": "5bfef278ec363e17f5c1cbb4188b65fb45fca4d18907aa9a1d36d6d24be15e6c",
"extract_dir": "nu_0_11_0_windows\\nushell_0_11_0", "extract_dir": "nu_0_12_0_windows\\nushell_0_12_0",
"installer": { "installer": {
"script": [ "script": [
"New-Item \"$dir\\Plugins\" -ItemType Directory | Out-Null", "New-Item \"$dir\\Plugins\" -ItemType Directory | Out-Null",