Skip to content

Commit aea3e45

Browse files
committed
pmhq 7.3.0 -> 7.3.1
1 parent d5e333e commit aea3e45

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-03-16.
4+
# Last updated: 2026-03-29.
55

66
# ./update.sh pmhq 2.0.0
7-
pmhq_version = "7.3.0";
8-
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v7.3.0/pmhq-linux-x64.zip";
9-
pmhq_amd64_hash = "sha256-YtQlyDTZUyX3aR/6BzDvNN+h3YDngbGSsRVWe4LdJA0=";
10-
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v7.3.0/pmhq-linux-arm64.zip";
11-
pmhq_arm64_hash = "sha256-pkO3P+7JPeIHnpovd1i8GBFfa536WiSa2rIELVxzRrQ=";
7+
pmhq_version = "7.3.1";
8+
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v7.3.1/pmhq-linux-x64.zip";
9+
pmhq_amd64_hash = "sha256-pDPkqz79ePAvLPbsG7omVh/kRlBb1GLCVlKeUNoDTgA=";
10+
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v7.3.1/pmhq-linux-arm64.zip";
11+
pmhq_arm64_hash = "sha256-lDKNl4L+aeRGFMnooJrY7A3v0mX6p4m6d2dKwdLz0gU=";
1212
# ./update.sh llonebot 4.4.1
1313
llonebot_version = "7.11.0";
1414
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v7.11.0/LLBot.zip";

0 commit comments

Comments
 (0)