chore: nvfetcher updates

This commit is contained in:
teutat3s 2023-12-11 12:39:29 +01:00
parent 8c11d6ed98
commit 4050eff29e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 4 additions and 20 deletions

View file

@ -3,17 +3,17 @@
{
blesh-nvfetcher = {
pname = "blesh-nvfetcher";
version = "a7eb5d048c381feeae527c66c3e04df376699b4d";
version = "cd069860fcbb2d0389f672fb520db2dfbb006313";
src = fetchFromGitHub {
owner = "akinomyoga";
repo = "ble.sh";
rev = "a7eb5d048c381feeae527c66c3e04df376699b4d";
rev = "cd069860fcbb2d0389f672fb520db2dfbb006313";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = true;
sha256 = "sha256-4kWjLLA64y4cNC0/WuIbuvAojCBGFeZYQ7BrXWYY9YU=";
sha256 = "sha256-IGFwqy0IVWDDV9dzIqLtB3Ao7XTNMQ8loFV9a7gTFn0=";
};
date = "2023-11-22";
date = "2023-12-06";
};
instant-nvim-nvfetcher = {
pname = "instant-nvim-nvfetcher";
@ -27,18 +27,6 @@
};
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 = {
pname = "vim-apprentice-nvfetcher";
version = "59ad13661fa15edaf72c62218903c7817b5a3691";

View file

@ -3,10 +3,6 @@
src.git = "https://github.com/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]
src.git = "https://github.com/jreybert/vimagit"
fetch.github = "jreybert/vimagit"