From fea406ef2f1562b23e290f6c2d469ad099f0ec8a Mon Sep 17 00:00:00 2001 From: markvd Date: Sat, 7 Jan 2023 21:03:02 +0100 Subject: [PATCH] vimPlugins: resolve github repository redirects --- pkgs/applications/editors/vim/plugins/generated.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 9aa0207dd96d..32c8bebe3fe6 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -839,8 +839,8 @@ final: prev: src = fetchFromGitHub { owner = "utilyre"; repo = "barbecue.nvim"; - rev = "0705c6dd2f29550066ddff3bdf42cf67c5405fb7"; - sha256 = "1b1vdzj1ygmhwsg44bg46v9y59wrb8y8ilh6njy8w1hnic3yhsyw"; + rev = "fc72ed04e87df12efbdcea25e6f0dce9d5229b6b"; + sha256 = "0cfa2cqvscaai26yfjmxnv740p351v1dgqdg1v3snrmhj3m5i7bw"; }; meta.homepage = "https://github.com/utilyre/barbecue.nvim/"; };