From da46b542a45b959384f6a2fa90d0502bf5e26da0 Mon Sep 17 00:00:00 2001 From: Saksham Verma Date: Thu, 17 Oct 2024 03:01:57 +0530 Subject: [PATCH] nushell: update to 0.99.0 --- srcpkgs/nushell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 1b7e12a105fbf3..7a76174a529b91 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,6 +1,6 @@ # Template file for 'nushell' pkgname=nushell -version=0.98.0 +version=0.99.0 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=c77fd63c4a5f2d35f7dcbb3e9bd76dfaa23acc6bc21fb1de4e7a4a94dc458839 +checksum=db9799a164e21798d7c7da800623069c056f30e6b35d7cb03bdea796f3a4aae8 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no