From 97b796470fb45aa411e00405dc2d6c48078f5e9e Mon Sep 17 00:00:00 2001 From: "\"Gaetan Lepage\"" <"gaetan@glepage.com"> Date: Sat, 27 Jul 2024 13:33:15 +0200 Subject: [PATCH] vimPlugins: resolve github repository redirects --- pkgs/applications/editors/vim/plugins/deprecated.json | 4 ++-- pkgs/applications/editors/vim/plugins/generated.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index bc7c30838722..e9c011490ae4 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -12,7 +12,7 @@ "new": "vim-fern" }, "gina-vim": { - "date": "2024-07-18", + "date": "2024-07-27", "new": "vim-gina" }, "gist-vim": { @@ -60,7 +60,7 @@ "new": "vim-suda" }, "vim-fsharp": { - "date": "2024-07-18", + "date": "2024-07-27", "new": "zarchive-vim-fsharp" }, "vim-jade": { diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 64075e5a7f25..e5cc57ada897 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -8528,8 +8528,8 @@ final: prev: src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "1899c8c8ec98dee5c61da4c98b3e989c8ef840d1"; - sha256 = "14mxpn1i4d4b8q44dy6xg2lfkm63cjn703ya608lyvwvv7090m8d"; + rev = "2b4881286ad73c9ece7e5e4da130b2e4726c09fc"; + sha256 = "0phg5vmgaiig8y15gnlklvrsfafrldsa3g84ahd0927a4yb52rw0"; }; meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; };