Skip to content

Commit bf5acfd

Browse files
pmhq 2.0.3 -> 2.1.1
1 parent e5c7ba1 commit bf5acfd

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,13 +1,13 @@
11
{ ... }: {
22
# Updated by ./update.sh - do not update manually!
3-
# Last updated: 2025-07-04.
3+
# Last updated: 2025-07-05.
44

55
# ./update.sh pmhq 2.0.0
6-
pmhq_version = "2.0.3";
7-
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v2.0.3/pmhq-linux-x64.zip";
8-
pmhq_amd64_hash = "sha256-LszocLPaC6Ql+q9YpcbEXg2NLaVC3V8vjoiEtmgPFSY=";
9-
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v2.0.3/pmhq-linux-arm64.zip";
10-
pmhq_arm64_hash = "sha256-ZBJsYBIacKd6q//Vj0NoThZymJWKqSt06fBp+Q1lcys=";
6+
pmhq_version = "2.1.1";
7+
pmhq_amd64_url = "https://github.com/linyuchen/PMHQ/releases/download/v2.1.1/pmhq-linux-x64.zip";
8+
pmhq_amd64_hash = "sha256-nzX2FrY52JD1mzh5GLAteZqo6reJ3pwp1BSR+zb2+9Q=";
9+
pmhq_arm64_url = "https://github.com/linyuchen/PMHQ/releases/download/v2.1.1/pmhq-linux-arm64.zip";
10+
pmhq_arm64_hash = "sha256-I30JGaCiuPS6YOB84C54MUY2f25A6H2fCiRCoSnZh1U=";
1111
# ./update.sh llonebot 4.4.1
1212
llonebot_version = "5.2.2";
1313
llonebot_url = "https://github.com/LLOneBot/LLOneBot/releases/download/v5.2.2/LLOneBot.zip";

0 commit comments

Comments
 (0)