vimPlugins.nvim-coverage: 2023-07-09 -> 2023-05-26
a recent update introduced a duplicate tag which caused the build to fail
This commit is contained in:
parent
fde35735f5
commit
53c66b42c5
1 changed files with 3 additions and 3 deletions
|
@ -6623,12 +6623,12 @@ final: prev:
|
||||||
|
|
||||||
nvim-coverage = buildVimPluginFrom2Nix {
|
nvim-coverage = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-coverage";
|
pname = "nvim-coverage";
|
||||||
version = "2023-07-09";
|
version = "2023-05-26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andythigpen";
|
owner = "andythigpen";
|
||||||
repo = "nvim-coverage";
|
repo = "nvim-coverage";
|
||||||
rev = "55f2ed78a2f6b5a93faed18ff2bc1bd707ef336c";
|
rev = "8fcc71e01e93f305e334b59f902e545a70d0050f";
|
||||||
sha256 = "1dnjfnm31xc9wg6qlj4nk4fn642jzdqjzqm61qymiy8fi2zc66bm";
|
sha256 = "0d62vpbf03pbq4rs4yxywnn7j9wb90bahv1cx2wm5w4q6jgdgpk3";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/andythigpen/nvim-coverage/";
|
meta.homepage = "https://github.com/andythigpen/nvim-coverage/";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue