about summary refs log tree commit diff
path: root/pkgs/servers/go-cqhttp
diff options
context:
space:
mode:
authorAnillc <i@anillc.cn>2023-03-18 13:05:46 +0800
committerAnillc <i@anillc.cn>2023-03-18 14:19:55 +0800
commitdecdea95b6aa125b79f2b92305f3aaafc11048bc (patch)
treea70aed495696549d4b6d15a36b577e573261744a /pkgs/servers/go-cqhttp
parentc1329a147a5fc2bb49367f6c2cd84bdfeccade43 (diff)
go-cqhttp: 1.0.0-rc4 -> 1.0.0-rc5
Diffstat (limited to 'pkgs/servers/go-cqhttp')
-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 c6ab0a6addc9c..0c33359772015 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-rc4";
+  version = "1.0.0-rc5";
 
   src = fetchFromGitHub {
     owner = "Mrs4s";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-7TWKd0y8yBi2piKBCUZFeo3swtC/SteRtXXRv7Ojajs=";
+    sha256 = "sha256-t9R1hnd0LzLYn2EiX6JOpbVuhyrWJUB0FYikP2g1CYs=";
   };
 
-  vendorSha256 = "sha256-Oz/4bazhNnkf26YJ4H7c7d7vNzIJxG2OG0BJOiHBY7Y=";
+  vendorSha256 = "sha256-4j1CRRaHzjvFus+djR9tJU4vVY4g34o8V1owz7hi4qI=";
 
   meta = with lib; {
     description = "The Golang implementation of OneBot based on Mirai and MiraiGo";