Skip to content

Commit 345a793

Browse files
llonebot 7.0.1 -> 7.1.3
Signed-off-by: initialencounter <[email protected]>
1 parent d4d6c8a commit 345a793

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-12-14.
4+
# Last updated: 2025-12-15.
55

66
# ./update.sh pmhq 2.0.0
77
pmhq_version = "5.2.1";
@@ -10,7 +10,7 @@
1010
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v5.2.1/pmhq-linux-arm64.zip";
1111
pmhq_arm64_hash = "sha256-yNy1AX1MgkcNBZF3C9MvDHpZwQ48XYhiVi6QDZCOX+Y=";
1212
# ./update.sh llonebot 4.4.1
13-
llonebot_version = "ull";
14-
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/vull/LLOneBot.zip";
15-
llonebot_hash = "";
13+
llonebot_version = "7.1.3";
14+
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v7.1.3/LLOneBot.zip";
15+
llonebot_hash = "sha256-CUoqjsmcuGc6I6evf27+qhq/k7vddyf3xRBJJVlteBg=";
1616
}

0 commit comments

Comments
 (0)