Commit Graph

905 Commits

Author SHA1 Message Date
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
R. RyanTM
2beb9146fe flyctl: 0.0.154 -> 0.0.161 2021-01-18 19:01:50 +00:00
Mario Rodas
154937e415 nodejs-15_x: 15.5.1 -> 15.6.0
https://github.com/nodejs/node/releases/tag/v15.6.0
2021-01-16 07:07:43 -05: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
Mario Rodas
dac1b3228b nodejs-15_x: 15.5.0 -> 15.5.1
https://github.com/nodejs/node/releases/tag/v15.5.1
2021-01-05 16:23:00 -05:00
Mario Rodas
b8d7691ebe nodejs-14_x: 14.15.3 -> 14.15.4
https://github.com/nodejs/node/releases/tag/v14.15.4
2021-01-05 16:22:00 -05:00
Mario Rodas
9536e4745d nodejs-12_x: 12.20.0 -> 12.20.1
https://github.com/nodejs/node/releases/tag/v12.20.1
2021-01-05 16:21:00 -05:00
Mario Rodas
c68ee8362c nodejs-10_x: 10.23.0 -> 10.23.1
https://github.com/nodejs/node/releases/tag/v10.23.1
2021-01-05 16:20:00 -05:00
John Ericson
5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00: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
Peter Hoeg
4fc53b59ae lucky-cli: 0.24 -> 0.25 2020-12-28 16:21:23 +08:00
Mario Rodas
9a6de99845 nodejs-15_x: 15.4.0 -> 15.5.0
https://github.com/nodejs/node/releases/tag/v15.5.0
2020-12-22 14:02:00 -05:00
Mario Rodas
4bd7582cb2 nodejs-14_x: 14.15.1 -> 14.15.3
+ https://github.com/nodejs/node/releases/tag/v14.15.2
+ https://github.com/nodejs/node/releases/tag/v14.15.3
2020-12-17 04:20:00 +00:00
Mario Rodas
13b0ce0180
Merge pull request #106859 from r-ryantm/auto-update/nodejs
nodejs-15_x: 15.3.0 -> 15.4.0
2020-12-13 20:46:15 -05:00
R. RyanTM
0a81ee52f7 nodejs-15_x: 15.3.0 -> 15.4.0 2020-12-13 23:19:45 +00:00
Mario Rodas
101244ed5f
Merge pull request #106707 from r-ryantm/auto-update/insomnia
insomnia: 2020.5.1 -> 2020.5.2
2020-12-13 16:05:51 -05:00
R. RyanTM
2d52070858 insomnia: 2020.5.1 -> 2020.5.2 2020-12-12 04:33:09 +00:00
R. RyanTM
42c1f577bb flyctl: 0.0.153 -> 0.0.154 2020-12-11 18:30:06 +00:00
Sandro
9e135af77b
Merge pull request #106158 from sternenseemann/kore-4.0.0
kore: 3.3.1 → 4.0.1
2020-12-08 05:48:25 +01:00
Ollie Charles
1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
sternenseemann
48c9cc1659 kore: 3.3.1 → 4.0.1 2020-12-07 11:50:20 +01:00
R. RyanTM
d98fa2ee8a insomnia: 2020.4.2 -> 2020.5.1 2020-12-06 00:19:15 +00:00
R. RyanTM
7090e2e57e flyctl: 0.0.151 -> 0.0.153 2020-12-04 12:03:00 +00:00
Sander van der Burg
bbfc913c6a nodejs: apply patch that allows packages with native dependencies to compile again on darwin by bypassing xcodebuild 2020-12-04 00:41:21 +01:00
Sandro
1963b5cd83
Merge pull request #103251 from mtrsk/update-insomnia
insomnia: 7.1.1 -> core@2020.4.2
2020-12-02 09:51:02 +01:00
R. RyanTM
ed368f0ffd flyctl: 0.0.150 -> 0.0.151 2020-12-02 01:58:48 +00:00
R. RyanTM
f229e92f8d postman: 7.34.0 -> 7.36.0 2020-11-29 08:58:53 +00:00
kolaente
f7b9d90413
cypress: 5.3.0 -> 6.0.0 2020-11-28 16:55:00 +01:00
Marcos Benevides
d6678ac9b4 insomnia: 7.1.1 -> core@2020.4.2 2020-11-27 10:39:32 -03:00
Mario Rodas
46f22701be nodejs-15_x: 15.2.1 -> 15.3.0
https://github.com/nodejs/node/releases/tag/v15.3.0
2020-11-24 18:01:00 -05:00
Mario Rodas
50f6a123e5 nodejs-12_x: 12.19.1 -> 12.20.0
https://github.com/nodejs/node/releases/tag/v12.20.0
2020-11-24 18:00:00 -05:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Sandro
640cc2d499
Merge pull request #102753 from freezeboy/update-newman
newman: 5.2.0 -> 5.2.1
2020-11-23 12:01:44 +01:00
R. RyanTM
783b1c491a flyctl: 0.0.149 -> 0.0.150 2020-11-21 20:50:42 +00:00
Timo Kaufmann
31c3d39866
Merge pull request #103995 from 06kellyjac/deno_1.5.3
deno: 1.5.2 -> 1.5.3
2020-11-20 12:51:28 +01:00
Mario Rodas
04a1bb706c
Merge pull request #104239 from marsam/update-nodejs
nodejs: 12.19.0 -> 12.19.1, 14.15.0 -> 14.15.1
2020-11-19 20:36:09 -05:00
Christoph Hrdinka
1567cf815a
Merge pull request #104007 from bhpdt/f/woff2
woff2: use canonical prefixes
2020-11-19 08:53:03 +01:00
R. RyanTM
92e49dda61 nodejs-15_x: 15.2.0 -> 15.2.1 2020-11-19 01:50:44 +00:00
Mario Rodas
fde2e63769 nodejs-14_x: 14.15.0 -> 14.15.1
https://github.com/nodejs/node/releases/tag/v12.19.1
2020-11-18 04:20:00 +00:00
Mario Rodas
8540c1c3b3 nodejs-12_x: 12.19.0 -> 12.19.1
https://github.com/nodejs/node/releases/tag/v12.19.1
2020-11-17 23:20:00 -05:00
bhpdt
c2d85c30ae woff2: use canonical prefixes
When building with a native stdenv, which wraps CC, we need to resolve nix store
symlinks when building woff2.
2020-11-16 18:42:48 -05:00
06kellyjac
b320df0d5b deno: 1.5.2 -> 1.5.3 2020-11-16 19:54:39 +00:00
R. RyanTM
e542a2d22e flyctl: 0.0.146 -> 0.0.149 2020-11-15 04:50:11 +00:00
Mario Rodas
4a75e48888
Merge pull request #103405 from r-ryantm/auto-update/flyctl
flyctl: 0.0.145 -> 0.0.146
2020-11-11 03:51:56 -05:00
R. RyanTM
9d408eb834 flyctl: 0.0.145 -> 0.0.146 2020-11-11 06:17:34 +00:00
Mario Rodas
bae1a8a889 nodejs-15_x: 15.1.0 -> 15.2.0
https://github.com/nodejs/node/releases/tag/v15.2.0
2020-11-10 18:00:00 -05:00