diff options
author | Saksham Verma <voidisnull@duck.com> | 2024-10-16 21:31:57 +0000 |
---|---|---|
committer | tranzystorekk <tranzystorek.io@protonmail.com> | 2024-11-09 18:04:29 +0000 |
commit | d521c0022c34a540d6f16c7a4aeae3282eab2934 (patch) | |
tree | ba214494cb182950c02f3411604f7fd627eae313 | |
parent | 452328058d4096ee3e6a71f86925d0dcddf1b0c8 (diff) | |
download | void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.tar void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.tar.gz void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.tar.bz2 void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.tar.lz void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.tar.xz void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.tar.zst void-packages-d521c0022c34a540d6f16c7a4aeae3282eab2934.zip |
nushell: update to 0.99.1
-rw-r--r-- | srcpkgs/nushell/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 1b7e12a105f..7181eebd640 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.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=c77fd63c4a5f2d35f7dcbb3e9bd76dfaa23acc6bc21fb1de4e7a4a94dc458839 +checksum=2d7c779b90e6382516db74d2a4b902764ae4e739c4b1b0d615521c7d8082c0d5 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no |