fix: correct cargoHash for mcp-gateway
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
|
||||
hash = "sha256-7IALz7hOnCeKtiEm8b3M7v5oy4hw173viyhNeqQIhTI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-t72gblzTwZDGkrbK8Otose1yg32JxMwe/7aQk8oNH+Q=";
|
||||
cargoHash = "sha256-B5HRETFryzLqQhdIqRFj0apZS0wMggW2MHE2VsbB22Y=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user