about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-04-15 21:51:18 +0800
committerGitHub <noreply@github.com>2023-04-15 21:51:18 +0800
commitcb5037e55476c5fb3b9ee5f6c28da535cc390824 (patch)
treea231d1923034a86e82cda3be873939984ddf6524 /pkgs/servers
parentab82a89414ddc48f9eda40bcd9bfd600b1546bae (diff)
parent0b23bcb80700be664de766332c29bbf105e69d46 (diff)
Merge pull request #226241 from Ruixi-rebirth/go-cqhttp
 go-cqhttp: 1.0.0-rc5 -> 1.0.1
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/go-cqhttp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/go-cqhttp/default.nix b/pkgs/servers/go-cqhttp/default.nix
index 0c33359772015..2829924decf72 100644
--- a/pkgs/servers/go-cqhttp/default.nix
+++ b/pkgs/servers/go-cqhttp/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "go-cqhttp";
-  version = "1.0.0-rc5";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "Mrs4s";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-t9R1hnd0LzLYn2EiX6JOpbVuhyrWJUB0FYikP2g1CYs=";
+    sha256 = "sha256-Vc/k4mb1JramT2l+zu9zZQa65gP5XvgqUEQgle1vX8w=";
   };
 
-  vendorSha256 = "sha256-4j1CRRaHzjvFus+djR9tJU4vVY4g34o8V1owz7hi4qI=";
+  vendorSha256 = "sha256-tAvo96hIWxkt3rrrPH5fDKwfwuc76Ze0r55R/ZssU4s=";
 
   meta = with lib; {
     description = "The Golang implementation of OneBot based on Mirai and MiraiGo";