This reverts commit 86a85b7eb2
.
This commit is contained in:
parent
c70f9bffe2
commit
5b2b0ee9a3
1 changed files with 1 additions and 2 deletions
|
@ -11,9 +11,8 @@ class Neovim(CMakePackage):
|
|||
"""NeoVim: the future of vim"""
|
||||
|
||||
homepage = "http://neovim.io"
|
||||
url = "https://github.com/neovim/neovim/archive/v0.4.2.tar.gz"
|
||||
url = "https://github.com/neovim/neovim/archive/v0.3.4.tar.gz"
|
||||
|
||||
version('0.4.2', sha256='9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56')
|
||||
version('0.3.4', sha256='a641108bdebfaf319844ed46b1bf35d6f7c30ef5aeadeb29ba06e19c3274bc0e')
|
||||
version('0.3.1', '5405bced1c929ebc245c75409cd6c7ef')
|
||||
version('0.3.0', 'e5fdb2025757c337c17449c296eddf5b')
|
||||
|
|
Loading…
Reference in a new issue