Commit Graph

3162 Commits

Author SHA1 Message Date
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
Cobalt
8a9a1e6369 nodejs_22: 22.0.0 -> 22.1.0
Update to current nodejs 22.1.0 release.
This release notably include a node compile cache and multiple bug fixes.
Release note: https://github.com/nodejs/node/releases/tag/v22.1.0
2024-05-02 20:27:36 +02:00
Vladimír Čunát
725f48a252 Merge branch 'master' into staging-next 2024-05-02 09:05:49 +02:00
superherointj
afbb7ba885 flyctl: remove nested with from meta 2024-05-01 16:46:52 -03:00
Raghav Sood
13b3715cfb flyctl: 0.2.40 -> 0.2.46 2024-05-02 02:35:33 +08:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
R. Ryantm
b5c86f0819 bun: 1.1.4 -> 1.1.6 2024-04-29 02:48:59 +00:00
github-actions[bot]
24c668d7e0 Merge master into staging-next 2024-04-29 00:02:23 +00:00
Tobias Pflug
be5f1347c7 Remove 'gilligan' as maintainer 2024-04-28 20:54:02 +02:00
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44:19 +02:00
Weijia Wang
536cecef16 Merge pull request #304600 from r-ryantm/auto-update/deno
deno: 1.42.3 -> 1.42.4
2024-04-27 03:19:17 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Vladimír Čunát
d157c07324 Merge branch 'master' into staging-next 2024-04-25 20:43:34 +02:00
github-actions[bot]
d0efe40740 Merge master into staging-next 2024-04-25 06:01:20 +00:00
Mario Rodas
6b78a94909 Merge pull request #306612 from marsam/add-nodejs_22
nodejs_22: init at 22.0.0
2024-04-24 23:43:26 -05:00
github-actions[bot]
05273cc291 Merge master into staging-next 2024-04-25 00:02:07 +00:00
Atemu
2432c6b829 Merge pull request #271071 from pbsds/wrapAppImage-pname-redux
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24 21:48:19 +02:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Mario Rodas
12c19fa317 nodejs_21: drop
Node.js 21 reachs EOL in 2024-06-01
2024-04-24 04:20:00 +00:00
Mario Rodas
ba733f8000 nodejs_22: init at 22.0.0
Changelog: https://github.com/nodejs/node/releases/tag/v22.0.0
2024-04-24 04:20:00 +00:00
github-actions[bot]
3fc84a9b46 Merge staging-next into staging 2024-04-21 18:01:29 +00:00
Alan Pearce
7bdfdda1ad flyctl: 0.2.25 -> 0.2.40
https://github.com/superfly/flyctl/releases/tag/v0.2.40
2024-04-20 22:38:12 +02:00
github-actions[bot]
183a214e9e Merge staging-next into staging 2024-04-19 12:01:41 +00:00
Vladimír Čunát
8c0c955a09 Merge branch 'master' into staging-next 2024-04-19 07:52:28 +02:00
Weijia Wang
aca645b924 Merge pull request #303751 from r-ryantm/auto-update/function-runner
function-runner: 4.2.0 -> 5.0.0
2024-04-18 21:10:48 +02:00
github-actions[bot]
ae22f8403a Merge master into staging-next 2024-04-18 18:00:58 +00:00
R. Ryantm
d05592ea7e bun: 1.1.3 -> 1.1.4 2024-04-17 23:25:13 +00:00
github-actions[bot]
b1f0a79f07 Merge staging-next into staging 2024-04-18 18:01:29 +00:00
Lily Foster
4a6511fb98 nodejs: make buildNpmPackage git dep lockfile fixup fail gracefully when no lockfile exists and git deps forced
Some git dependencies with install scripts might genuinely have no
declared dependencies of their own and thus theoretically should be able
to build without a lockfile. Making the lockfile fixup fail gracefully
instead of fatally when `forceGitDeps = true` is on allows those
packages to work.
2024-04-17 14:47:16 -05:00
R. Ryantm
b2eca02a0a deno: 1.42.3 -> 1.42.4 2024-04-16 17:53:27 +00:00
github-actions[bot]
4908c48bf5 Merge master into staging-next 2024-04-15 12:01:00 +00:00
Mario Rodas
f8b0835980 nodejs_18: 18.20.1 -> 18.20.2
Changelog: https://github.com/nodejs/node/releases/tag/v18.20.2
2024-04-15 04:20:00 +00:00
Mario Rodas
655ba31901 nodejs_20: 20.12.1 -> 20.12.2
Changelog: https://github.com/nodejs/node/releases/tag/v20.12.2
2024-04-15 04:20:00 +00:00
R. Ryantm
8d1292cd49 nodejs-slim_21: 21.7.2 -> 21.7.3 2024-04-13 19:00:19 +00:00
Weijia Wang
f3a1652b09 Merge branch 'master' into staging-next 2024-04-13 19:10:53 +02:00
Nick Cao
e546289ea9 Merge pull request #303584 from r-ryantm/auto-update/bun
bun: 1.1.2 -> 1.1.3
2024-04-13 11:18:54 -04:00
R. Ryantm
6dacda3207 function-runner: 4.2.0 -> 5.0.0 2024-04-13 00:56:22 +00:00