From f965d675ff49503c90aaff66ae082dcfbf1070bb Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 16:54:11 +0200 Subject: programs/vim: Update vim-nix to latest master Contains a fix for lower/greater than operators (LnL7/vim-nix#9). Signed-off-by: aszlig --- modules/user/aszlig/programs/vim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/aszlig/programs/vim/default.nix b/modules/user/aszlig/programs/vim/default.nix index cb6149fe..9ad756ca 100644 --- a/modules/user/aszlig/programs/vim/default.nix +++ b/modules/user/aszlig/programs/vim/default.nix @@ -196,8 +196,8 @@ let lnl7 = pkgs.fetchFromGitHub { owner = "LnL7"; repo = "vim-nix"; - rev = "f0b7bd4bce5ed0f12fb4d26115c84fb3edcd1e12"; - sha256 = "0x12a191xafn7918xa8r4sjiw79005lcr0yv5kjc4p1izwddfgdv"; + rev = "9ac8876e5beb824018b9a09d4640f7efc2fbc8ae"; + sha256 = "0whdf56c63vp4c3b2jfl1x5c0dxxrzwvxkfm5951qzpfy6xwg27x"; }; src = pkgs.fetchFromGitHub { -- cgit 1.4.1