From b78cda79df321c5c5f22b6d547efb5de615714c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 8 Apr 2022 11:59:02 +0200 Subject: [PATCH] nushell: update to 0.60.0. --- srcpkgs/nushell/patches/system-libraries.patch | 12 ++++++------ srcpkgs/nushell/template | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/nushell/patches/system-libraries.patch b/srcpkgs/nushell/patches/system-libraries.patch index 6cf71782e4ca..8701535c7476 100644 --- a/srcpkgs/nushell/patches/system-libraries.patch +++ b/srcpkgs/nushell/patches/system-libraries.patch @@ -11,10 +11,10 @@ index 7c53d6d1ed..510ef7698b 100644 +features = ["pkg-config"] +version = ">=0.0.0" ==== -diff --git a/crates/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/nu_plugin_from_sqlite/Cargo.toml +diff --git a/crates/old/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/old/nu_plugin_from_sqlite/Cargo.toml index ef28788f42..ad439b5fd3 100644 ---- a/crates/nu_plugin_from_sqlite/Cargo.toml.orig -+++ b/crates/nu_plugin_from_sqlite/Cargo.toml +--- a/crates/old/nu_plugin_from_sqlite/Cargo.toml.orig ++++ b/crates/old/nu_plugin_from_sqlite/Cargo.toml @@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" } tempfile = "3.2.0" @@ -25,10 +25,10 @@ index ef28788f42..ad439b5fd3 100644 [build-dependencies] ==== -diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/nu_plugin_to_sqlite/Cargo.toml +diff --git a/crates/old/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/old/nu_plugin_to_sqlite/Cargo.toml index 6e26ec5fda..a551200402 100644 ---- a/crates/nu_plugin_to_sqlite/Cargo.toml.orig -+++ b/crates/nu_plugin_to_sqlite/Cargo.toml +--- a/crates/old/nu_plugin_to_sqlite/Cargo.toml.orig ++++ b/crates/old/nu_plugin_to_sqlite/Cargo.toml @@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" } tempfile = "3.2.0" diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index cce3d5f3b6fb..d13ae37b0243 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,6 +1,6 @@ # Template file for 'nushell' pkgname=nushell -version=0.44.0 +version=0.60.0 revision=1 build_style=cargo configure_args="--features=extra" @@ -14,7 +14,7 @@ license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz" -checksum=94bb003fd05b604a174a686c40286fef460bc06616a7d273c387a54a07576ecc +checksum=9b9deb8e42cf18ccf328833a4d051fc14cef0be468afc3b0dbde6657deb9f079 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no