Loading pkgs/by-name/wa/wasm-bindgen-cli_0_2_117/package.nix 0 → 100644 +19 −0 Original line number Diff line number Diff line { buildWasmBindgenCli, fetchCrate, rustPlatform, }: buildWasmBindgenCli rec { src = fetchCrate { pname = "wasm-bindgen-cli"; version = "0.2.117"; hash = "sha256-vtDQXL8FSgdutqXG7/rBUWgrYCtzdmeVQQkWkjasvZU="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit src; inherit (src) pname version; hash = "sha256-eKe7uwneUYxejSbG/1hKqg6bSmtL0KQ9ojlazeqTi88="; }; } pkgs/top-level/aliases.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2085,7 +2085,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_114; wasm-bindgen-cli = wasm-bindgen-cli_0_2_117; 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 Loading Loading
pkgs/by-name/wa/wasm-bindgen-cli_0_2_117/package.nix 0 → 100644 +19 −0 Original line number Diff line number Diff line { buildWasmBindgenCli, fetchCrate, rustPlatform, }: buildWasmBindgenCli rec { src = fetchCrate { pname = "wasm-bindgen-cli"; version = "0.2.117"; hash = "sha256-vtDQXL8FSgdutqXG7/rBUWgrYCtzdmeVQQkWkjasvZU="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit src; inherit (src) pname version; hash = "sha256-eKe7uwneUYxejSbG/1hKqg6bSmtL0KQ9ojlazeqTi88="; }; }
pkgs/top-level/aliases.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2085,7 +2085,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_114; wasm-bindgen-cli = wasm-bindgen-cli_0_2_117; 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 Loading