From 7faefd2f068f550f72cba9b1e421b797a317212a Mon Sep 17 00:00:00 2001 From: "\"Gaetan Lepage\"" <"gaetan@glepage.com"> Date: Tue, 28 May 2024 11:22:27 +0200 Subject: [PATCH] vimPlugins: resolve github repository redirects --- pkgs/applications/editors/vim/plugins/deprecated.json | 6 +++--- pkgs/applications/editors/vim/plugins/generated.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index afe840b06b5e..09e8bcb216a6 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -8,11 +8,11 @@ "new": "cmp-tmux" }, "fern-vim": { - "date": "2024-05-27", + "date": "2024-05-28", "new": "vim-fern" }, "gina-vim": { - "date": "2024-05-27", + "date": "2024-05-28", "new": "vim-gina" }, "gist-vim": { @@ -60,7 +60,7 @@ "new": "vim-suda" }, "vim-fsharp": { - "date": "2024-05-27", + "date": "2024-05-28", "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 9a8ba90d93b1..37cf40f27a96 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -4156,8 +4156,8 @@ final: prev: src = fetchFromGitHub { owner = "lewis6991"; repo = "gitsigns.nvim"; - rev = "c96e3cf4767ee98030bff855e7a6f07cfc6d427f"; - sha256 = "1070xjm2xm3n5liv7c5lp0w1525hj57w2ppzb7rzz8qkp7klg244"; + rev = "af3fdad8ddcadbdad835975204f6503310526fd9"; + sha256 = "1j66lxqx6rz6k77xgm92npswra4s5hd69adpks75zsmd7crlsnfq"; }; meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/"; };