From 7ca1ced28896671f605cca1cfaf40019213a342f Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 8 May 2022 16:24:05 +0200 Subject: [PATCH] nushell: update to 0.63.0 --- srcpkgs/nushell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index cce3d5f3b6fb..5746a3833952 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.63.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=36164bd0add2a0929e3b53d4f317e6703cab96b65a596fd562fd58f0f14d92c1 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no