Skip to content

Commit 71bba24

Browse files
committed
pmhq 6.0.0 -> 7.0.2
1 parent ab5cabd commit 71bba24

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: 2026-01-02.
4+
# Last updated: 2026-01-06.
55

66
# ./update.sh pmhq 2.0.0
7-
pmhq_version = "6.0.0";
8-
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v6.0.0/pmhq-linux-x64.zip";
9-
pmhq_amd64_hash = "sha256-tlQXzgrzIqygwqh0xAUcP2ksqVFvN+41JLSlCgOckM8=";
10-
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v6.0.0/pmhq-linux-arm64.zip";
11-
pmhq_arm64_hash = "sha256-sdZjKoWGL4Yod/FRKdKHerTNLzufOyr/E7YFNy27bIk=";
7+
pmhq_version = "7.0.2";
8+
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v7.0.2/pmhq-linux-x64.zip";
9+
pmhq_amd64_hash = "sha256-RWnTWNK29hdBALXByayzCdgOqSZv2lQ5Jmfj+TUSQPA=";
10+
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v7.0.2/pmhq-linux-arm64.zip";
11+
pmhq_arm64_hash = "sha256-QXAcKCPeptePeaUsXghHALBK34phQESZ4t8pFAKuzAw=";
1212
# ./update.sh llonebot 4.4.1
1313
llonebot_version = "7.4.0";
1414
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v7.4.0/LLBot.zip";

0 commit comments

Comments
 (0)