From b789043d3d9544579255dbc3b684466184db6ece Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Fri, 22 Nov 2024 12:00:00 +0000 Subject: [PATCH] vimPlugins.vim-nixhash: 2023-01-09 -> 2024-11-20 fixes the plugins with current version of nix --- pkgs/applications/editors/vim/plugins/generated.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 80bd2774d127..fbbcb1b8eba5 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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/"; };