Merge pull request #141488 from TethysSvensson/wasm-bindgen-cli@0.2.78

wasm-bindgen-cli: 0.2.75 -> 0.2.78
This commit is contained in:
figsoda 2021-10-16 13:21:22 -04:00 committed by GitHub
commit 9495d51b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 685 additions and 267 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
rustPlatform.buildRustPackage rec {
pname = "wasm-bindgen-cli";
version = "0.2.75";
version = "0.2.78";
src =
let
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
owner = "rustwasm";
repo = "wasm-bindgen";
rev = version;
hash = "sha256-eRAe6/v0Xrtd1d2k6p0WETZ2vkQkiDRZOds7y0DidY0=";
hash = "sha256-1Z5d4gjZUic6Yrd+O8oLWYpJqAYGcByZYP0H1iInXHA=";
};
in
runCommand "source" { } ''
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security curl ];
nativeBuildInputs = [ pkg-config ];
cargoHash = "sha256-xZrGBRnsBQKvqGkZyU7FQCkx0dHt/hXlrVLSvGKx27k=";
cargoHash = "sha256-RixIEat7EzGzgSQTnPennePpiucmAatrDGhbFSfTajo=";
cargoBuildFlags = [ "-p" pname ];
meta = with lib; {