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

authored by Max Niederman and committed by GitHub 0d722e8e dbf1d73c

+3 -3
+3 -3
pkgs/development/tools/wasm-bindgen-cli/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "wasm-bindgen-cli"; 15 - version = "0.2.82"; 16 17 src = fetchCrate { 18 inherit pname version; 19 - sha256 = "sha256-BQ8v3rCLUvyCCdxo5U+NHh30l9Jwvk9Sz8YQv6fa0SU="; 20 }; 21 22 - cargoSha256 = "sha256-mP85+qi2KA0GieaBzbrQOBqYxBZNRJipvd2brCRGyOM="; 23 24 nativeBuildInputs = [ pkg-config ]; 25
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "wasm-bindgen-cli"; 15 + version = "0.2.83"; 16 17 src = fetchCrate { 18 inherit pname version; 19 + sha256 = "sha256-+PWxeRL5MkIfJtfN3/DjaDlqRgBgWZMa6dBt1Q+lpd0="; 20 }; 21 22 + cargoSha256 = "sha256-GwLeA6xLt7I+NzRaqjwVpt1pzRex1/snq30DPv4FR+g="; 23 24 nativeBuildInputs = [ pkg-config ]; 25