fix: correct cargoHash for mcp-gateway

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-05-06 11:42:13 +03:00
parent 11d05e83f9
commit a4c31e0e99

View File

@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-7IALz7hOnCeKtiEm8b3M7v5oy4hw173viyhNeqQIhTI="; hash = "sha256-7IALz7hOnCeKtiEm8b3M7v5oy4hw173viyhNeqQIhTI=";
}; };
cargoHash = "sha256-t72gblzTwZDGkrbK8Otose1yg32JxMwe/7aQk8oNH+Q="; cargoHash = "sha256-B5HRETFryzLqQhdIqRFj0apZS0wMggW2MHE2VsbB22Y=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];