Merge pull request #260269 from r-ryantm/auto-update/go-cqhttp

go-cqhttp: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2023-10-11 10:15:58 -04:00 committed by GitHub
commit 4c50bb1763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";