about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* xrestop: 0.5 -> 0.6Alyssa Ross2024-02-10
|
* Merge master into staging-nextgithub-actions[bot]2024-02-09
|\
| * Merge pull request #287381 from adamcstephens/slimserver/8.4.0Adam C. Stephens2024-02-09
| |\ | | | | | | slimserver: 8.3.1 -> 8.4.0
| | * slimserver: add changelogAdam Stephens2024-02-09
| | |
| | * slimserver: 8.3.1 -> 8.4.0Adam Stephens2024-02-09
| | | | | | | | | | | | https://github.com/Logitech/slimserver/blob/8.4.0/Changelog8.html
| * | nimlangserver: init at 1.2.0Daylin Morgan2024-02-09
| | |
| * | maintainers: add daylinmorganDaylin Morgan2024-02-09
| | |
| * | amphetype: add desktop itemRobert Helgesson2024-02-09
| | |
| * | ehmry: reduce maintainershipEmery Hemingway2024-02-09
| | |
| * | Merge pull request #285257 from r-ryantm/auto-update/python311Packages.ansibleMaciej Krüger2024-02-09
| |\ \ | | | | | | | | python311Packages.ansible: 9.1.0 -> 9.2.0
| | * | python311Packages.ansible: 9.1.0 -> 9.2.0R. Ryantm2024-01-31
| | | |
| * | | Merge pull request #285258 from ↵Maciej Krüger2024-02-09
| |\ \ \ | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python311Packages.ansible-core python311Packages.ansible-core: 2.16.2 -> 2.16.3
| | * | | python311Packages.ansible-core: 2.16.2 -> 2.16.3R. Ryantm2024-01-31
| | |/ /
| * | | Merge pull request #287258 from dawidd6/molecule-pluginsMaciej Krüger2024-02-09
| |\ \ \ | | | | | | | | | | pythonPackages.molecule-plugins: 23.5.0 -> 23.5.3
| | * | | pythonPackages.molecule-plugins: 23.5.0 -> 23.5.3Dawid Dziurla2024-02-08
| | | | |
| * | | | Update pkgs/games/dxx-rebirth/default.nixSergei Trofimovich2024-02-09
| | | | | | | | | | | | | | | Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
| * | | | dxx-rebirth: unstable-2023-03-23 -> unstable-2024-01-13Sergei Trofimovich2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main change is the build fix against `gcc-13` https://hydra.nixos.org/build/247695201: similar/main/digiobj.cpp: In function ‘void d1x::digi_sync_sounds()’: similar/main/digiobj.cpp:625:31: error: possibly dangling reference to a temporary [-Werror=dangling-reference] 625 | const object &objp = [&vcobjptr, &s]{ | ^~~~ While at it added the trivial unstable updater.
| * | | | plzip: 1.10 -> 1.11Emery Hemingway2024-02-09
| | | | |
| * | | | plzip: pkgs/tools/compression/plzip -> pkgs/by-name/pl/plzipEmery Hemingway2024-02-09
| | | | |
| * | | | lzlib: 1.13 -> 1.14Emery Hemingway2024-02-09
| | | | |
| * | | | lzlib: pkgs/development/libraries/lzlib -> pkgs/by-name/lz/lzlibEmery Hemingway2024-02-09
| | | | |
| * | | | Merge pull request #275176 from awarrenlove/php83-swoole-5.1.1Pol Dellaiera2024-02-09
| |\ \ \ \ | | | | | | | | | | | | phpExtensions.swoole: 5.0.3 -> 5.1.2
| | * | | | phpExtensions.swoole: 5.0.3 -> 5.1.2Andrew Warren-Love2024-02-08
| | | | | |
| * | | | | Merge pull request #284623 from SuperSandro2000/bitwarden-directory-connectorSandro2024-02-09
| |\ \ \ \ \ | | | | | | | | | | | | | | bitwarden-directory-connector: init GUI at 2023.10.0
| | * | | | | bitwarden-directory-connector: init GUI at 2023.10.0Sandro Jäckel2024-02-07
| | | | | | |
| * | | | | | Merge pull request #287013 from WilliButz/qemu-vm/tmpfiles-settingsnikstur2024-02-09
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/qemu-vm: convert tmpfiles rules to settings
| | * | | | | | nixos/qemu-vm: convert tmpfiles rules to settingsWilliButz2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change replaces the previously hard-coded `/boot` path with a reference to `efiSysMountPoint` and more importantly this change makes it possible to override these rules in scenarios in which they are not desired. One such scenario would be when `systemd-gpt-auto-generator(8)` is used to automount the ESP. Consider this section from the mentioned manpage: > The ESP is mounted to /boot/ if that directory exists and is not used > for XBOOTLDR, and otherwise to /efi/. Same as for /boot/, an automount > unit is used. The mount point will be created if necessary. Prior to this change, the ESP would be automounted under `/efi` on first boot, then the previous tmpfiles rules caused `/boot` to be created. Following the quote above, this meant that the ESP is mounted under `/boot` for each subsequent boot.
| * | | | | | | Merge pull request #272585 from DeeUnderscore/misc/ucd-reproPol Dellaiera2024-02-09
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | unicode-character-database: do not include env-vars
| | * | | | | | | unicode-character-database: do not include env-varsDee Anzorge2023-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Including env-vars in output breaks reproducibility
| * | | | | | | | Merge pull request #287349 from marsam/update-timescaledbMario Rodas2024-02-09
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresqlPackages.timescaledb: 2.13.1 -> 2.14.0 Closes https://github.com/NixOS/nixpkgs/pull/287377
| | * | | | | | | | postgresqlPackages.timescaledb: 2.13.1 -> 2.14.0Mario Rodas2024-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/timescale/timescaledb/compare/2.13.1...2.14.0 Changelog: https://github.com/timescale/timescaledb/blob/2.14.0/CHANGELOG.md
| * | | | | | | | | Merge pull request #287449 from fricklerhandwerk/add-nix-docs-linkValentin Gagarin2024-02-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | doc: add link to Nix manual
| | * | | | | | | | | doc: add link to Nix manualValentin Gagarin2024-02-09
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #285079 from fabaff/sentry-sdk-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python311Packages.sentry-sdk: 1.39.2 -> 1.40.0
| | * | | | | | | | | python311Packages.sentry-sdk: 1.39.2 -> 1.40.0Fabian Affolter2024-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.39.2...1.40.0 Changelog: https://github.com/getsentry/sentry-python/blob/1.40.0/CHANGELOG.md
| * | | | | | | | | | Merge pull request #287413 from fabaff/boto3-stubs-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.boto3-stubs: 1.34.37 -> 1.34.38
| | * | | | | | | | | | python311Packages.boto3-stubs: 1.34.37 -> 1.34.38Fabian Affolter2024-02-09
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #287414 from fabaff/faraday-agent-parameters-types-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.faraday-agent-parameters-types: 1.3.1 -> 1.4.0, python311Packages.faraday-plugins: 1.15.1 -> 1.16.0
| | * | | | | | | | | | | python311Packages.faraday-plugins: 1.15.1 -> 1.16.0Fabian Affolter2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.15.1...1.16.0 Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.16.0
| | * | | | | | | | | | | python311Packages.faraday-agent-parameters-types: 1.3.1 -> 1.4.0Fabian Affolter2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/infobyte/faraday_agent_parameters_types/blob/1.4.0/CHANGELOG.md
| * | | | | | | | | | | | Merge pull request #287415 from fabaff/botocore-stubs-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.botocore-stubs: 1.34.37 -> 1.34.38
| | * | | | | | | | | | | | python311Packages.botocore-stubs: 1.34.37 -> 1.34.38Fabian Affolter2024-02-09
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #287416 from fabaff/findimports-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.findimports: 2.3.0 -> 2.4.0
| | * | | | | | | | | | | | python311Packages.findimports: refactorFabian Affolter2024-02-09
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | python311Packages.findimports: 2.3.0 -> 2.4.0Fabian Affolter2024-02-09
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/mgedmin/findimports/compare/refs/tags/2.3.0...2.4.0 Changelog: https://github.com/mgedmin/findimports/blob/2.4.0/CHANGES.rst
| * | | | | | | | | | | | Merge pull request #287417 from fabaff/evohome-async-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.evohome-async: 0.4.17 -> 0.4.18
| | * | | | | | | | | | | | python311Packages.evohome-async: 0.4.17 -> 0.4.18Fabian Affolter2024-02-09
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/0.4.17...0.4.18
| * | | | | | | | | | | | Merge pull request #287426 from fabaff/pymicrobot-bumpFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.pymicrobot: 0.0.10 -> 0.0.12
| | * | | | | | | | | | | | python311Packages.pymicrobot: 0.0.10 -> 0.0.12Fabian Affolter2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/spycle/pyMicroBot/releases/tag/v0.0.12
| * | | | | | | | | | | | | Merge pull request #287424 from fabaff/py-aosmithFabian Affolter2024-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.py-aosmith: 1.0.6 -> 1.0.8