forked from pub-solar/os
chore: nvfetcher updates
This commit is contained in:
parent
8c11d6ed98
commit
4050eff29e
|
@ -3,17 +3,17 @@
|
||||||
{
|
{
|
||||||
blesh-nvfetcher = {
|
blesh-nvfetcher = {
|
||||||
pname = "blesh-nvfetcher";
|
pname = "blesh-nvfetcher";
|
||||||
version = "a7eb5d048c381feeae527c66c3e04df376699b4d";
|
version = "cd069860fcbb2d0389f672fb520db2dfbb006313";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "akinomyoga";
|
owner = "akinomyoga";
|
||||||
repo = "ble.sh";
|
repo = "ble.sh";
|
||||||
rev = "a7eb5d048c381feeae527c66c3e04df376699b4d";
|
rev = "cd069860fcbb2d0389f672fb520db2dfbb006313";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
deepClone = false;
|
deepClone = false;
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
sha256 = "sha256-4kWjLLA64y4cNC0/WuIbuvAojCBGFeZYQ7BrXWYY9YU=";
|
sha256 = "sha256-IGFwqy0IVWDDV9dzIqLtB3Ao7XTNMQ8loFV9a7gTFn0=";
|
||||||
};
|
};
|
||||||
date = "2023-11-22";
|
date = "2023-12-06";
|
||||||
};
|
};
|
||||||
instant-nvim-nvfetcher = {
|
instant-nvim-nvfetcher = {
|
||||||
pname = "instant-nvim-nvfetcher";
|
pname = "instant-nvim-nvfetcher";
|
||||||
|
@ -27,18 +27,6 @@
|
||||||
};
|
};
|
||||||
date = "2022-06-25";
|
date = "2022-06-25";
|
||||||
};
|
};
|
||||||
rnix-lsp-nvfetcher = {
|
|
||||||
pname = "rnix-lsp-nvfetcher";
|
|
||||||
version = "95d40673fe43642e2e1144341e86d0036abd95d9";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "nix-community";
|
|
||||||
repo = "rnix-lsp";
|
|
||||||
rev = "95d40673fe43642e2e1144341e86d0036abd95d9";
|
|
||||||
fetchSubmodules = false;
|
|
||||||
sha256 = "sha256-F0s0m62S5bHNVWNHLZD6SeHiLrsDx98VQbRjDyIu+qQ=";
|
|
||||||
};
|
|
||||||
date = "2022-11-27";
|
|
||||||
};
|
|
||||||
vim-apprentice-nvfetcher = {
|
vim-apprentice-nvfetcher = {
|
||||||
pname = "vim-apprentice-nvfetcher";
|
pname = "vim-apprentice-nvfetcher";
|
||||||
version = "59ad13661fa15edaf72c62218903c7817b5a3691";
|
version = "59ad13661fa15edaf72c62218903c7817b5a3691";
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
src.git = "https://github.com/yashsinghcodes/wik"
|
src.git = "https://github.com/yashsinghcodes/wik"
|
||||||
fetch.github = "yashsinghcodes/wik"
|
fetch.github = "yashsinghcodes/wik"
|
||||||
|
|
||||||
[rnix-lsp-nvfetcher]
|
|
||||||
src.git = "https://github.com/nix-community/rnix-lsp"
|
|
||||||
fetch.github = "nix-community/rnix-lsp"
|
|
||||||
|
|
||||||
[vimagit-nvfetcher]
|
[vimagit-nvfetcher]
|
||||||
src.git = "https://github.com/jreybert/vimagit"
|
src.git = "https://github.com/jreybert/vimagit"
|
||||||
fetch.github = "jreybert/vimagit"
|
fetch.github = "jreybert/vimagit"
|
||||||
|
|
Loading…
Reference in a new issue