From e79e71de5c6c9a3d22105646b64c5a8bbee7616b Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 3 Dec 2015 15:28:24 +0100 Subject: programs/vim: Update Nix addon to latest upstream. Among other fixes, this contains a small fix for multiline statements by @domenkozar, thanks a lot :-) Signed-off-by: aszlig --- modules/user/aszlig/programs/vim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/programs/vim/default.nix b/modules/user/aszlig/programs/vim/default.nix index de18693b..6a09fead 100644 --- a/modules/user/aszlig/programs/vim/default.nix +++ b/modules/user/aszlig/programs/vim/default.nix @@ -193,8 +193,8 @@ let nixAddon = pkgs.fetchFromGitHub { owner = "MarcWeber"; repo = "vim-addon-nix"; - rev = "7b0a376bb1797fef8da2dc14e768f318bcb671e8"; - sha256 = "00dsba2a0az9bw1sni12km1vdga9x32dapxaj5gmq98hzqlhklyp"; + rev = "2aed79ba5d8c5e6abd102de77e55e242f61b17f1"; + sha256 = "0zx1q9994py6jmm0qbbx6fc1dy5la8zfskkbvqqxssxrl5dx7vvi"; }; urwebAddon = pkgs.fetchFromGitHub { -- cgit 1.4.1