core: nvfetcher updates

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

View File

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