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

nvm 0.40.0 #179768

Merged
merged 2 commits into from
Aug 3, 2024
Merged

nvm 0.40.0 #179768

Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,7 @@ nut
nvc
nvchecker
nvimpager
nvm
nvtop
nzbget
oauth2_proxy
Expand Down
4 changes: 2 additions & 2 deletions Formula/n/nvm.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nvm < Formula
desc "Manage multiple Node.js versions"
homepage "https://github.com/nvm-sh/nvm"
url "https://github.com/nvm-sh/nvm/archive/refs/tags/v0.39.7.tar.gz"
sha256 "dc514465f99541304380f06b602d6e2a8f3f63584f7321d76f39a10c279c5ed7"
url "https://github.com/nvm-sh/nvm/archive/refs/tags/v0.40.0.tar.gz"
sha256 "653e969eb5dd49a43579257c7f7064703984b92f883394f8491a78a087b1285f"
license "MIT"
head "https://github.com/nvm-sh/nvm.git", branch: "master"

Expand Down
Loading