vimPlugins.vim-nixhash: 2023-01-09 -> 2024-11-20

fixes the plugins with current version of nix
This commit is contained in:
Guillaume Girol 2024-11-22 12:00:00 +00:00 committed by Matthieu Coudron
parent 97a301595a
commit b789043d3d

View File

@ -16236,12 +16236,12 @@ final: prev:
vim-nixhash = buildVimPlugin {
pname = "vim-nixhash";
version = "2023-01-09";
version = "2024-11-20";
src = fetchFromGitHub {
owner = "symphorien";
repo = "vim-nixhash";
rev = "71676294bcb22c52d372bd8850b1bd3d7173bfac";
sha256 = "14chq3c5dhkvllkmrrnpd8lbmlbm8ji1gqxn686bnh0d1w2r9hyk";
rev = "3b4d3f2742b168decc2281033b9c5c2c700c9ceb";
sha256 = "04208x1q846ddh61dcdgxylnqxmbkh1vh3qizwq0i5mb55pdrxpc";
};
meta.homepage = "https://github.com/symphorien/vim-nixhash/";
};