Skip to content

Commit

Permalink
chore(nvim): update Neovim version (v0.9.4 to v0.9.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Mar 15, 2024
1 parent e0e9856 commit c1c7548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspects/nvim/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ task('download Neovim appimage', when('debian'), async () => {
dest: '/opt/nvim/nvim.appimage',
encoding: null,
url:
'https://github.com/neovim/neovim/releases/download/v0.9.4/nvim.appimage',
'https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage',
checksum:
'sha256:028cfaaf551d64cbb2f39d15363ed78edb01e2673579b48cb694e3604207d656',
'sha256:0c82e5702af7a11fbb916a11b4a82e98928abf8266c74b2030ea740340437bf9',
sudo: true,
});
});
Expand Down

0 comments on commit c1c7548

Please sign in to comment.