Skip to content

Commit 6f32456

Browse files
committed
llonebot 6.5.2 -> 6.5.3
1 parent ed78a94 commit 6f32456

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-10-24.
4+
# Last updated: 2025-10-25.
55

66
# ./update.sh pmhq 2.0.0
77
pmhq_version = "4.3.0";
@@ -10,7 +10,7 @@
1010
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v4.3.0/pmhq-linux-arm64.zip";
1111
pmhq_arm64_hash = "sha256-L/NE+pgDV31fCj1XtIHkfwYTx5q/F2Oy/oVzXZ8ujB8=";
1212
# ./update.sh llonebot 4.4.1
13-
llonebot_version = "6.5.2";
14-
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v6.5.2/LLOneBot.zip";
15-
llonebot_hash = "sha256-LUcKBJj7iFu8s4k2TZZXZdROzerhyqaHZ/YihHAd/E8=";
13+
llonebot_version = "6.5.3";
14+
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v6.5.3/LLOneBot.zip";
15+
llonebot_hash = "sha256-4lDr50cPUeqIrghmWX8EEmmrPf8Dz/jpkFE521Oke/k=";
1616
}

0 commit comments

Comments
 (0)