chore: update blesh in nvfetcher
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/258/head
teutat3s 2023-10-09 21:11:31 +02:00
parent 45edd17782
commit 2501d4a145
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 4 additions and 4 deletions

View File

@ -3,17 +3,17 @@
{ {
blesh-nvfetcher = { blesh-nvfetcher = {
pname = "blesh-nvfetcher"; pname = "blesh-nvfetcher";
version = "4089c4e1cb411121472180189953664b978d8972"; version = "9d84b424daf31b192891c06275fff316fa5ddd35";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "akinomyoga"; owner = "akinomyoga";
repo = "ble.sh"; repo = "ble.sh";
rev = "4089c4e1cb411121472180189953664b978d8972"; rev = "9d84b424daf31b192891c06275fff316fa5ddd35";
fetchSubmodules = true; fetchSubmodules = true;
deepClone = false; deepClone = false;
leaveDotGit = true; leaveDotGit = true;
sha256 = "sha256-ZLkiBm3vsRe42crLffM9Z8F5yzKvNRV2/AqK9RkuU+8="; sha256 = "sha256-7aX5UtDB9pUHHeOi9n+qWsM2KGenHVL6O18vG9W8tmQ=";
}; };
date = "2023-07-18"; date = "2023-10-02";
}; };
instant-nvim-nvfetcher = { instant-nvim-nvfetcher = {
pname = "instant-nvim-nvfetcher"; pname = "instant-nvim-nvfetcher";