vimPlugins: update

+17 -5
+17 -5
pkgs/applications/editors/vim/plugins/generated.nix
··· 2997 2998 dressing-nvim = buildVimPluginFrom2Nix { 2999 pname = "dressing.nvim"; 3000 - version = "2023-08-13"; 3001 src = fetchFromGitHub { 3002 owner = "stevearc"; 3003 repo = "dressing.nvim"; 3004 - rev = "6bde51adabba06f7fd4a469885a85f36d78a5f52"; 3005 - sha256 = "00djz2ppikh911ldndcaygb95a7l48s7wmq7a9p9vr4vzwhxab5l"; 3006 }; 3007 meta.homepage = "https://github.com/stevearc/dressing.nvim/"; 3008 }; ··· 4557 meta.homepage = "https://github.com/nanotech/jellybeans.vim/"; 4558 }; 4559 4560 jq-vim = buildVimPluginFrom2Nix { 4561 pname = "jq.vim"; 4562 version = "2022-11-26"; ··· 5931 src = fetchFromGitHub { 5932 owner = "NeogitOrg"; 5933 repo = "neogit"; 5934 - rev = "cdea52c881ea4944b46f09b5c4705a51dc5cf390"; 5935 - sha256 = "06hi06pkr0bww1nsrx22llhgfllmbykshwb2k8y2wbl03fjqyixz"; 5936 }; 5937 meta.homepage = "https://github.com/NeogitOrg/neogit/"; 5938 };
··· 2997 2998 dressing-nvim = buildVimPluginFrom2Nix { 2999 pname = "dressing.nvim"; 3000 + version = "2023-08-19"; 3001 src = fetchFromGitHub { 3002 owner = "stevearc"; 3003 repo = "dressing.nvim"; 3004 + rev = "ee571505f3566f84fd252e76c4ce6df6eaf2fb94"; 3005 + sha256 = "0xahisrz7yz0838ijvg2s6wbskdb443fal72yxjr2h5z1dvzxswq"; 3006 }; 3007 meta.homepage = "https://github.com/stevearc/dressing.nvim/"; 3008 }; ··· 4557 meta.homepage = "https://github.com/nanotech/jellybeans.vim/"; 4558 }; 4559 4560 + jinja-vim = buildVimPluginFrom2Nix { 4561 + pname = "jinja.vim"; 4562 + version = "2020-06-18"; 4563 + src = fetchFromGitHub { 4564 + owner = "HiPhish"; 4565 + repo = "jinja.vim"; 4566 + rev = "51b8a2a504416c4959127c82eac26f14f3508975"; 4567 + sha256 = "15ax7v6crdzra4sqqmjpvl9q1p9dmsksrs4j68zqqrj6kka0zkgn"; 4568 + }; 4569 + meta.homepage = "https://github.com/HiPhish/jinja.vim/"; 4570 + }; 4571 + 4572 jq-vim = buildVimPluginFrom2Nix { 4573 pname = "jq.vim"; 4574 version = "2022-11-26"; ··· 5943 src = fetchFromGitHub { 5944 owner = "NeogitOrg"; 5945 repo = "neogit"; 5946 + rev = "7cba95de79476d28c19e8ee34b303ad60fdef59f"; 5947 + sha256 = "18jixqv9mcvc873gs39g6fd84s0lpyglqk25gy00siznyjl2mcis"; 5948 }; 5949 meta.homepage = "https://github.com/NeogitOrg/neogit/"; 5950 };