Skip to content

Commit 77bc7d1

Browse files
committed
llonebot 6.6.1 -> 6.6.3
1 parent 5ba797e commit 77bc7d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/sources.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ ... }:
22
{
33
# Updated by ./update.sh - do not update manually!
4-
# Last updated: 2025-11-16.
4+
# Last updated: 2025-11-17.
55

66
# ./update.sh pmhq 2.0.0
77
pmhq_version = "5.5.0";
@@ -10,7 +10,7 @@
1010
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v5.5.0/pmhq-linux-arm64.zip";
1111
pmhq_arm64_hash = "sha256-lgLYlImPARAlZAGxJS1CIUcw7EJTq326lzjY0ySs7DE=";
1212
# ./update.sh llonebot 4.4.1
13-
llonebot_version = "6.6.1";
14-
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v6.6.1/LLOneBot.zip";
15-
llonebot_hash = "sha256-41jmDFRG3GRjhdHboHLWtnbspAAAgUrfJvW217vp4SY=";
13+
llonebot_version = "6.6.3";
14+
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v6.6.3/LLOneBot.zip";
15+
llonebot_hash = "sha256-1jPnyuTCHpRlqCfP3emkUYE36DgtNGNzObUjF2/bup8=";
1616
}

0 commit comments

Comments
 (0)