From 5e8cc8ca063c7d7529397e1d6ba359b64348a072 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 13 Aug 2020 10:15:52 +0200 Subject: [PATCH] nushell: Update from 0.17.0 to 0.18.1 --- packages/nushell/Cargo.toml.patch | 16 +++++++--------- packages/nushell/build.sh | 4 ++-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/packages/nushell/Cargo.toml.patch b/packages/nushell/Cargo.toml.patch index 18ab09d62..0d64494b0 100644 --- a/packages/nushell/Cargo.toml.patch +++ b/packages/nushell/Cargo.toml.patch @@ -1,17 +1,15 @@ -diff --git a/Cargo.toml b/Cargo.toml -index ddc8f2a8..5a269394 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -51,7 +51,7 @@ dunce = "1.0.1" - futures = {version = "0.3", features = ["compat", "io-compat"]} +diff -u -r ../nushell-0.18.1/Cargo.toml ./Cargo.toml +--- ../nushell-0.18.1/Cargo.toml 2020-08-12 03:59:28.000000000 +0000 ++++ ./Cargo.toml 2020-08-13 08:02:58.145134000 +0000 +@@ -53,7 +53,6 @@ log = "0.4.8" pretty_env_logger = "0.4.0" + quick-xml = "0.18.1" -starship = "0.43.0" -+#starship = "0.43.0" [dev-dependencies] - nu-test-support = {version = "0.17.0", path = "./crates/nu-test-support"} -@@ -63,8 +63,6 @@ toml = "0.5.6" + nu-test-support = {version = "0.18.1", path = "./crates/nu-test-support"} +@@ -64,8 +63,6 @@ [features] default = [ diff --git a/packages/nushell/build.sh b/packages/nushell/build.sh index fc93101c0..d2b158ed0 100644 --- a/packages/nushell/build.sh +++ b/packages/nushell/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.nushell.sh TERMUX_PKG_DESCRIPTION="A new type of shell operating on structured data" TERMUX_PKG_LICENSE="MIT" -TERMUX_PKG_VERSION=0.17.0 +TERMUX_PKG_VERSION=0.18.1 TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=85203e8f5531a8a362d25a1b9ae0135a605b70770cb249e268f17dc5bd794249 +TERMUX_PKG_SHA256=68761a9145630199df16ccb39225acd58c19c8773aaa79ab5eb1674ff694ca79 TERMUX_PKG_DEPENDS="zlib" TERMUX_PKG_BUILD_IN_SRC=true