Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

go-cqhttp: 1.1.0 -> 1.2.0

authored by Nick Cao and committed by GitHub 4c50bb17 4457d526

+3 -3
+3 -3
pkgs/servers/go-cqhttp/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "go-cqhttp"; 8 - version = "1.1.0"; 8 + version = "1.2.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "Mrs4s"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-/nmPiB2BHltguAJFHCvtS3oh/BttEH75GhgSa25cI3s="; 14 + hash = "sha256-mKenmsGdVg60zjVMTfbEtqtPcJdJo60Nz6IUQ9RB7j0="; 15 15 }; 16 16 17 - vendorHash = "sha256-Oqig/qtdGFO2/t7vvkApqdNhjNnYzEavNpyneAMa10k="; 17 + vendorHash = "sha256-YNARh25xrcPGvhhXzYmg3CsWwzvXq44uWt0S1PjRVdM="; 18 18 19 19 meta = with lib; { 20 20 description = "The Golang implementation of OneBot based on Mirai and MiraiGo";