wasm-bindgen-cli: 0.2.82 -> 0.2.83 (#194122)

This commit is contained in:
Max Niederman 2022-10-03 04:17:10 -07:00 committed by GitHub
parent dbf1d73cd1
commit 0d722e8e1b
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.82";
version = "0.2.83";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-BQ8v3rCLUvyCCdxo5U+NHh30l9Jwvk9Sz8YQv6fa0SU=";
sha256 = "sha256-+PWxeRL5MkIfJtfN3/DjaDlqRgBgWZMa6dBt1Q+lpd0=";
};
cargoSha256 = "sha256-mP85+qi2KA0GieaBzbrQOBqYxBZNRJipvd2brCRGyOM=";
cargoSha256 = "sha256-GwLeA6xLt7I+NzRaqjwVpt1pzRex1/snq30DPv4FR+g=";
nativeBuildInputs = [ pkg-config ];