tidb: 8.5.5 -> 8.5.6 (#512510)
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
buildGo125Module (finalAttrs: {
|
||||
pname = "tidb";
|
||||
version = "8.5.5";
|
||||
version = "8.5.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pingcap";
|
||||
repo = "tidb";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-wrCdclS9qpc0mq5QZ6u5/APZyOTWvCJNCPCzM385MBM=";
|
||||
hash = "sha256-sQ5hialileLC/ZpXoy5zfSnLZAL1I4aiiQf+y5LPIK8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-7g8U0gbG46AC4h1SyOTKKuNc5eVRqJsimzshj4O5FYw=";
|
||||
vendorHash = "sha256-YJ47tC1pp+hDMIiKyzROypk+zX76r+c5O9qD2OkVmgw=";
|
||||
|
||||
ldflags = [
|
||||
"-X github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=${finalAttrs.version}"
|
||||
|
||||
Reference in New Issue
Block a user