vim: 9.1.1385 -> 9.1.1401 (#409697)

authored by philiptaron.tngl.sh and committed by GitHub 701aaff5 09351eb6

+2 -2
+2 -2
pkgs/applications/editors/vim/common.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 rec { 3 - version = "9.1.1385"; 3 + version = "9.1.1401"; 4 4 5 5 outputs = [ 6 6 "out" ··· 11 11 owner = "vim"; 12 12 repo = "vim"; 13 13 rev = "v${version}"; 14 - hash = "sha256-++Olc+T3pknyFVAO/naJOyBhgBMl7XW6aBqLHCnmdZ0="; 14 + hash = "sha256-oYde6i5coECUzQQEMo0dvkOXFimKe4y2aGoV2nVLx58="; 15 15 }; 16 16 17 17 enableParallelBuilding = true;