mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
wasm-bindgen-cli_0_2_120: init at 0.2.120
This commit is contained in:
parent
2c7fdaab0d
commit
db9449b57e
1 changed files with 19 additions and 0 deletions
19
pkgs/by-name/wa/wasm-bindgen-cli_0_2_120/package.nix
Normal file
19
pkgs/by-name/wa/wasm-bindgen-cli_0_2_120/package.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
buildWasmBindgenCli,
|
||||
fetchCrate,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
buildWasmBindgenCli rec {
|
||||
src = fetchCrate {
|
||||
pname = "wasm-bindgen-cli";
|
||||
version = "0.2.120";
|
||||
hash = "sha256-Dkkx8Bhfk+y/jEz9Fzwytmv2N3Gj/7ST+5MlPRzzetU=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit src;
|
||||
inherit (src) pname version;
|
||||
hash = "sha256-5Zu/Sh9aBMxB+KGC1MHWJAQ8PuE40M6lsenkpFEwJ6A=";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue