Commit Graph

21 Commits

Author SHA1 Message Date
Ivan Petkov
5ab7121e8c
wasm-pack: 0.12.0 -> 0.12.1 2023-06-27 15:48:12 -07:00
Nick Cao
388f53c717
wasm-pack: 0.11.1 -> 0.12.0
Diff: https://github.com/rustwasm/wasm-pack/compare/v0.11.1...v0.12.0
2023-06-22 10:18:08 +08:00
Ivan Petkov
fa2aea6c5a
wasm-pack: 0.11.0 -> 0.11.1 2023-05-15 15:01:22 -07:00
R. Ryantm
a8db9c88eb wasm-pack: 0.10.3 -> 0.11.0 2023-03-23 05:42:01 +00:00
R. Ryantm
f148e26048 wasm-pack: 0.10.2 -> 0.10.3 2022-07-31 05:53:30 +00:00
R. Ryantm
2b45ece87b wasm-pack: 0.10.1 -> 0.10.2 2021-12-30 22:11:31 -08:00
Sandro Jäckel
8c4d06ee0a
wasm-pack: 0.9.1 -> 0.10.1 2021-09-20 21:38:53 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Masanori Ogino
3daad69057 wasm-pack: update deps
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-24 20:57:07 +09:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple
c3794a2e55 wasm-pack: upgrade cargo fetcher and cargoSha256 2020-02-29 11:02:45 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
David Leung
e6b2d88b2a wasm-pack: 0.8.1 -> 0.9.1 2020-02-12 11:24:24 +01:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Mario Rodas
58de4286d3
wasm-pack: fix build on darwin 2019-08-07 21:52:01 -05:00
Kevin Cox
bd78d55f5a
wasm-pack: Update hash.
The previous hash was generated on aarch64. Due to https://github.com/NixOS/nixpkgs/issues/60668 the hash is different on different platforms. I am updating to use the x86_64-linux hash to fix building on hydra.
2019-05-03 21:04:37 +01:00
David Leung
419b7c6bbd
wasm-pack: init at 0.8.1
wasm-pack is a workflow tool maintained by the Rust and WebAssembly
Working Group to make working with Rust-generated WebAssembly packages
easier to work with.
2019-04-11 06:40:39 +08:00