Revert "nushell: update to 0.22.0"

This reverts commit ded543e0e6805f02c19269e65febeeb22fe864b3.

error[E0658]: use of unstable library feature 'tau_constant'
This commit is contained in:
Leonid Pliushch 2020-11-22 15:22:57 +00:00
parent 42c68a06aa
commit 871cda54cf

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.nushell.sh
TERMUX_PKG_DESCRIPTION="A new type of shell operating on structured data"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.22.0
TERMUX_PKG_VERSION=0.21.0
TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a7ee864b711d43bec1d611aa11ac70ff62f254d09ee507bbbe7aa3ceaf7b4f39
TERMUX_PKG_SHA256=24598bcf6e61825fd3b6f17e083952926a4b072efff413748bbd5bc83a3158f1
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"