Nick Cao
55532b2128
Merge pull request #332357 from r-ryantm/auto-update/flyctl
...
flyctl: 0.2.101 -> 0.2.104
2024-08-05 15:39:13 -04:00
github-actions[bot]
cf88251824
Merge staging-next into staging
2024-08-05 18:01:40 +00:00
Lukas Mertens
81c96815c9
cypress: 13.2.0 -> 13.13.2
2024-08-05 17:31:30 +02:00
Vladimír Čunát
d4720e9c1e
Merge branch 'staging-next' into staging
...
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it) I hope I really got it right.
2024-08-05 11:05:55 +02:00
R. Ryantm
4261d6a801
deno: 1.45.4 -> 1.45.5
2024-08-05 04:01:03 +00:00
R. Ryantm
94d463fd07
flyctl: 0.2.101 -> 0.2.104
2024-08-04 23:44:58 +00:00
Julius Michaelis
6a9beaf893
treewide: skip generating shell completions using $out/bin/… when cross compiling
...
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:
postInstall = ''
installShellCompletion --cmd foo \
--bash <($out/bin/foo completion bash) \
…
This commit just guards those with
lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)
splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Sigmanificient
63d05d989e
pkgs/development: remove unused arguments
2024-08-03 17:18:20 +02:00
github-actions[bot]
78947ebef4
Merge staging-next into staging
2024-08-02 12:01:52 +00:00
Peder Bergebakken Sundt
3850df4e0a
Merge pull request #329346 from honnip/update-deno
...
deno: 1.45.2 -> 1.45.4
2024-08-02 12:48:05 +02:00
github-actions[bot]
bcb5e2eebe
Merge staging-next into staging
2024-07-31 12:01:52 +00:00
edef
0bb48f1732
flyctl: 0.2.94 -> 0.2.101
...
Change-Id: Ic02269f63c2b43af18e0bd432d31621bcaf0d10e
2024-07-30 22:21:12 +00:00
0x4A6F
d9518581b7
Merge pull request #327967 from aduh95/22.5.0-nodejs
...
nodejs_22: 22.4.1 -> 22.5.1
2024-07-29 10:01:59 +02:00
Ivan Trubach
d7f46fbb5c
nodejs: fix tests and disable parallel checking
2024-07-28 23:35:43 +03:00
Honnip
87ba2715ac
deno: 1.45.2 -> 1.45.4
2024-07-27 08:35:22 +09:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Ivan Trubach
3cf3f6ae23
nodejs: allow building for vfpv2
2024-07-26 11:00:33 +03:00
Ivan Trubach
d162d8e50d
nodejs: use ninja for build
...
This change cleans up build inputs and adjusts the build to use ninja.
2024-07-26 11:00:31 +03:00
Karel Kočí
e5906ddfd4
nodejs: fix cross compilation for armv7l
...
The v8 library supports only limited number of build platforms based on
the host architecture. The rule there is the bitness (the mixing of
32bit and 64bit architectures seems to be in most cases disallowed).
Thus this adds usage of the emulator of the host platform and builds
tools for that.
Co-authored-by: Ivan Trubach <mr.trubach@icloud.com>
2024-07-26 10:59:32 +03:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
github-actions[bot]
2567b049bd
Merge master into staging-next
2024-07-25 18:00:59 +00:00
Doron Behar
2c36071c2d
Merge pull request #329662 from bryango/nodejs-finalpackage
...
nodejs: use .finalPackage for ease of overriding
2024-07-25 16:07:22 +03:00
github-actions[bot]
7208220b63
Merge master into staging-next
2024-07-24 18:01:18 +00:00
Bryan Lai
ee9a623f89
nodejs: use .finalPackage for ease of overriding
...
Previously, the nodejs `passthru.pkgs` attribute refers to the package
fixed point derived in the current context, without considering
potential overrides to the main nodejs package.
This is fixed here with the `.finalPackage` attribute, which refers to
the final package fixed point, after potential overrides.
For example, previously, after overriding nodejs with `nodejs.override`,
`nodejs.pkgs` would still refer to the original package, instead of the
overridden one. After this fix, `nodejs.pkgs` would be correctly based
on the overridden `nodejs` package.
2024-07-24 22:09:15 +08:00
Ivan Trubach
90fbf71333
treewide: remove maintainer goibhniu
...
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
R. Ryantm
f51f7f3bd3
flyctl: 0.2.88 -> 0.2.94
2024-07-23 08:18:51 +00:00
Antoine du Hamel
070791fba6
nodejs_22: 22.4.1 -> 22.5.1
2024-07-21 18:40:43 +02:00
Antoine du Hamel
f75d50324f
nodejs: use upstream patch instead of custom one
2024-07-21 18:40:43 +02:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next
2024-07-20 16:12:24 +02:00
R. Ryantm
50336ef94e
minify: 2.20.35 -> 2.20.37
2024-07-19 11:03:35 +00:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
github-actions[bot]
4c086d8ee0
Merge staging-next into staging
2024-07-17 00:03:16 +00:00
Nick Cao
f10c38b8f9
Merge pull request #327728 from r-ryantm/auto-update/function-runner
...
function-runner: 5.1.3 -> 5.1.4
2024-07-16 18:54:01 -04:00
R. Ryantm
205efb6202
function-runner: 5.1.3 -> 5.1.4
2024-07-16 19:48:28 +00:00
Pol Dellaiera
fbb1e53251
Merge pull request #326705 from honnip/update-deno
...
deno: 1.44.4 -> 1.45.2
2024-07-16 21:04:15 +02:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
R. Ryantm
e05605ec41
bun: 1.1.18 -> 1.1.20
2024-07-15 12:09:36 +00:00
github-actions[bot]
31817540ee
Merge staging-next into staging
2024-07-14 18:01:37 +00:00
Sandro
37566db10b
Merge pull request #324811 from fd/init/shopify-cli_3
...
shopify-cli: v2.34.0 -> v3.63.2
2024-07-14 16:18:30 +02:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
R. Ryantm
ccbdc8d409
flyctl: 0.2.79 -> 0.2.88
2024-07-13 22:46:03 +00:00
Honnip
bb72032fc5
deno: 1.44.4 -> 1.45.2
2024-07-13 13:09:59 +09:00
0x4A6F
1f5ab71058
Merge pull request #325621 from aduh95/patch-3
...
nodejs_22: 22.4.0 -> 22.4.1
2024-07-11 15:12:27 +02:00
0x4A6F
d586835ae6
Merge pull request #325620 from aduh95/patch-2
...
nodejs_18: 18.20.3 -> 18.20.4
2024-07-11 15:11:37 +02:00
Simon Menke
c39f1864ba
shopify-cli: v2.34.0 -> v3.63.2
2024-07-11 09:33:42 +02:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Antoine du Hamel
149c046f4d
nodejs_20: 20.15.0 -> 20.15.1 ( #325616 )
2024-07-10 16:17:36 +02:00
R. Ryantm
7da4ed546d
bun: 1.1.17 -> 1.1.18
2024-07-10 13:55:17 +02:00
Emily
d25d9b6a2d
nodejs: disable JS test suite on Darwin
...
This was recently enabled in #313982 . It seems to be much too flaky
on Darwin currently, especially x86; see:
* <https://hydra.nixos.org/build/264860513/nixlog/8 >
* <https://hydra.nixos.org/build/264956149/nixlog/3 >
* <https://hydra.nixos.org/build/265094929/nixlog/3 >
* <https://hydra.nixos.org/build/264901296/nixlog/3 >
Disable these tests on macOS for now as the broken Node.js package
is holding up a lot of builds.
Fixes: b26563aae2
2024-07-09 14:27:05 +01:00
Antoine du Hamel
e11b071dbc
nodejs_22: 22.4.0 -> 22.4.1
2024-07-08 21:05:37 +02:00
Antoine du Hamel
2f1765713f
nodejs_18: 18.20.3 -> 18.20.4
2024-07-08 21:04:26 +02:00
Weijia Wang
fffa384e8b
Merge pull request #262124 from tie/node-darwin-sandbox
...
nodejs: fix sandboxed build on darwin
2024-07-08 15:26:24 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging
2024-07-08 10:43:15 +02:00
David Tchekachev
64438ea517
postman: add deeplink args to desktopItem
2024-07-07 19:03:45 +02:00
Nick Cao
25aebb4c0e
Merge pull request #325234 from r-ryantm/auto-update/minify
...
minify: 2.20.34 -> 2.20.35
2024-07-07 09:58:24 -04:00
R. Ryantm
257f6a6217
minify: 2.20.34 -> 2.20.35
2024-07-07 11:01:06 +00:00
Aleksana
876c66ae25
Merge pull request #323607 from khaneliman/bun
...
bun: fix x86_64-darwin hydra
2024-07-07 15:29:16 +08:00
Ivan Trubach
97240ea0ac
nodejs: add testVersion to passthru.tests
2024-07-06 18:32:37 +03:00
Ivan Trubach
ce685a8422
nodejs: fix sandboxed build on darwin
2024-07-06 18:32:36 +03:00
Ivan Trubach
5bf99d0694
nodejs: remove unused bypass-xcodebuild.diff
2024-07-06 18:30:53 +03:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-06 01:51:14 +02:00
Pol Dellaiera
3dd6684936
Merge pull request #322799 from tie/nodejs-fix-impure-configure
...
nodejs: fix impure configure phase
2024-07-05 11:33:05 +02:00
R. Ryantm
26d0ed145b
function-runner: 5.1.2 -> 5.1.3
2024-07-05 02:53:11 +00:00
Antoine du Hamel
87327df106
nodejs_22: 22.3.0 -> 22.4.0 ( #323982 )
2024-07-04 15:37:37 +02:00
github-actions[bot]
e14242d985
Merge staging-next into staging
2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next
2024-07-04 12:01:10 +00:00
Anderson Torres
10e11b9615
nodejs: remove cko from maintainers
...
Since theey is not active anymore.
2024-07-04 01:00:41 +02:00
github-actions[bot]
d449302be6
Merge staging-next into staging
2024-07-03 18:01:32 +00:00
Ivan Trubach
1404cb5c7b
nodejs_22: fix missing /bin/bash in tests
2024-07-03 19:51:06 +03:00
Ivan Trubach
bb3a488046
nodejs_22: fix build with openssl 3.0.14
2024-07-03 19:51:05 +03:00
github-actions[bot]
a14cd5e592
Merge staging-next into staging
2024-07-03 09:25:17 +00:00
github-actions[bot]
6c668cb3e5
Merge master into staging-next
2024-07-03 09:24:52 +00:00
R. Ryantm
30e90f2230
flyctl: 0.2.75 -> 0.2.79
2024-07-03 05:29:35 +00:00
github-actions[bot]
5cfda25a07
Merge staging-next into staging
2024-07-02 12:01:51 +00:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
K900
7c1177c514
nodejs_18: pin to Python 3.11, fix tests with OpenSSL 3.0.14
2024-07-02 11:34:21 +03:00
Jan Tojnar
5c5c20919b
adwaita-icon-theme: Move from gnome scope to top-level
...
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
github-actions[bot]
716005516a
Merge staging-next into staging
2024-07-01 00:03:27 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Austin Horstman
c5435f8253
bun: fix x86_64-darwin hydra
...
Hydra uses rosetta2 for compilation which doesn't support AVX2. Default
source for x86 darwin to non AVX2 support. Users can override source if
they really want AVX2.
2024-06-30 10:02:16 -05:00
Ivan Trubach
f2f7ea87e8
nodejs: fix impure configure phase
...
When running configurePhase from impure build environment (i.e. nix
develop), default ./configure script was selecting wrong, impure Python
installation.
d57af10d1b/configure (L7-L15)
2024-06-30 09:54:32 +03:00
Nick Cao
e650e23dd8
flyctl: fix cross compilation
2024-06-29 11:22:28 -04:00
Antoine du Hamel
a54099c1b8
nodejs_18: 18.20.2 -> 18.20.3 ( #316262 )
2024-06-28 11:52:39 +02:00
github-actions[bot]
6d0b2daaa6
Merge staging-next into staging
2024-06-28 00:02:38 +00:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
Weijia Wang
67b9159f90
Merge pull request #319521 from r-ryantm/auto-update/bootstrap-studio
...
bootstrap-studio: 6.7.0 -> 6.7.2
2024-06-28 00:42:49 +02:00
github-actions[bot]
cc87e64fff
Merge staging-next into staging
2024-06-27 18:01:37 +00:00
github-actions[bot]
1bfaa6d6e1
Merge master into staging-next
2024-06-27 18:01:13 +00:00
R. Ryantm
ef3b725431
flyctl: 0.2.72 -> 0.2.75
2024-06-27 04:32:20 +00:00
github-actions[bot]
d9d9535e36
Merge staging-next into staging
2024-06-26 12:01:40 +00:00
github-actions[bot]
cf7e625161
Merge master into staging-next
2024-06-26 12:01:11 +00:00
Antoine du Hamel
92bc04eae7
nodejs_20: 20.14.0 -> 20.15.0 ( #321292 )
2024-06-26 13:45:32 +02:00
Weijia Wang
5ce587fd64
Merge pull request #290110 from r-ryantm/auto-update/minify
...
minify: 2.20.16 -> 2.20.34
2024-06-26 10:53:49 +02:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next
2024-06-25 18:01:20 +00:00
diogomdp
166a63579d
bun: 1.1.15 -> 1.1.17
2024-06-25 08:59:00 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Sergei Trofimovich
e568a6f0e4
nodejs: backport openssl fixes
...
Without the change `nodejs` fails on staging as:
Failed tests:
out/Release/node /build/node-v20.12.2/test/parallel/test-http2-https-fallback.js
out/Release/node /build/node-v20.12.2/test/parallel/test-http2-server-unknown-protocol.js
out/Release/node /build/node-v20.12.2/test/parallel/test-tls-alpn-server-client.js
2024-06-22 18:22:54 +01:00
Nick Cao
6553473774
Merge pull request #321402 from r-ryantm/auto-update/function-runner
...
function-runner: 5.1.0 -> 5.1.2
2024-06-21 17:41:30 -04:00
Pol Dellaiera
acfed98a3b
Merge pull request #321383 from r-ryantm/auto-update/deno
...
deno: 1.44.3 -> 1.44.4
2024-06-21 22:28:46 +02:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
R. Ryantm
ce0391cfc2
function-runner: 5.1.0 -> 5.1.2
2024-06-21 02:48:55 +00:00
R. Ryantm
26eaf316ee
deno: 1.44.3 -> 1.44.4
2024-06-21 00:44:08 +00:00
Diogo
ec06e1a580
bun: 1.1.14 -> 1.1.15
2024-06-20 09:48:24 +01:00
Martin Weinelt
af4cfc1e0f
Merge remote-tracking branch 'origin/staging-next' into staging
2024-06-19 23:28:26 +02:00
superherointj
ab35d52e8a
Merge pull request #320968 from honnip/update-deno
...
deno: 1.44.2 -> 1.44.3
2024-06-19 09:41:44 -03:00
Diogo
be91973b10
bun: add diogomdp as a maintainer
2024-06-19 11:25:00 +00:00
Diogo
cf779236cd
bun: 1.1.13 -> 1.1.14
...
https://bun.sh/blog/bun-v1.1.14
2024-06-19 11:21:30 +00:00
Honnip
4fe52693f4
deno: 1.44.2 -> 1.44.3
2024-06-19 17:32:21 +09:00
Antoine du Hamel
892f509d6c
nodejs_20: 20.12.2 -> 20.14.0 ( #316258 )
2024-06-19 10:20:22 +02:00
Raghav Sood
af4cd5b00e
flyctl: 0.2.71 -> 0.2.72
2024-06-19 11:37:45 +08:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Raghav Sood
539c2b0977
Merge pull request #320705 from RaghavSood/flyctl/0.2.71
...
flyctl: 0.2.69 -> 0.2.71
2024-06-18 21:00:43 +08:00
Raghav Sood
fc0b2f8051
flyctl: 0.2.69 -> 0.2.71
2024-06-18 15:33:06 +08:00
Raghav Sood
3022e36db0
flyctl: do not run tests with the flags used by the build
2024-06-18 15:33:05 +08:00
superherointj
0ab9c9aa87
Merge pull request #320244 from r-ryantm/auto-update/nodejs-slim_22
...
nodejs-slim_22: 22.2.0 -> 22.3.0
2024-06-18 02:24:13 -03:00
R. Ryantm
ba59b79291
minify: 2.20.16 -> 2.20.34
2024-06-17 22:13:53 +00:00
Nick Cao
ffdfcd923e
Merge pull request #317957 from r-ryantm/auto-update/bun
...
bun: 1.1.10 -> 1.1.13
2024-06-17 17:07:41 -04:00
Pol Dellaiera
118fc4a41f
Merge pull request #319970 from honnip/update-deno
...
deno: 1.43.6 -> 1.44.2
2024-06-17 21:51:50 +02:00
R. Ryantm
dd1ea8f307
nodejs-slim_22: 22.2.0 -> 22.3.0
2024-06-16 11:48:32 +00:00
Honnip
f2e2f92866
deno: 1.43.6 -> 1.44.2
2024-06-15 13:11:48 +09:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging
2024-06-14 18:01:39 +00:00
R. Ryantm
01aed33c91
bun: 1.1.10 -> 1.1.13
2024-06-14 15:58:54 +00:00
Raghav Sood
ad237c6748
flyctl: 0.2.66 -> 0.2.69
2024-06-14 20:16:49 +08:00
github-actions[bot]
5bcad2c689
Merge staging-next into staging
2024-06-13 18:02:02 +00:00
R. Ryantm
d18b83e955
bootstrap-studio: 6.7.0 -> 6.7.2
2024-06-13 08:41:04 +00:00
R. Ryantm
107bfb2530
function-runner: 5.0.0 -> 5.1.0
2024-06-13 01:48:00 +00:00
github-actions[bot]
aacd9cf894
Merge staging-next into staging
2024-06-13 00:02:48 +00:00
Jan Tojnar
7987842fec
Merge pull request #318589 from jtojnar/u-s-v-ignore-same
...
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-13 00:41:07 +02:00
github-actions[bot]
da355608e2
Merge staging-next into staging
2024-06-12 12:01:37 +00:00
Peder Bergebakken Sundt
4bf63184e2
Merge pull request #308949 from amarshall/librusty_v8-source-provenance
...
treewide: mark packages using librusty_v8 as binaryNativeCode
2024-06-12 12:46:47 +02:00
github-actions[bot]
ad67554387
Merge staging-next into staging
2024-06-12 00:02:37 +00:00
R. Ryantm
03fa5453b8
newman: 6.1.2 -> 6.1.3
2024-06-11 03:35:47 +00:00
github-actions[bot]
f0eb9d7e68
Merge staging-next into staging
2024-06-11 00:02:35 +00:00
R. Ryantm
c6448fb371
flyctl: 0.2.65 -> 0.2.66
2024-06-10 19:05:31 +00:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging
2024-06-10 00:02:49 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Jan Tojnar
0421c816ba
treewide: Simplify use of update-source-version
...
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
github-actions[bot]
b2a2212322
Merge staging-next into staging
2024-06-08 06:01:41 +00:00
R. Ryantm
81641e04a0
edge-runtime: 1.53.3 -> 1.53.4
2024-06-07 05:26:09 +00:00
github-actions[bot]
de14da0244
Merge staging-next into staging
2024-06-06 18:01:23 +00:00
Raghav Sood
ac668b976b
flyctl: remove passthru updateScript
2024-06-06 21:12:22 +08:00
Raghav Sood
78d46ba137
flyctl: 0.2.58 -> 0.2.65
2024-06-06 21:11:51 +08:00
superherointj
60f8a6cf20
Merge pull request #316691 from superherointj/nodejs-add-bash-completion
...
nodejs: add bash shell completion
2024-06-04 17:54:14 -03:00
github-actions[bot]
f12893b626
Merge staging-next into staging
2024-06-03 00:02:47 +00:00
Pol Dellaiera
7a06d037d3
Merge pull request #316560 from r-ryantm/auto-update/bootstrap-studio
...
bootstrap-studio: 6.6.1 -> 6.7.0
2024-06-02 23:16:36 +02:00
superherointj
f8d01a8da3
nodejs: add bash shell completion
...
Fixes #316507
2024-06-02 17:24:18 -03:00
Bastien Riviere
40c9def80e
remove 'babariviere' as a maintainer
2024-06-02 18:49:26 +02:00
R. Ryantm
a96c5a9f5b
bootstrap-studio: 6.6.1 -> 6.7.0
2024-06-02 01:49:19 +00:00
github-actions[bot]
db4424f74a
Merge staging-next into staging
2024-06-02 00:03:11 +00:00
éclairevoyant
aa22306b95
Merge pull request #316432 from teutat3s/maintain-pkgs
...
maintainers: add teutat3s to matrix team + several packages
2024-06-01 18:05:26 +00:00
github-actions[bot]
d0dda2ee26
Merge staging-next into staging
2024-06-01 18:01:33 +00:00
teutat3s
d406425bd0
flyctl: add teutat3s to maintainers
2024-06-01 15:46:37 +02:00
Nick Cao
b9b7401c3d
Merge pull request #316054 from r-ryantm/auto-update/bun
...
bun: 1.1.9 -> 1.1.10
2024-06-01 09:29:18 -04:00
github-actions[bot]
d84394f4f3
Merge staging-next into staging
2024-06-01 12:01:37 +00:00
OTABI Tomoya
47c8db8ace
Merge pull request #314179 from r-ryantm/auto-update/deno
...
deno: 1.43.5 -> 1.43.6
2024-06-01 18:32:20 +09:00
Linus Heckemann
7c6316456a
Merge pull request #313982 from aduh95/nodejs-jstest
...
nodejs: run JS test suite as part of the checks
2024-05-31 17:34:33 +02:00
R. Ryantm
fb713bf76e
bun: 1.1.9 -> 1.1.10
2024-05-31 02:21:09 +00:00
Yt
7e248660d9
Merge pull request #316013 from r-ryantm/auto-update/edge-runtime
...
edge-runtime: 1.53.2 -> 1.53.3
2024-05-31 01:09:41 +00:00
R. Ryantm
a604ae5663
edge-runtime: 1.53.2 -> 1.53.3
2024-05-30 22:45:18 +00:00
Linus Heckemann
77c55f9a5c
Merge pull request #314017 from aduh95/volunteer-as-maintainer
...
maintainers: add aduh95
2024-05-30 17:22:27 +02:00
isabel
63aceac766
treewide: remove unused occurence of fetchFromGitHub argument
2024-05-30 05:56:07 +00:00
Antoine du Hamel
b26563aae2
nodejs: run JS test suite as part of the checks
2024-05-29 19:26:08 +02:00
Antoine du Hamel
d2cac0ee1b
maintainers: add aduh95
2024-05-29 16:09:02 +02:00
Matthias Beyer
1266f3820e
Merge pull request #314423 from r-ryantm/auto-update/bun
...
bun: 1.1.8 -> 1.1.9
2024-05-26 14:04:40 +02:00
Aleksana
7b1e0230a0
Merge pull request #307571 from DataHearth/update/app/insomnia-8.6.1-9.0.0
...
insomnia: 8.6.1 -> 9.0.0
2024-05-25 13:04:20 +08:00
Yt
cf01be49ab
Merge pull request #314379 from r-ryantm/auto-update/edge-runtime
...
edge-runtime: 1.53.1 -> 1.53.2
2024-05-25 01:58:21 +00:00
Raghav Sood
a3a2b3a004
flyctl: 0.2.55 -> 0.2.58
2024-05-25 08:17:18 +08:00
R. Ryantm
bdd2f439c6
bun: 1.1.8 -> 1.1.9
2024-05-24 23:19:59 +00:00
R. Ryantm
32d5e854a0
edge-runtime: 1.53.1 -> 1.53.2
2024-05-24 20:47:46 +00:00
R. Ryantm
751d091040
deno: 1.43.5 -> 1.43.6
2024-05-24 04:08:50 +00:00
Sigmanificient
203a48ad35
pkgs/development: remove unused fetchpatch arguments
2024-05-24 02:53:57 +02:00
Indexyz
2c4b8f1193
edge-runtime: 1.14.0 -> 1.53.1
2024-05-23 17:34:21 +08:00
OTABI Tomoya
b303181d17
Merge pull request #311217 from r-ryantm/auto-update/deno
...
deno: 1.43.1 -> 1.43.5
2024-05-21 17:40:12 +09:00
Raghav Sood
3bec059006
flyctl: buildGo122Module -> buildGoModule
2024-05-21 10:59:56 +08:00
Raghav Sood
54a85a69a5
flyctl: add updateScript
2024-05-20 23:01:20 +08:00
Raghav Sood
df4c4e9183
flyctl: add RaghavSood as maintainer
2024-05-20 22:57:14 +08:00
Raghav Sood
b57260da32
flyctl: 0.2.52 -> 0.2.55
2024-05-20 22:53:09 +08:00
R. Ryantm
431ae11b25
deno: 1.43.1 -> 1.43.5
2024-05-19 02:41:54 +00:00
Mario Rodas
ad05f5e1ab
Merge pull request #308614 from Chaostheorie/cobalt.rocks/nodejs-22.1.0
...
nodejs_22: 22.0.0 -> 22.1.0
2024-05-16 08:04:45 -05:00
Mario Rodas
c4cb8c8421
nodejs_22: 22.1.0 -> 22.2.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v22.2.0
2024-05-16 04:20:00 +00:00
Franz Pletz
1bbef37309
Merge pull request #311445 from csyankovskyi/update-postman
...
postman: 10.23.5 -> 11.1.0
2024-05-14 14:06:33 +02:00
Atemu
b4047a0455
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
...
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14 09:59:43 +02:00
aprilthepink
0d1ef1a839
bun: 1.1.7 -> 1.1.8
2024-05-14 03:32:40 +02:00
csyankovskyi
b88607fa3d
postman: 10.23.5 -> 11.1.0
2024-05-13 23:21:51 +03:00
Martino Fontana
6e465f4550
treewide: fix use of extraPkgs
in AppImages
...
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.
Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
Martino Fontana
bea50e5f6e
treewide: remove multiArch=false
from buildFHSEnv
usages
...
Cleanup after the work of #240860 .
Also preventing new packages to copy from outdated ones.
2024-05-13 20:32:47 +02:00
Andrew Marshall
5e9508802d
treewide: mark librusty_v8 as binaryNativeCode
...
As it is.
2024-05-11 09:28:13 -04:00
Andrew Marshall
97faf3a16d
edge-runtime: remove comment incorrectly indicating auto-generated
...
As far as I can tell, this is not auto-generated here, and was copied
from `deno/librusty_v8.nix` without also copying its updateScript.
2024-05-11 09:28:13 -04:00
Tricia Tan
40bed46305
flyctl: 0.2.51 -> 0.2.52
2024-05-11 17:37:15 +08:00
Raghav Sood
f33d36cfc5
flyctl: 0.2.46 -> 0.2.51
2024-05-09 11:41:41 +08:00
R. Ryantm
d4af44bfa3
bun: 1.1.6 -> 1.1.7
2024-05-06 09:13:48 +00:00
Pol Dellaiera
8c6d5332c4
Merge pull request #309226 from r-ryantm/auto-update/deno
...
deno: 1.42.4 -> 1.43.1
2024-05-05 21:42:53 +02:00
R. Ryantm
48e7553441
deno: 1.42.4 -> 1.43.1
2024-05-05 08:45:05 +00:00
R. Ryantm
350aa158bb
ihp-new: 1.2.0 -> 1.3.0
2024-05-05 01:07:53 +00:00
DataHearth
aac727eef0
insomnia: 8.6.1 -> 9.0.0
2024-05-04 22:16:50 +02:00
DataHearth
be0cfacc2e
maintainers: update datahearth fingerprints
2024-05-04 22:16:44 +02:00