Unverified Commit 0d722e8e authored by Max Niederman's avatar Max Niederman Committed by GitHub
Browse files

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

parent dbf1d73c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];