Update vim_configurable to vim 8.0005

This commit is contained in:
Wink Saville 2016-09-20 16:56:31 -07:00
parent ec97f23aff
commit 08d7cfa420

View File

@ -42,7 +42,7 @@ composableDerivation {
} (fix: rec { } (fix: rec {
name = "vim_configurable-${version}"; name = "vim_configurable-${version}";
version = "7.4.826"; version = "8.0.0005";
enableParallelBuilding = true; # test this enableParallelBuilding = true; # test this
@ -54,7 +54,7 @@ composableDerivation {
owner = "vim"; owner = "vim";
repo = "vim"; repo = "vim";
rev = "v${version}"; rev = "v${version}";
sha256 = "04hp2gqbbj9h872bgj1g9xcaj5qlg9q45v6by2ch9n105dng9aj3"; sha256 = "0ys3l3dr43vjad1f096ch1sl3x2ajsqkd03rdn6n812m7j4wipx0";
}; };
"vim-nox" = "vim-nox" =