nushell 0.8.0
Closes #48677. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
70eb692e08
commit
7debbdb7c4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Nushell < Formula
|
class Nushell < Formula
|
||||||
desc "Modern shell for the GitHub era"
|
desc "Modern shell for the GitHub era"
|
||||||
homepage "https://www.nushell.sh"
|
homepage "https://www.nushell.sh"
|
||||||
url "https://github.com/nushell/nushell/archive/0.7.0.tar.gz"
|
url "https://github.com/nushell/nushell/archive/0.8.0.tar.gz"
|
||||||
sha256 "9cfb6be335f7a06ccaf7cc2a06075a23ed6e2e2fdd6ea7fbc165a7d4a30990f9"
|
sha256 "fada2e350efdf0e730469ab503499b76ab97326bf6e8fc7ffc5db99a4c311ce6"
|
||||||
head "https://github.com/nushell/nushell.git"
|
head "https://github.com/nushell/nushell.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue