vim: 8.0.1428 -> 8.0.1451

Changes:
https://github.com/vim/vim/compare/v8.0.1428...v8.0.1451

+2 -2
+2 -2
pkgs/applications/editors/vim/common.nix
··· 1 { lib, fetchFromGitHub }: 2 rec { 3 - version = "8.0.1428"; 4 5 src = fetchFromGitHub { 6 owner = "vim"; 7 repo = "vim"; 8 rev = "v${version}"; 9 - sha256 = "0pqqh7g96w8jfc5kvv2il6fcbhccwhk4k5skk52g1c1ixsblwz3y"; 10 }; 11 12 enableParallelBuilding = true;
··· 1 { lib, fetchFromGitHub }: 2 rec { 3 + version = "8.0.1451"; 4 5 src = fetchFromGitHub { 6 owner = "vim"; 7 repo = "vim"; 8 rev = "v${version}"; 9 + sha256 = "1vxd5mr8c62qyf7ax7gi2wka48282yplckq91154yd55xcqw36zx"; 10 }; 11 12 enableParallelBuilding = true;