vimPlugins: resolve github repository redirects

This commit is contained in:
"Gaetan Lepage" 2024-05-28 11:22:27 +02:00 committed by Gaetan Lepage
parent 21ac70ec05
commit 7faefd2f06
2 changed files with 5 additions and 5 deletions

View File

@ -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": {

View File

@ -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/";
};