go-cqhttp: 1.0.1 -> 1.1.0

This commit is contained in:
u2x1 2023-07-02 00:52:40 +08:00 committed by GitHub
parent 271adaedcb
commit 2a319ab3d3
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.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "Mrs4s";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Vc/k4mb1JramT2l+zu9zZQa65gP5XvgqUEQgle1vX8w=";
sha256 = "sha256-/nmPiB2BHltguAJFHCvtS3oh/BttEH75GhgSa25cI3s=";
};
vendorSha256 = "sha256-tAvo96hIWxkt3rrrPH5fDKwfwuc76Ze0r55R/ZssU4s=";
vendorSha256 = "sha256-Oqig/qtdGFO2/t7vvkApqdNhjNnYzEavNpyneAMa10k=";
meta = with lib; {
description = "The Golang implementation of OneBot based on Mirai and MiraiGo";