Commit graph

530020 commits

Author SHA1 Message Date
Weijia Wang 1e411c5516
Merge pull request #256510 from jzbor/uutils-coreutils-noprefix
uutils-coreutils-noprefix: init at 0.0.20
2023-09-28 11:52:07 +02:00
Yureka a4a1616950 electron_{25,26}: default to source-built version on linux 2023-09-28 11:44:17 +02:00
Yureka b006049b42 chromium: changes required for electron 2023-09-28 11:44:17 +02:00
Yureka ea1779a2ae electron-source.electron_26: init at 26.2.3 2023-09-28 11:44:17 +02:00
Vladimír Čunát b2a7b75dbb
Merge #257629: thunderbird*: 115.2.3 -> 115.3.0 2023-09-28 11:43:10 +02:00
Doron Behar b6bc4fd51d
Merge pull request #257662 from doronbehar/pkg/perlnavigator
perlnavigator: 0.6.0 -> 0.6.3
2023-09-28 09:29:03 +00:00
Doron Behar c6f7654c08
Merge pull request #257379 from dotlambda/ical2orgpy-0.5
ical2orgpy: 0.4.0 -> 0.5
2023-09-28 08:45:06 +00:00
Doron Behar 8de702af90
Merge pull request #256326 from doronbehar/pkg/tortoisehg
tortoisehg: Add qt5.qtwayland support
2023-09-28 08:44:38 +00:00
markuskowa 7e0e86fe35
Merge pull request #257718 from markuskowa/upd-mopac
mopac: 22.0.6 -> 22.1.0
2023-09-28 10:23:28 +02:00
Mario Rodas 37935d21f9
Merge pull request #257781 from r-ryantm/auto-update/containerlab
containerlab: 0.44.3 -> 0.45.1
2023-09-28 03:14:56 -05:00
Mario Rodas 7746c0ff01
Merge pull request #257778 from marsam/update-esbuild
esbuild: 0.19.3 -> 0.19.4
2023-09-28 03:14:26 -05:00
Mario Rodas 25b9f4d2b6
Merge pull request #255116 from adamcstephens/lxd/udev-container
systemd: allow udev-trigger to run on lxd containers with nesting
2023-09-28 02:17:27 -05:00
R. Ryantm 2885fdbdea containerlab: 0.44.3 -> 0.45.1 2023-09-28 06:55:32 +00:00
Matthias Beyer a9f6c4e42d
Merge pull request #257724 from figsoda/nextest
cargo-nextest: 0.9.58 -> 0.9.59
2023-09-28 08:34:12 +02:00
Mario Rodas 70e21424ed
Merge pull request #257746 from r-ryantm/auto-update/vale
vale: 2.28.3 -> 2.29.1
2023-09-28 01:32:05 -05:00
Fabian Affolter bef1f9e905
Merge pull request #257683 from fabaff/aiostream-bump
python311Packages.aiostream: 0.4.5 -> 0.5.0
2023-09-28 08:18:38 +02:00
Vincent Laporte e7a162f48a ocamlPackages.apron: enable PPLite support 2023-09-28 07:33:52 +02:00
Vincent Laporte 038238e6ae pplite: init at 0.11 2023-09-28 07:33:52 +02:00
Vincent Laporte 86f5431801 ocamlPackages.apron: 0.9.13 → 0.9.14 2023-09-28 07:33:52 +02:00
Fabián Heredia Montiel c7e822d38f
Merge pull request #257033 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.118.7 -> 3.118.8
2023-09-27 23:01:58 -06:00
Fabián Heredia Montiel 41c2c61436
Merge pull request #257211 from jwijenbergh/qtile-23.0
Qtile: 0.22.1 -> 0.23.0
2023-09-27 23:00:52 -06:00
Mario Rodas 7b794d27c3 esbuild: 0.19.3 -> 0.19.4
Diff: https://github.com/evanw/esbuild/compare/v0.19.3...v0.19.4

Changelog: https://github.com/evanw/esbuild/blob/v0.19.4/CHANGELOG.md
2023-09-28 04:20:00 +00:00
Robert Hensing d1c454a3eb
Merge pull request #257682 from Kharacternyk/transmission-doc-typo
nixos/transmission: fix a typo in the docs
2023-09-28 04:38:03 +01:00
OTABI Tomoya b58b0b0311
Merge pull request #255061 from nviets/xgboost200
xgboost: 1.7.6 -> 2.0.0
2023-09-28 10:42:01 +09:00
R. Ryantm e43a61081f vale: 2.28.3 -> 2.29.1 2023-09-28 01:06:15 +00:00
OTABI Tomoya efb617b055
Merge pull request #255084 from aviallon/feature/init-dns-lexicon
python310Packages.dns-lexicon: init at 3.14.1 and add aviallon to maintainers
2023-09-28 09:57:55 +09:00
Robert Schütz 3a9dad28a8
Merge pull request #257395 from dotlambda/react-tools-drop
nodePackages.react-tools: drop
2023-09-28 00:21:54 +00:00
Will Fancher 209f6f3c21
Merge pull request #257693 from NickCao/bindmount
nixos/stage-1-systemd: fix initrd-fstab generation for bind mounts, a…
2023-09-27 20:15:46 -04:00
Maximilian Bosch e515dce892 nixos/sshd: fix sshd.conf validity check
When using e.g. `{ addr = "[::]"; port = 22; }` at `listenAddresses`,
the check fails because of an escaping issue[1] with

    last 1 log lines:
    > Invalid test mode specification -f
    For full logs, run 'nix log /nix/store/c6pbpw5hjkjgipmarwyic9zyqr1xaix5-check-sshd-config.drv'

