Commit graph

19 commits

Author SHA1 Message Date
Mario Rodas fd58db2656
wabt: 1.0.20 -> 1.0.23 (#117548) 2021-03-25 20:21:16 +01: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
Stephan Renatus fccd10f426 wabt: 1.0.19 -> 1.0.20
For some unknown reason, the version built here reports
itself as 1.0.13 (e.g. in `wasm-objdump --version`).

That is unfortunate, but seems to match what happened in
the release binaries published on github:
- https://github.com/WebAssembly/wabt/releases/tag/1.0.20
  these report 1.0.13 for me, too, on macos.
- https://github.com/WebAssembly/wabt/issues/1463

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2020-11-14 13:52:34 +01:00
Maximilian Bosch 7b17579b8b
wabt: 1.0.18 -> 1.0.19
https://github.com/WebAssembly/wabt/releases/tag/1.0.19
2020-07-22 15:29:03 +02:00
Maximilian Bosch 3f18f9b5c3
wabt: 1.0.16 -> 1.0.18
https://github.com/WebAssembly/wabt/releases/tag/1.0.18
https://github.com/WebAssembly/wabt/releases/tag/1.0.17
2020-07-17 15:55:58 +02:00
Maximilian Bosch 3e66d4e12e
wabt: 1.0.14 -> 1.0.16
https://github.com/WebAssembly/wabt/releases/tag/1.0.16
2020-05-20 22:19:06 +02:00
Edmund Wu 3ae7502199
wabt: fix patch hash 2020-05-16 12:56:31 -04:00
Edmund Wu 436c1540bd
wabt: include necessary build files for wasm2c 2020-05-07 13:03:48 -04:00
Maximilian Bosch 19d2c0601b
wabt: 1.0.13 -> 1.0.14
https://github.com/WebAssembly/wabt/releases/tag/1.0.14
2020-05-05 22:39:39 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch ac65998957
wabt: 1.0.12 -> 1.0.13
https://github.com/WebAssembly/wabt/releases/tag/1.0.13
2020-01-17 23:58:02 +01:00
Mario Rodas b289915b37
wabt: 1.0.11 -> 1.0.12 2019-09-28 04:20:00 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 3f9cc039f0 wabt: 1.0.10 -> 1.0.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wabt/versions
2019-05-13 04:41:54 -07:00
R. RyanTM 6bf7123e9e wabt: 1.0.8 -> 1.0.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wabt/versions
2019-03-12 02:38:52 -07:00
R. RyanTM 68b6efbce9 wabt: 1.0.6 -> 1.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wabt/versions
2019-01-26 17:39:14 -08:00
John Wiegley 8a7cd00597
wabt: Allow building on Darwin as well 2018-10-22 15:32:09 -07:00
Léo Gaspard 55e222430f
wabt: 1.0.5 -> 1.0.6 2018-10-15 00:42:29 +09:00
Léo Gaspard 1bc48e63fd wabt: init at 1.0.5 2018-08-23 21:28:54 -07:00