diff --git a/component/vim/buildout.cfg b/component/vim/buildout.cfg
index e484e57e52e98072b15c24f9ed7abec1cdc26c07..3107e0fbf5144aca4d5b39e6160876e30fa444c9 100644
--- a/component/vim/buildout.cfg
+++ b/component/vim/buildout.cfg
@@ -1,15 +1,15 @@
 [buildout]
 parts =
   vim
-  
-extends = 
+
+extends =
   ../ncurses/buildout.cfg
 
 [vim]
 recipe = slapos.recipe.cmmi
 shared = true
-url = ftp://ftp.vim.org/pub/vim/unix/vim-8.0.586.tar.bz2
-md5sum = b35e794140c196ff59b492b56c1e73db
+url = https://www.vim.org/downloads/vim-9.1.tar.bz2
+md5sum = 6de60f8c3268e85f73d592e308475fea
 environment=
     CPPFLAGS=-I${ncurses:location}/include
     LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib