about summary refs log tree commit diff
path: root/pkgs/aszlig/vim/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-08-08 03:45:12 +0200
committeraszlig <aszlig@nix.build>2020-08-08 03:45:12 +0200
commitfc24d66bafbcbbc56c7489b9bc05e76c831f3245 (patch)
treeb6ab09540ed0666192fb3e3645cc5b45b6f29c2d /pkgs/aszlig/vim/default.nix
parent581dc4a95a021189e5a23809420726ec2d972d18 (diff)
vim: Update Nix addon to latest master
While being at it, let's bump the Nix syntax/indentation plugin to the
latest version, since there are a few quirks that were annoying me since
quite a while but I was too lazy to actually fix.

I haven't checked whether the latest version fixes these quirks since I
don't know them on top of my head, but if it doesn't I surely will
stumble on them soon enough.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/vim/default.nix')
-rw-r--r--pkgs/aszlig/vim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix
index 96283bff..6d7d723e 100644
--- a/pkgs/aszlig/vim/default.nix
+++ b/pkgs/aszlig/vim/default.nix
@@ -198,8 +198,8 @@ let
       lnl7 = fetchFromGitHub {
         owner = "LnL7";
         repo = "vim-nix";
-        rev = "be0c6bb409732b79cc86c177ca378b0b334e1efe";
-        sha256 = "1ivkwlm6lz43xk1m7aii0bgn2p3225dixck0qyhxw4zxhp2xiz06";
+        rev = "d733cb96707a2a6bdc6102b6d89f947688e0e959";
+        sha256 = "12k2gwm8b1n02361gpjhsldql99yd7qsh80a3lbwc5c5gz5j8jsb";
       };
 
       src = fetchFromGitHub {