Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nushell: update to 0.99.1 #52659

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/nushell/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nushell'
pkgname=nushell
version=0.98.0
version=0.99.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -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=2d7c779b90e6382516db74d2a4b902764ae4e739c4b1b0d615521c7d8082c0d5
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
Expand Down