Merge pull request #179267 from mstone/wasm-bindgen-cli-0.2.81

wasm-bindgen-cli: 0.2.80 -> 0.2.81
This commit is contained in:
Bobby Rong 2022-07-02 20:03:41 +08:00 committed by GitHub
commit 1c0eb6898e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
rustPlatform.buildRustPackage rec {
pname = "wasm-bindgen-cli";
version = "0.2.80";
version = "0.2.81";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-f3XRVuK892TE6xP7eq3aKpl9d3fnOFxLh+/K59iWPAg=";
sha256 = "sha256-DUcY22b9+PD6RD53CwcoB+ynGulYTEYjkkonDNeLbGM=";
};
cargoSha256 = "sha256-WJ5hPw2mzZB+GMoqo3orhl4fCFYKWXOWqaFj1EMrb2Q=";
cargoSha256 = "sha256-mfVQ6rSzCgwYrN9WwydEpkm6k0E3302Kfs/LaGzRSHE=";
nativeBuildInputs = [ pkg-config ];