From db5ae02a50fa3a3eaff35fa7cd754b9f39417395 Mon Sep 17 00:00:00 2001 From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:17:42 +0300 Subject: [PATCH] nushell: update to 0.32.0. --- srcpkgs/nushell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index cfa5439d7d39..97b708730fb3 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,6 +1,6 @@ # Template file for 'nushell' pkgname=nushell -version=0.31.0 +version=0.32.0 revision=1 build_style=cargo configure_args="--features=extra" @@ -12,7 +12,7 @@ license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz" -checksum=4dcbe38b35902a98df3f213fef5f69dcd9870975a18e2a7feb002534e68d848b +checksum=57cbd6cbbc9a3d2f8b99942486410e003487be0faabd275e87ab77342a8c0989 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no