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 { lib, fetchFromGitHub }: 2 rec { 3 - version = "9.1.1385"; 4 5 outputs = [ 6 "out" ··· 11 owner = "vim"; 12 repo = "vim"; 13 rev = "v${version}"; 14 - hash = "sha256-++Olc+T3pknyFVAO/naJOyBhgBMl7XW6aBqLHCnmdZ0="; 15 }; 16 17 enableParallelBuilding = true;
··· 1 { lib, fetchFromGitHub }: 2 rec { 3 + version = "9.1.1401"; 4 5 outputs = [ 6 "out" ··· 11 owner = "vim"; 12 repo = "vim"; 13 rev = "v${version}"; 14 + hash = "sha256-oYde6i5coECUzQQEMo0dvkOXFimKe4y2aGoV2nVLx58="; 15 }; 16 17 enableParallelBuilding = true;