vim: 7.4.826 -> 7.4.827

Fix the version string to match the new versioning scheme after the
github migration.

+3 -3
+3 -3
pkgs/applications/editors/vim/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "vim-${version}"; 8 - version = "7.4.826"; 8 + version = "7.4.827"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "vim"; 12 12 repo = "vim"; 13 - rev = "v${stdenv.lib.replaceChars ["."] ["-"] version}"; 14 - sha256 = "147lkcjdd0jbc7y2hflfzwnyjhdgi1971pmkizihybxmmj1a4g8y"; 13 + rev = "v${version}"; 14 + sha256 = "1m34s2hsc5lcish6gmvn2iwaz0k7jc3kg9q4nf30fj9inl7gaybs"; 15 15 }; 16 16 17 17 # this makes maintainers very sad