wasm-bindgen-cli: 0.2.55 -> 0.2.56

https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.56
This commit is contained in:
Maximilian Bosch 2019-12-20 19:19:06 +01:00
parent 61ea3fe475
commit 4a6c8d5c27
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
2 changed files with 385 additions and 259 deletions

View File

@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wasm-bindgen-cli"; pname = "wasm-bindgen-cli";
version = "0.2.55"; version = "0.2.56";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rustwasm"; owner = "rustwasm";
repo = "wasm-bindgen"; repo = "wasm-bindgen";
rev = version; rev = version;
sha256 = "13pcfrdf3nk4mrc7lqpz9qjdh7gfpqf849iywcyjk3f9y8sm46ii"; sha256 = "0fmwcv192zyplxp26r9amb4zf7qf8150rd6k39sdi60lxp1dx76p";
}; };
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security curl ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security curl ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
cargoSha256 = "0mpq40llddqj7syi07pfhr48kndx35f1hyf5pvx5zdnfz29a924v"; cargoSha256 = "0xn6sa1gc62gqf8zfn9b4zs2g58diixflxdvflygk5y55bp3rjcy";
cargoPatches = [ ./0001-Add-cargo.lock-for-0.2.55.patch ]; cargoPatches = [ ./0001-Add-cargo.lock.patch ];
cargoBuildFlags = [ "-p" pname ]; cargoBuildFlags = [ "-p" pname ];
meta = with lib; { meta = with lib; {