Unverified Commit 4c50bb17 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

go-cqhttp: 1.1.0 -> 1.2.0
parents 4457d526 b21b9d79
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";