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 0.94.2 #173617

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Changes from 1 commit
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
Next Next commit
nushell 0.94.2
  • Loading branch information
BrewTestBot committed Jun 3, 2024
commit 3f7fcda100bbf69e54fbf7a4f4d9a57cfd377548
4 changes: 2 additions & 2 deletions Formula/n/nushell.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nushell < Formula
desc "Modern shell for the GitHub era"
homepage "https://www.nushell.sh"
url "https://github.com/nushell/nushell/archive/refs/tags/0.94.1.tar.gz"
sha256 "b1686d03727536f42a2592e332955fb005d229f7db19f1bc2d8b0c759ec4c979"
url "https://github.com/nushell/nushell/archive/refs/tags/0.94.2.tar.gz"
sha256 "19b8ccb30f63da7eadbc8d9afa69318d9cbbb40bc162558604a24b8773ccd04a"
license "MIT"
head "https://github.com/nushell/nushell.git", branch: "main"

Expand Down
Loading