Using `lib.escapeShellArg` appears to solve the problem.

[1] https://github.com/NixOS/nixpkgs/pull/256090#issuecomment-1738063528
2023-09-28 00:11:31 +00:00
Felix Schröter 248a83fffc tor-browser: rename from tor-browser-bundle-bin
The term "Tor Browser Bundle" has been dropped quite a while ago. It's
just called "Tor Browser" now.
Also removes the `-bin` pname suffix, since the it's already marked as a
binary distribution via `meta.sourceProvenance`.
2023-09-27 21:02:12 -03:00
Pavel Sobolev 2f690a9306 python3Packages.sentence-splitter: init at 1.4 2023-09-27 21:01:26 -03:00
Anderson Torres 87d05edb95 gmic-qt: use lib.cmakeBool and lib.cmakeFeature 2023-09-27 20:49:38 -03:00
Anderson Torres 47ffbb2df8 gmic: use lib.cmakeBool 2023-09-27 20:49:38 -03:00
Anderson Torres cc3383d12b lib: add cmakeOptionType, cmakeBool and cmakeFeature 2023-09-27 20:49:38 -03:00
Anderson Torres ae74cf5db8 trealla: 2.27.15 -> 2.27.48 2023-09-27 20:48:38 -03:00
ajs124 bdca9c5b0c
Merge pull request #257667 from tufteddeer/makemkv-1.17.5
makemkv 1.17.4 -> 1.17.5
2023-09-28 01:11:44 +02:00
Martin Weinelt 763ac639ef
Merge pull request #257516 from ajs124/upd/ultrastardx
ultrastardx: 2021-04-03 -> 2023.6.0
2023-09-28 00:54:09 +02:00
Pablo Ovelleiro Corral 80d83cf472 ultrastardx: 2021-04-03 -> 2023.6.0 2023-09-28 00:46:28 +02:00
lassulus bbaae293b9 super: drop 2023-09-27 23:40:50 +01:00
Fabian Affolter 4fd25b5ed1
Merge pull request #257665 from fabaff/pybloom-live
python311Packages.pybloom-live: init at 4.0.0
2023-09-28 00:40:34 +02:00
Fabian Affolter 44ca6eb137
Merge pull request #257676 from fabaff/dbus-fast-bump
python311Packages.dbus-fast: 2.10.0 -> 2.11.0
2023-09-28 00:39:59 +02:00
Fabian Affolter 58f3fe2d95
Merge pull request #257707 from fabaff/py-dormakaba-dkey-bump
python311Packages.py-dormakaba-dkey: 1.0.4 -> 1.0.5
2023-09-28 00:39:30 +02:00
Fabian Affolter 1c29ab6a0b
Merge pull request #257708 from fabaff/ntc-templates-bump
python311Packages.ntc-templates: 3.2.0 -> 3.5.0
2023-09-28 00:39:21 +02:00
Fabian Affolter dd601b8bbc
Merge pull request #257664 from fabaff/stix2
python311Packages.stix2-patterns: init at 2.0.0
2023-09-28 00:38:47 +02:00
Fabian Affolter b710d9572d
Merge pull request #257636 from fabaff/exitcode
python311Packages.exitcode: init at 0.1.0
2023-09-28 00:38:34 +02:00
Fabian Affolter 633b3ab1ed
Merge pull request #257678 from fabaff/aiohttp-openmetrics-bump
python311Packages.aiohttp-openmetrics: 0.0.11 -> 0.0.12
2023-09-28 00:38:24 +02:00
Fabian Affolter faf4b3e5d2
Merge pull request #257680 from fabaff/pontos-bump
python311Packages.pontos: 23.9.0 -> 23.9.1
2023-09-28 00:38:08 +02:00
Fabian Affolter bbb255bc06
Merge pull request #257695 from fabaff/azure-storage-queue-bump
python311Packages.azure-storage-queue: 12.7.1 -> 12.7.2
2023-09-28 00:37:51 +02:00
Fabian Affolter 3e22948401
Merge pull request #257700 from fabaff/cloudflare-bump
python311Packages.cloudflare: 2.11.7 -> 2.12.4
2023-09-28 00:37:41 +02:00
Fabian Affolter 4c0ee99f08
Merge pull request #257702 from fabaff/google-cloud-logging-bump
python311Packages.google-cloud-logging: 3.6.0 -> 3.7.0
2023-09-28 00:37:33 +02:00