Update neuron.vim for a fix

This commit is contained in:
Martin Potier 2020-11-26 11:14:35 +02:00
parent 9a3c996d3d
commit 834b6e12f4
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ let
src = fetchFromGitHub {
owner = "fiatjaf";
repo = "neuron.vim";
rev = "c62b5daa9bc9d734eca9db74e7e0895c85ceb2b8";
sha256 = "03d4bnmmg49n6fi13lnf1z9jk0xyrnp86kgbmh1sdgnfnrna4178";
rev = "853fbe273f9f40defe69a9d50d267fee1bbc6b5a";
sha256 = "0l6qxmd1y67jam8np37ywks95nbs53bvmh51y4ak4078mz2n1nji";
};
};
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation