core: nvfetcher updates

This commit is contained in:
Benjamin Yule Bädorf 2024-03-10 22:23:53 +01:00
parent b51f20a512
commit c12b2571d9
Signed by: b12f
GPG key ID: 729956E1124F8F26
2 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@
}, },
"blesh-nvfetcher": { "blesh-nvfetcher": {
"cargoLocks": null, "cargoLocks": null,
"date": "2024-02-01", "date": "2024-02-06",
"extract": null, "extract": null,
"name": "blesh-nvfetcher", "name": "blesh-nvfetcher",
"passthru": null, "passthru": null,
@ -32,11 +32,11 @@
"name": null, "name": null,
"owner": "akinomyoga", "owner": "akinomyoga",
"repo": "ble.sh", "repo": "ble.sh",
"rev": "838b465269f5aff81c67933f7692d97bf0be5ada", "rev": "27e6309ef2344d37a6cec49f37b958c70f660472",
"sha256": "sha256-UGplHXxZf7Hr3pr6p5YWlLaskhMoq2QuZqGVXJN1Qck=", "sha256": "sha256-Mp/oay4jDpA2UFUpsxaSbgw0gMDtSzVvWezhZ2SOW/E=",
"type": "github" "type": "github"
}, },
"version": "838b465269f5aff81c67933f7692d97bf0be5ada" "version": "27e6309ef2344d37a6cec49f37b958c70f660472"
}, },
"instant-nvim-nvfetcher": { "instant-nvim-nvfetcher": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -16,17 +16,17 @@
}; };
blesh-nvfetcher = { blesh-nvfetcher = {
pname = "blesh-nvfetcher"; pname = "blesh-nvfetcher";
version = "838b465269f5aff81c67933f7692d97bf0be5ada"; version = "27e6309ef2344d37a6cec49f37b958c70f660472";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "akinomyoga"; owner = "akinomyoga";
repo = "ble.sh"; repo = "ble.sh";
rev = "838b465269f5aff81c67933f7692d97bf0be5ada"; rev = "27e6309ef2344d37a6cec49f37b958c70f660472";
fetchSubmodules = true; fetchSubmodules = true;
deepClone = false; deepClone = false;
leaveDotGit = true; leaveDotGit = true;
sha256 = "sha256-UGplHXxZf7Hr3pr6p5YWlLaskhMoq2QuZqGVXJN1Qck="; sha256 = "sha256-Mp/oay4jDpA2UFUpsxaSbgw0gMDtSzVvWezhZ2SOW/E=";
}; };
date = "2024-02-01"; date = "2024-02-06";
}; };
instant-nvim-nvfetcher = { instant-nvim-nvfetcher = {
pname = "instant-nvim-nvfetcher"; pname = "instant-nvim-nvfetcher";