Merge pull request #240947 from Nutr1t07/patch-1

go-cqhttp: 1.0.1 -> 1.1.0
This commit is contained in:
Pol Dellaiera
2023-07-03 06:49:10 +02:00
committed by GitHub
+3 -3
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=";
hash = "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";