Skip to content

Commit 189ec71

Browse files
vaibhavsagarLnL7
authored andcommittedSep 26, 2017
vim: 8.0.0442 -> 8.0.1150
(cherry picked from commit 6498ac6)
1 parent 0405eaf commit 189ec71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/editors/vim/common.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ lib, fetchFromGitHub }:
22
rec {
3-
version = "8.0.0442";
3+
version = "8.0.1150";
44

55
src = fetchFromGitHub {
66
owner = "vim";
77
repo = "vim";
88
rev = "v${version}";
9-
sha256 = "1pyyrkb7k5vhm1ijrh4v2f50lxhrgga5mm0gvmz4v704z0h585yg";
9+
sha256 = "1k1qkmb2jbymqikrp99q1yjagdf508xzabrw7b08dlh926b2v23j";
1010
};
1111

1212
enableParallelBuilding = true;

0 commit comments

Comments
 (0)
Please sign in to comment.