Commit Graph

65 Commits

Author SHA1 Message Date
R. RyanTM
d254f71fee deno: 1.14.3 -> 1.15.0 2021-10-13 00:59:23 +00:00
R. RyanTM
9ffb86d9df deno: 1.14.2 -> 1.14.3 2021-10-05 00:53:54 +00:00
R. RyanTM
01d12be5e9 deno: 1.14.1 -> 1.14.2 2021-09-29 01:05:19 +00:00
R. RyanTM
0e4230f1bd deno: 1.14.0 -> 1.14.1 2021-09-22 04:31:43 +00:00
R. RyanTM
507dcc10b2 deno: 1.13.2 -> 1.14.0 2021-09-15 09:51:53 +00:00
R. RyanTM
bd51f857d8 deno: 1.13.1 -> 1.13.2 2021-08-24 03:26:31 +00:00
R. RyanTM
a7767ed766 deno: 1.13.0 -> 1.13.1 2021-08-17 03:18:52 +00:00
R. RyanTM
e8f74e7926 deno: 1.12.2 -> 1.13.0 2021-08-10 23:58:24 +00:00
R. RyanTM
bf22d079ed deno: 1.12.1 -> 1.12.2 2021-07-27 00:22:02 +00:00
R. RyanTM
f0e45bd897 deno: 1.12.0 -> 1.12.1 2021-07-20 15:36:05 +00:00
06kellyjac
9caefab5aa deno: 1.11.5 -> 1.12.0 2021-07-13 15:46:24 +01:00
06kellyjac
83d46e6d23 deno: 1.11.4 -> 1.11.5 2021-07-07 12:23:29 +01:00
06kellyjac
1122506bc4 deno: 1.11.3 -> 1.11.4 2021-07-07 12:23:28 +01:00
06kellyjac
55017c2277 deno: 1.11.2 -> 1.11.3 2021-06-29 21:54:54 +01:00
06kellyjac
55cc140922 deno: 1.11.1 -> 1.11.2 2021-06-21 22:02:13 +01:00
06kellyjac
a58e5facde deno: 1.11.0 -> 1.11.1 2021-06-16 08:48:46 +01:00
R. RyanTM
c374fd03ff deno: 1.10.3 -> 1.11.0 2021-06-09 04:00:20 +00:00
R. RyanTM
c89224c2d3 deno: 1.10.2 -> 1.10.3 2021-06-01 08:00:51 +00:00
Stéphan Kochen
706cdcf598 deno: fix darwin build 2021-05-18 20:34:32 -07:00
R. RyanTM
9c6a26b734 deno: 1.10.1 -> 1.10.2 2021-05-18 02:22:43 +00:00
06kellyjac
3b36371ccd deno: 1.9.2 -> 1.10.1 2021-05-12 14:52:48 +01:00
06kellyjac
aad770e2a0 deno: 1.9.1 -> 1.9.2 2021-04-23 19:02:56 +01:00
06kellyjac
1d86d9e37c deno: add libiconv as a darwin dependency 2021-04-22 09:39:23 +01:00
06kellyjac
59522944d0 deno: 1.9.0 -> 1.9.1 2021-04-21 08:23:05 +01:00
06kellyjac
8c57f22324 deno: 1.8.3 -> 1.9.0 2021-04-13 20:24:59 +01:00
06kellyjac
f4593abda0 deno: 1.8.2 -> 1.8.3 2021-04-04 12:18:18 +01:00
06kellyjac
9d23d2c5f3 deno: 1.8.1 -> 1.8.2 2021-03-22 00:16:07 +00:00
Mario Rodas
58bcc97dc2 deno: fix build on darwin 2021-03-14 04:20:00 +00:00
06kellyjac
d45cf406a4 deno: 1.8.0 -> 1.8.1 2021-03-13 11:08:06 +00:00
06kellyjac
c034a1412b deno: update update script to changed deno 2021-03-12 19:34:26 +00:00
06kellyjac
9611f03177 deno: make it easier to override librusty_v8 2021-03-12 19:15:56 +00:00
06kellyjac
dd50d1df59 deno: 1.6.3 -> 1.8.0
Added aarch64-darwin as it's been manually complied and added to
releases since 0.14.0

Removed fetchSubmodules as it couldn't fetch wpt at detached commit
a51d36327febebc8634d7b523a7e620f4ebdbf26. Doesn't seem required for much
other than testing.

Added installCheckPhase

Moved the librusty_v8 stuff within the preBuild phase and changed the
names

Skipped 1.7.X releases as there wasn't an aarch64-linux release of
librusty_v8.a available
2021-03-12 10:15:53 +00:00
Ben Siraphob
2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07: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
06kellyjac
40ce61a7b8 deno: 1.6.2 -> 1.6.3 2021-01-01 14:59:52 +00:00
06kellyjac
41b9393e49 deno: 1.6.1 -> 1.6.2 2021-01-01 10:41:00 +00:00
06kellyjac
ba9896ea68 deno: 1.6.0 -> 1.6.1 2021-01-01 10:41:00 +00:00
06kellyjac
3db6bba700 deno: 1.5.4 -> 1.6.0 2021-01-01 10:41:00 +00:00
06kellyjac
68e0f805cd deno: 1.5.3 -> 1.5.4 2021-01-01 10:41:00 +00:00
06kellyjac
b320df0d5b deno: 1.5.2 -> 1.5.3 2020-11-16 19:54:39 +00:00
06kellyjac
24ff3949b0 deno: move to new installShellCompletion style 2020-11-09 21:36:07 +00:00
06kellyjac
e50d10b4aa deno: 1.5.1 -> 1.5.2 2020-11-09 20:00:47 +00:00
06kellyjac
3c82813240 deno: 1.5.0 -> 1.5.1 2020-11-02 09:30:17 +00:00
06kellyjac
2b354c77e9 deno: 1.4.0 -> 1.5.0 2020-10-27 19:53:32 +00:00
06kellyjac
cb58110703 deno: 1.3.3 -> 1.4.0 2020-10-27 19:53:32 +00:00
06kellyjac
a857d5c4b2 deno: remove test bin and lib 2020-10-27 19:53:32 +00:00
06kellyjac
0cf63fde21 deno: 1.3.2 -> 1.3.3 2020-09-05 12:51:09 +00:00
06kellyjac
85bf59e44a deno: 1.3.1 -> 1.3.2 2020-08-30 11:23:09 -07:00
06kellyjac
01c32e49a9 deno: avoid nix-prefetch error
nix-prefetch is failing with an error containing
'allow-unsafe-native-code-during-evaluation'.
This change avoids and handles this error so the update still used.

This isn't intended as a permanent fix but it works for now.
2020-08-21 23:08:15 +01:00
06kellyjac
3fbad3ec7a deno: 1.3.0 -> 1.3.1 2020-08-21 22:15:54 +01:00