From b71a62165060c68d59f2b47186269f5dbe4d284a Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 9 Jan 2024 18:38:17 +0100 Subject: vim: Update Nix syntax/indent to latest master Not only were there a lot of smaller fixes in the meantime, but latest master now properly supports the (not so) new (anymore) path interpolation syntax. Signed-off-by: aszlig --- pkgs/aszlig/vim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix index 05328412..4bbc8107 100644 --- a/pkgs/aszlig/vim/default.nix +++ b/pkgs/aszlig/vim/default.nix @@ -199,8 +199,8 @@ let lnl7 = fetchFromGitHub { owner = "LnL7"; repo = "vim-nix"; - rev = "d733cb96707a2a6bdc6102b6d89f947688e0e959"; - sha256 = "12k2gwm8b1n02361gpjhsldql99yd7qsh80a3lbwc5c5gz5j8jsb"; + rev = "048c71f1ed2c679cd55acd2c807c2c96aea82e65"; + hash = "sha256-IyLKu5sfD7RNHwI8kodQB4f1xKBLSEnnw6fBu3Zs5eg"; }; src = fetchFromGitHub { -- cgit 1.4.1