go-cqhttp: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2023-10-10 17:30:14 +00:00
parent 98156cb838
commit b21b9d7956
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go-cqhttp";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "Mrs4s";
repo = pname;
rev = "v${version}";
hash = "sha256-/nmPiB2BHltguAJFHCvtS3oh/BttEH75GhgSa25cI3s=";
hash = "sha256-mKenmsGdVg60zjVMTfbEtqtPcJdJo60Nz6IUQ9RB7j0=";
};
vendorHash = "sha256-Oqig/qtdGFO2/t7vvkApqdNhjNnYzEavNpyneAMa10k=";
vendorHash = "sha256-YNARh25xrcPGvhhXzYmg3CsWwzvXq44uWt0S1PjRVdM=";
meta = with lib; {
description = "The Golang implementation of OneBot based on Mirai and MiraiGo";