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