Skip to content

Commit d4d6c8a

Browse files
committed
pmhq 5.2.0 -> 5.2.1
1 parent 6bd1381 commit d4d6c8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package/sources.nix

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

66
# ./update.sh pmhq 2.0.0
7-
pmhq_version = "5.2.0";
8-
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v5.2.0/pmhq-linux-x64.zip";
9-
pmhq_amd64_hash = "sha256-JlSpuXB41B5h1MxcERqruq/79OzUInp0xiqLnJuOqQ4=";
10-
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v5.2.0/pmhq-linux-arm64.zip";
11-
pmhq_arm64_hash = "sha256-fTvXP7cCe5ofwjbfy7tiQluV1xRT5A1tJhiXe2EcOmY=";
7+
pmhq_version = "5.2.1";
8+
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v5.2.1/pmhq-linux-x64.zip";
9+
pmhq_amd64_hash = "sha256-QIJNwF/NTNl7RhRosMavtX20w9SYuBUVJAnovrvxB6I=";
10+
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v5.2.1/pmhq-linux-arm64.zip";
11+
pmhq_arm64_hash = "sha256-yNy1AX1MgkcNBZF3C9MvDHpZwQ48XYhiVi6QDZCOX+Y=";
1212
# ./update.sh llonebot 4.4.1
1313
llonebot_version = "ull";
1414
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/vull/LLOneBot.zip";

0 commit comments

Comments
 (0)