core: nvfetcher updates
This commit is contained in:
parent
b51f20a512
commit
c12b2571d9
|
@ -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,
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue