summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diffoscope: organize better missing tools and explain why docx2txt cannot be ...•••docx2txt is *IN* nixpkgs but cannot be used. lipo, otool are theoretically available in darling… but I doubt they would work. origin/diffoscope-updateRaito Bezarius2023-12-091-1/+7
* diffoscope: 252 -> 253•••https://diffoscope.org/news/diffoscope-253-released/ Raito Bezarius2023-12-091-3/+2
* diffoscope: add `acl` in the minimal package•••`acl` is a pretty ubiquitious package on Linux and provides `getfacl`. Raito Bezarius2023-12-091-1/+2
* Merge pull request #272513 from r-ryantm/auto-update/cosign•••cosign: 2.2.1 -> 2.2.2Thomas Gerbet2023-12-081-3/+3
|\
| * cosign: 2.2.1 -> 2.2.2R. Ryantm2023-12-061-3/+3
* | Merge pull request #272744 from hercules-ci/lib-lists-sortOn•••`lib.lists.sortOn`: initSilvan Mosberger2023-12-085-6/+71
|\ \
| * | lib.sort: Make doc consistent with sortOnRobert Hensing2023-12-081-1/+4
| * | nixos/btrbk: Optimize sort•••This avoids computing the prio more than necessary. The test evaluates to the same derivation hash. Robert Hensing2023-12-081-2/+2
| * | lib.callPackageWith: Optimize levenshtein sort•••Probably not significant because of the limits already applied. This is mostly cleanup. Robert Hensing2023-12-081-2/+2
| * | lib.sortOn: init•••A more efficient sort in some cases, and often convenient. This exposes `lib.lists.sortOn` immediately on `lib`, because it is a sibling of `sort`, which is already present there. Omitting it would lead to more confusion, and worse outcomes. There's no confusion about the types `sort` or `sortOn` operate on. Haskell agrees about the type for `sortOn`, and it is in its `base`. Robert Hensing2023-12-083-1/+63
* | | Merge pull request #272322 from TornaxO7/bump/rio•••rio: v0.0.28 -> v0.0.29Thiago Kenji Okada2023-12-082-4/+12
|\ \ \
| * | | rio: v0.0.28 -> v0.0.29•••Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com> TornaxO72023-12-081-4/+6
| * | | maintainers: add tornaxTornaxO72023-12-061-0/+6
* | | | Merge pull request #272486 from r-ryantm/auto-update/clusterctl•••clusterctl: 1.5.3 -> 1.6.0Weijia Wang2023-12-081-3/+3
|\ \ \ \
| * | | | clusterctl: 1.5.3 -> 1.6.0R. Ryantm2023-12-061-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #272539 from mjm/beeper-3.89.3•••beeper: 3.85.17 -> 3.89.3Weijia Wang2023-12-081-3/+3
|\ \ \ \
| * | | | beeper: 3.85.17 -> 3.89.3Matt Moriarity2023-12-061-3/+3
* | | | | Merge pull request #272571 from mfrischknecht/update-python-qt•••python-qt: 3.3.0 -> 3.4.2Weijia Wang2023-12-081-12/+3
|\ \ \ \ \
| * | | | | python-qt: 3.3.0 -> 3.4.2•••`python-qt` v. 3.3.0 wasn't compatible with Python 3.11 yet (it contained include statements for header files that were removed by 3.11 [1] and used a python tuple field that was replaced through a dedicated getter function [2]). Switching to version 3.4.2 also means we can remove the `remove-unneeded-pydebug-include.patch`, as it has since been merged. [1]: https://docs.python.org/3.11/whatsnew/3.11.html > The non-limited API files cellobject.h, classobject.h, code.h, context.h, > funcobject.h, genobject.h and longintrepr.h have been moved to the Include/cpython > directory. Moreover, the eval.h header file was removed. These files must not be > included directly, as they are already included in Python.h: Include Files. > If they have been included directly, consider including Python.h instead. [2]: https://github.com/python/cpython/issues/94936#issuecomment-1206497729 Manuel Frischknecht2023-12-061-12/+3
* | | | | | Merge pull request #272849 from r-ryantm/auto-update/xc•••xc: 0.5.0 -> 0.6.0Weijia Wang2023-12-081-2/+2
|\ \ \ \ \ \
| * | | | | | xc: 0.5.0 -> 0.6.0R. Ryantm2023-12-081-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #272942 from MartinNikov/patch-1•••yarn-berry: Add `meta.mainProgram`Weijia Wang2023-12-081-0/+1
|\ \ \ \ \ \
| * | | | | | yarn-berry: Add `meta.mainProgram`MartinNikov2023-12-081-0/+1
* | | | | | | Merge pull request #272979 from gaelreyrol/composer-update-2.6.6•••phpPackages.composer: 2.6.5 -> 2.6.6Pol Dellaiera2023-12-081-4/+4
|\ \ \ \ \ \ \
| * | | | | | | phpPackages.composer: 2.6.5 -> 2.6.6•••Diff: https://github.com/composer/composer/compare/2.6.5...2.6.6 Changelog: https://github.com/composer/composer/releases/tag/2.6.6 Gaël Reyrol2023-12-081-4/+4
* | | | | | | | Merge pull request #272929 from gaelreyrol/symfony-cli-update-5.7.5•••symfony-cli: 5.7.4 -> 5.7.5Pol Dellaiera2023-12-081-6/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | symfony-cli: 5.7.4 -> 5.7.5Gaël Reyrol2023-12-081-6/+11
| |/ / / / / / /
* | | | | | | | Merge pull request #272928 from wegank/llvm-git-backport•••llvmPackages_git: sync with llvmPackages_17Weijia Wang2023-12-087-55/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | llvmPackages_git: sync with llvmPackages_17Weijia Wang2023-12-087-55/+37
* | | | | | | | | Merge pull request #271121 from r-ryantm/auto-update/flowblade•••flowblade: 2.10.0.4 -> 2.12Weijia Wang2023-12-081-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | flowblade: 2.10.0.4 -> 2.12R. Ryantm2023-11-301-2/+2
* | | | | | | | | | Merge pull request #272905 from wegank/flet-bump•••python311Packages.flet: 0.10.1 -> 0.15.0Weijia Wang2023-12-084-12/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python311Packages.flet: 0.10.1 -> 0.15.0Weijia Wang2023-12-081-10/+8
| * | | | | | | | | | python311Packages.flet-core: 0.10.1 -> 0.15.0Weijia Wang2023-12-081-2/+3
| * | | | | | | | | | python311Packages.flet-runtime: init at 0.15.0Weijia Wang2023-12-082-0/+44
* | | | | | | | | | | Merge pull request #257503 from SuperSandro2000/postgres-extraPlugins•••nixos/postgresql: take extraPlugins packageset from package optionRobert Hensing2023-12-089-15/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update nixos/doc/manual/release-notes/rl-2405.section.mdRobert Hensing2023-12-081-2/+2
| * | | | | | | | | | | nixos/doc: add changelog entry for postgres extraPlugins type changeSandro Jäckel2023-12-081-0/+3
| * | | | | | | | | | | treewide: fix services.postgresql.extraPlugins usageSandro Jäckel2023-12-086-8/+8
| * | | | | | | | | | | nixos/postgresql: take extraPlugins packageset from package option•••This allows to reuse the extraPlugins option in other context's for example an upgrade script. Sandro Jäckel2023-12-082-7/+6
* | | | | | | | | | | | Merge pull request #267363 from r-ryantm/auto-update/steampipe•••steampipe: 0.20.12 -> 0.21.1Weijia Wang2023-12-081-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | steampipe: disable check on darwinWeijia Wang2023-12-081-1/+4
| * | | | | | | | | | | | steampipe: 0.20.12 -> 0.21.1R. Ryantm2023-12-081-3/+3
* | | | | | | | | | | | | Merge pull request #271795 from r-ryantm/auto-update/python310Packages.google...•••python310Packages.google-cloud-securitycenter: 1.24.0 -> 1.24.1Weijia Wang2023-12-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | python310Packages.google-cloud-securitycenter: 1.24.0 -> 1.24.1R. Ryantm2023-12-031-2/+2
* | | | | | | | | | | | | | Merge pull request #271348 from r-ryantm/auto-update/python310Packages.duckdu...•••python310Packages.duckduckgo-search: 3.9.4 -> 3.9.9Weijia Wang2023-12-081-14/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | python310Packages.duckduckgo-search: refactorFabian Affolter2023-12-081-12/+19
| * | | | | | | | | | | | | | python310Packages.duckduckgo-search: 3.9.4 -> 3.9.9R. Ryantm2023-12-011-2/+2
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #270378 from r-ryantm/auto-update/python311Packages.xattr•••python311Packages.xattr: 0.10.1 -> 1.0.0Weijia Wang2023-12-081-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | python311Packages.xattr: drop support for Python 3.7Weijia Wang2023-12-081-1/+1