From 689530fd56fc02d3ba76a3691d01e066675c6f19 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 30 Jul 2024 10:22:30 -0400 Subject: [PATCH] nushell: update to 0.96.1 --- srcpkgs/nushell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 9ddcaf4b313..f910f718fc0 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,6 +1,6 @@ # Template file for 'nushell' pkgname=nushell -version=0.95.0 +version=0.96.1 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -12,7 +12,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=f41a0f41af3996581f9bd485cfe5d55f26dd486dc3812b386bd43439c72a6d16 +checksum=829e2f91d130d7b0063a08b1fadb737bdff616ac744eba43baa5fc42aa8b682b register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no