From 9fc425ed88b4c87cecac5b3bb4d7f7ba99f8e340 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 13 Dec 2025 21:17:34 +0100 Subject: [PATCH] wasm-bindgen-cli_0_2_106: init at 0.2.106 --- .../wa/wasm-bindgen-cli_0_2_106/package.nix | 19 +++++++++++++++++++ pkgs/top-level/aliases.nix | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 pkgs/by-name/wa/wasm-bindgen-cli_0_2_106/package.nix diff --git a/pkgs/by-name/wa/wasm-bindgen-cli_0_2_106/package.nix b/pkgs/by-name/wa/wasm-bindgen-cli_0_2_106/package.nix new file mode 100644 index 000000000000..dac40d2dc032 --- /dev/null +++ b/pkgs/by-name/wa/wasm-bindgen-cli_0_2_106/package.nix @@ -0,0 +1,19 @@ +{ + buildWasmBindgenCli, + fetchCrate, + rustPlatform, +}: + +buildWasmBindgenCli rec { + src = fetchCrate { + pname = "wasm-bindgen-cli"; + version = "0.2.106"; + hash = "sha256-M6WuGl7EruNopHZbqBpucu4RWz44/MSdv6f0zkYw+44="; + }; + + cargoDeps = rustPlatform.fetchCargoVendor { + inherit src; + inherit (src) pname version; + hash = "sha256-ElDatyOwdKwHg3bNH/1pcxKI7LXkhsotlDPQjiLHBwA="; + }; +} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index e5ac6a1cec8a..11835fe7c457 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1669,7 +1669,7 @@ mapAliases { warmux = throw "'warmux' has been removed as it is unmaintained and broken"; # Added 2025-11-03 warsow = throw "'warsow' has been removed as it is unmaintained and is broken"; # Added 2025-10-09 warsow-engine = throw "'warsow-engine' has been removed as it is unmaintained and is broken"; # Added 2025-10-09 - wasm-bindgen-cli = wasm-bindgen-cli_0_2_105; + wasm-bindgen-cli = wasm-bindgen-cli_0_2_106; wasm-strip = throw "'wasm-strip' has been removed due to upstream deprecation. Use 'wabt' instead."; # Added 2025-11-06 wavebox = throw "'wavebox' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-24 wavm = throw "wavm has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-10