Compare commits

...

5632 Commits

Author SHA1 Message Date
Sergei Trofimovich
451ab19e1e Merge pull request #220960 from trofi/python3Packages.rdflib-fix-on-32-bit
pkgsi686Linux.python3Packages.rdflib: disable test failing on 32-bit …
2023-03-18 13:59:22 +00:00
Sergei Trofimovich
9eb0d81fd3 pkgsi686Linux.python3Packages.rdflib: disable test failing on 32-bit systems
Without the change test fails due to too short hash length as:

    =========================== short test summary info ============================
    FAILED test/test_extras/test_infixowl/test_restriction.py::test_restriction_str_and_hash - AssertionError: assert 9 > 17
    = 1 failed, 6343 passed, 72 skipped, 304 deselected, 373 xfailed, 2 xpassed, 130 warnings in 54.86s =
2023-03-13 08:25:50 +00:00
Sandro Jäckel
a9a618b3fe python310Packages.argcomplete: 2.0.0 -> 2.0.5 2023-03-06 00:03:36 +01:00
Martin Weinelt
48d1d4245c python310Packages.flask-httpauth: Fix tests
by passing in flask[async].

Also convert to pep517 build, reformat.
2023-03-03 23:59:33 +01:00
Martin Weinelt
c38ca43927 python310Packages.pyhanko: 0.12.1 -> 0.17.0
https://github.com/MatthiasValvekens/pyHanko/blob/0.17.0/docs/changelog.rst#0170

Drop the custom flags in favor of the standardised
optional-dependencies. Always test with all optional-dependencies.
2023-03-03 23:59:33 +01:00
Martin Weinelt
9c55f4aac5 python310Packages.certomancer: Disable failing test
after pyhanko-certvalidator update.
2023-03-03 23:59:33 +01:00
Martin Weinelt
dc248fa87a python310Packages.pyhanko-certvalidator: 0.19.5 -> 0.20.1 2023-03-03 23:59:33 +01:00
Martin Weinelt
c15b54914a poetry: 1.3.2 -> 1.4.0
https://github.com/python-poetry/poetry/releases/tag/1.4.0
2023-03-03 23:59:33 +01:00
Martin Weinelt
a86f1bc68d python310Packages.cherrypy: Expose ssl extra 2023-03-03 23:59:33 +01:00
Martin Weinelt
0718529ca1 python310Packages.dask: 2023.1.0 -> 2023.2.1
Diff: https://github.com/dask/dask/compare/2023.1.0...2023.2.1

Changelog: https://docs.dask.org/en/latest/changelog.html
2023-03-03 23:59:33 +01:00
Martin Weinelt
f3525433c8 python310Packages.amaranth: Fix extra_requires version specifier 2023-03-03 23:59:33 +01:00
Martin Weinelt
063e68b8d6 python310Packages.home-assistant-chip-core: Fix aarch64-linux hash 2023-03-03 23:59:33 +01:00
Martin Weinelt
38bc0c155d python310Packages.dj-rest-auth: Disable failing test
Run test phase explicitly, pass django as build input, expose
optional-dependencies.
2023-03-03 23:59:33 +01:00
Martin Weinelt
14456e5961 python310Packages.glom: Relax face pin 2023-03-03 23:59:33 +01:00
Martin Weinelt
b280aa353e python310Packaegs.mautrix: Disable failing tests
They are incompatible with sqlalchemy>=2
2023-03-03 23:59:33 +01:00
Martin Weinelt
495afbe66d python310Packages.btchip-python: Fix extra_requires version specifier
And reformat, expose optional-dependencies, set explicit format.
2023-03-03 23:59:32 +01:00
Martin Weinelt
10028d9a58 python310Packages.btchip-python: Rename from btchip 2023-03-03 23:59:32 +01:00
Martin Weinelt
a6ec7499f1 python310Packages.delorean: Fix build
Propagate missing pytz dependency.

Also set explicit format, use hash for src fetcher.
2023-03-03 23:59:32 +01:00
Martin Weinelt
c8db349618 opsdroid: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt
b484ba840b weechatScripts.weechat-matrix: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt
b430513d6c pantalaimon: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt
086401a9aa mirage: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt
7ad530f5a2 matrix-commander: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt
b1eec1c61d nixos/tests/mjolnir: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt
f8701bc950 python310Packages: Fix build, extract optionals 2023-03-03 23:59:32 +01:00
Martin Weinelt
b9302d9c7f gdal: Disable failing test
```
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/bin/python3.10', 'osr_basic_subprocess.py']' returned non-zero exit status 1.

/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/lib/python3.10/subprocess.py:369: CalledProcessError
----------------------------- Captured stderr call -----------------------------
ERROR 1: PROJ: proj_create_from_database: crs not found
Traceback (most recent call last):
  File "/build/source/autotest/osr/osr_basic_subprocess.py", line 42, in <module>
    assert sr.ImportFromEPSG(4326) == 0
AssertionError
```
2023-03-03 23:59:32 +01:00
Martin Weinelt
6dd0d000d3 python310Packages.seaborn: Disable failing test
and reenable tests that were disabeld for mpl 3.5. Also use
pytest-xdist, as upstream does, because otherwise these tests are taking
ages.
2023-03-03 23:59:32 +01:00
Martin Weinelt
755adaaeb5 python310Packages.multiset: Fix build
The package has a broken python_requires version specifier, that breaks
the build with newer setuptools versions.

Convert the package to pep517 build, migrate the fetcher to an SRI hash,
and explicitly enable tests.
2023-03-03 23:59:32 +01:00
Martin Weinelt
fe19a48e7b python310Packages.nbval: Fix build
Exclude nbdime tests, since it was marked broken due to jupyter-server 2
incompatibilities.

Also set explicit format.
2023-03-03 23:59:32 +01:00
Martin Weinelt
b7b6f3f991 python310Packages.nbdime: Mark broken with jupyter-server>2 2023-03-03 23:59:32 +01:00
Martin Weinelt
0bd2440108 python310Packages.jupyter-server-mathjax: Fix build 2023-03-03 23:59:31 +01:00
Martin Weinelt
ad93c49ad3 python310Packages.flask-babelex: Disable failing tests
set explicit format. This package is unmaintained upstream and should be
removed, but flask-admin and pgadmin depend on it.
2023-03-03 23:59:31 +01:00
Martin Weinelt
59e081fb64 python310Packages.zigpy: Disable failing test 2023-03-03 23:59:31 +01:00
Martin Weinelt
b2afe76484 python310Packages.soxr: Fix aarch64 build
There are patches that gate certain code parts for aarch64 platforms,
that are not part of the soxr release.
2023-03-03 23:59:31 +01:00
Fabian Affolter
2214b02265 python310Packages.fastnumbers: 3.2.1 -> 5.0.1
Changelog: https://github.com/SethMMorton/fastnumbers/blob/5.0.1/CHANGELOG.md
2023-03-03 23:59:31 +01:00
Fabian Affolter
1dc4a289cf python310Packages.fastnumbers: add changelog to meta 2023-03-03 23:59:31 +01:00
Fabian Affolter
aff20adada python310Packages.natsort: 8.2.0 -> 8.3.1
Changelog: https://github.com/SethMMorton/natsort/blob/8.3.1/CHANGELOG.md
2023-03-03 23:59:31 +01:00
Fabian Affolter
909a4c9274 python310Pacakges.natsort: add changelog to meta 2023-03-03 23:59:31 +01:00
Fabian Affolter
0cf9d7f89e python310Packages.timetagger: add missing inputs 2023-03-03 23:59:31 +01:00
Fabian Affolter
a40941768d python310Packages.timetagger: disable on unsupported Python releases 2023-03-03 23:59:31 +01:00
Fabian Affolter
9d3d70e9c9 python310Packages.timetagger: update meta 2023-03-03 23:59:31 +01:00
Martin Weinelt
7a65343896 python310Packages.nikola: fix src pname, disable failing tests 2023-03-03 23:59:31 +01:00
Martin Weinelt
ec97555911 python310Packages.notebook: Disable failing test 2023-03-03 23:59:31 +01:00
Robert Schütz
441bb8a805 python310Packages.astroid: add meta.changelog 2023-03-03 23:59:31 +01:00
Martin Weinelt
d8933d6475 python310Packages.dask: Disable failing test 2023-03-03 23:59:31 +01:00
Robert Schütz
277ffd3dd2 python310Packages.pygit2: use libgit2_1_5 2023-03-03 23:59:30 +01:00
Robert Schütz
f216ec64cd libgit2_1_5: init at 1.5.1 2023-03-03 23:59:30 +01:00
Martin Weinelt
c1b8202008 python310Packages.decorator: Enable tests 2023-03-03 23:59:30 +01:00
Martin Weinelt
a91f674254 python310Packages.pyuavcan: Use sri hashes and hash
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
9b5b659196 privacyidea: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
a9e2eab4aa flare-floss: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
11b3723317 python310Packages.decorator: Use SRI hash 2023-03-03 23:59:30 +01:00
Martin Weinelt
8ad0eb1ced pgadmin: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
b8a2f77e5d elasticsearch-curator: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
dbeff665a2 csvs-to-sqlite: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set explicit format in buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martin Weinelt
197c424241 checkov: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
57352c1d23 changedetection-io: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
f63ed27bb1 catt: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set an explicit format in buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martin Weinelt
6646939ad3 caffeine-ng: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set an explicit format for buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martin Weinelt
5c497728b0 aws-cli: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
ba41f2895c awsebcli: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
9ab46b47e8 docker-compose_1: Use SRI hash
To allow awsebcli to use its changeversion function to uniformly
overwrite the hash.
2023-03-03 23:59:29 +01:00
Martin Weinelt
0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Robert Schütz
8afd8d323f python310Packages.ipywidgets: skip failing test 2023-03-03 23:59:29 +01:00
Robert Schütz
84badb6dc2 python310Packages.clevercsv: remove superfluous postPatch 2023-03-03 23:59:29 +01:00
Martin Weinelt
04fe6645e3 tts: update overrides, passthru python 2023-03-03 23:59:29 +01:00
Martin Weinelt
1bd4b71a35 python310Packages.cchardet: Drop in favor of faust-cchardet
The former packages has seen its last release in 2020-10 and can be
considered abandoned. Meanwhile a new fork has appeared in
faust-cchardet, that we're going to use in its place.

Co-Authored-By: Robert Schütz <nix@dotlambda.de>
2023-03-03 23:59:29 +01:00
Fabian Affolter
f0443b2843 python310Packages.extractcode: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian Affolter
babc53097a python310Packages.extractcode: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian Affolter
b10c1c2832 python310Packages.typecode: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian Affolter
64e01597b3 python310Packages.typecode: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian Affolter
da8f2be23b python310Packages.container-inspector: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian Affolter
678a43facb python310Packages.container-inspector: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian Affolter
01a28f3c03 python310Packages.pip-requirements-parser: 32.0.0 -> 32.0.1
Diff: https://github.com/nexB/pip-requirements-parser/compare/refs/tags/v32.0.0...v32.0.1

Changelog: https://github.com/nexB/pip-requirements-parser/blob/v32.0.1/CHANGELOG.rst
2023-03-03 23:59:29 +01:00
Fabian Affolter
aa089f87a6 python310Packages.locationsharinglib: 4.1.8 -> 4.2.0
Changelog: https://github.com/costastf/locationsharinglib/blob/4.2.0/HISTORY.rst
2023-03-03 23:59:28 +01:00
Martin Weinelt
7c611f6ae1 python310Packages.django-celery-results: Fix build
The `tests_require` value violates setuptools' expectations.

error in django_celery_results setup command: 'tests_require' must be a
string or list of strings containing valid project/version requirement
specifiers; Expected end or semicolon (after name and no valid version
specifier)
2023-03-03 23:59:28 +01:00
Sandro Jäckel
7e757df663 python310Packages.flask-babel: fix build against babel 12.2.X
see https://github.com/python-babel/flask-babel/issues/221
and https://github.com/python-babel/flask-babel/pull/222
2023-03-03 23:59:28 +01:00
Sandro Jäckel
a62338c549 rav1e: fix build
zlib.h header was missing and because of that compilation failed.
2023-03-03 23:59:28 +01:00
Robert Schütz
41b070bcbb python310Packages.markdown2: Use hash, add changelog 2023-03-03 23:58:21 +01:00
Robert Schütz
98d69d13c0 python310Packages.dropbox: fix build 2023-03-03 23:57:13 +01:00
Martin Weinelt
a670d1d0cf python310Packages.prompt-toolkit: 3.0.37 -> 3.0.38
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.38/CHANGELOG
2023-03-03 23:57:12 +01:00
Martin Weinelt
3f556b1401 python310Packages.flask-login: Fix tests by passing asgiref 2023-03-03 23:57:12 +01:00
Martin Weinelt
5f642aa439 pinnwand: Relax sqlalchemy constraint
Package test and integration tests are passing and I reported that
success story upstream.
2023-03-03 23:57:12 +01:00
Martin Weinelt
ddb5c51aab python310Packages.pylint: 2.15.9 -> 2.16.2
https://github.com/PyCQA/pylint/releases/tag/v2.15.10
https://github.com/PyCQA/pylint/releases/tag/v2.16.0
https://github.com/PyCQA/pylint/releases/tag/v2.16.1
https://github.com/PyCQA/pylint/releases/tag/v2.16.2

The manpage now needs to be built with sphinx, but we lack certain
extensions like sphinx-reredirect.

The elisp minor mode files now live at
https://github.com/emacsorphanage/pylint.
2023-03-03 23:57:12 +01:00
Martin Weinelt
76e9a58615 python310Packages.aiopyarr: Substitute version value
Because setuptools has a stricter validation now, this started
breaking.

> setuptools.extern.packaging.version.InvalidVersion: Invalid version: 'master'
2023-03-03 23:57:12 +01:00
Martin Weinelt
7b8dbe2d73 python310Packages.numba: Backport support for numpy 1.24.x
This is a last ditch effort to keep numba working.
2023-03-03 23:57:12 +01:00
Martin Weinelt
6d34d4fe71 python310Packages.gruut: Relax networkx constraints 2023-03-03 23:57:12 +01:00
Martin Weinelt
d337d7e1f4 hatch: Disable failing test 2023-03-03 23:57:12 +01:00
Martin Weinelt
c04327690b python310Packages.databases: Mark broken with sqlalchemy>=2.0
The upstream indicated that they have no resources to develop support
themselves.
2023-03-03 23:57:12 +01:00
Sandro Jäckel
0485281706 python310Packages.babel: 2.11.0 -> 2.12.1 2023-03-03 23:57:12 +01:00
Gabriella Gonzalez
cfefc5c537 python3Packages.curio: Fix Linux build
In one of our internal mass rebuilds at work we noticed this package
fail on Linux and the two tests that failed were exactly the ones that
had already been disabled on macOS, so this also disables them on
Linux.
2023-03-03 23:57:12 +01:00
Fabian Affolter
5e465f988c python310Packages.pytest-httpx: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
4077e26ae6 python310Packages.rich: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
c1e0ffb09c python310Packages.pytest-localserver: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
1d0870247c python310Packages.pythonfinder: add pythonImportsCheck 2023-03-03 23:57:11 +01:00
Fabian Affolter
41c6f9bd89 python310Packages.pythonfinder: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
33bd90d82c python310Packages.zarr: switch to pytestCheckHook
- add pythonImportsCheck
2023-03-03 23:57:11 +01:00
Fabian Affolter
ab6528f300 python310Packages.zarr: update disabled and add format 2023-03-03 23:57:11 +01:00
Fabian Affolter
b3f1d3553d python310Packages.zarr: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
2c4a6a384b python310Packages.tifffile: update disabled 2023-03-03 23:57:11 +01:00
Fabian Affolter
d0d6c2eddb python310Packages.tifffile: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
020c62dd37 python310Packages.snitun: disable on unsupported Python releases 2023-03-03 23:57:11 +01:00
Fabian Affolter
f158cca1b8 python310Packages.snitun: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian Affolter
164e1f1603 python310Packages.requests_ntlm: normalize pname 2023-03-03 23:57:10 +01:00
Fabian Affolter
cb1e67b7fc python310Packages.yamllint: update disabled 2023-03-03 23:57:10 +01:00
Fabian Affolter
f4234c111e python310Packages.yamllint: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian Affolter
321d467334 python310Packages.tabledata: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian Affolter
4133900983 python310Packages.moto: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian Affolter
61fd991e62 python310Packages.send2trash: add changelog to meta 2023-03-03 23:57:10 +01:00
Fabian Affolter
bf960201d0 python310Packages.requests_ntlm: add changelog to meta 2023-03-03 23:57:10 +01:00
Martin Weinelt
c23ab90300 python310Packages.send2trash: Fix setup.cfg validation confusion 2023-03-03 23:57:10 +01:00
Martin Weinelt
fcd58ef58a python310Packages.numcodecs: Disable failing tests
These started failing with numpy 1.24.
2023-03-03 23:57:10 +01:00
Martin Weinelt
4aee441af7 python310Packages.kombu: Drop faulty version specifier in requirements
> Executing setuptoolsBuildPhase
> /nix/store/9z2cm958bxarf7n5i48czm7p7lwf9s58-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
>   warnings.warn(msg, warning_class)
> error in kombu setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
>     pytz>dev
>         ^
2023-03-03 23:57:10 +01:00
Martin Weinelt
2a04f99b8b python310Packages.readme_renderer: Disable failing tests
Likely due to pygments 2.14.0 incompatibiliy. Reported upstream.
2023-03-03 23:57:09 +01:00
Martin Weinelt
b8561e8d1d python310Packages.watchdog: Disable failing test on aarch64
```
__________________________________ test_close __________________________________

    @pytest.mark.skipif(not platform.is_linux(), reason="FileCloseEvent only supported in GNU/Linux")
    @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
    def test_close():
        f_d = open(p('a'), 'a')
        start_watching()
        f_d.close()

        # After file creation/open in append mode
        event = event_queue.get(timeout=5)[0]
        assert event.src_path == p('a')
        assert isinstance(event, FileClosedEvent)

        event = event_queue.get(timeout=5)[0]
        assert os.path.normpath(event.src_path) == os.path.normpath(p(''))
        assert isinstance(event, DirModifiedEvent)

        # After read-only, only IN_CLOSE_NOWRITE is emitted but not caught for now #747
        open(p('a'), 'r').close()

>       assert event_queue.empty()
E       assert False
E        +  where False = <bound method Queue.empty of <queue.Queue object at 0xfffff5a96170>>()
E        +    where <bound method Queue.empty of <queue.Queue object at 0xfffff5a96170>> = <queue.Queue object at 0xfffff5a96170>.empty

event      = <DirModifiedEvent: event_type=modified, src_path='/build/tmp99ozlcxp', is_directory=True>
f_d        = <_io.TextIOWrapper name='/build/tmp99ozlcxp/a' mode='a' encoding='UTF-8'>

tests/test_emitter.py:153: AssertionError
```
2023-03-03 23:57:09 +01:00
Martin Weinelt
f87e47b01a grpc: 1.51.1 -> 1.51.2
https://github.com/grpc/grpc/releases/tag/v1.52.1
2023-03-03 23:57:09 +01:00
Martin Weinelt
06145517c0 home-assistant: Relax pip, voluptuous-serialize, override sqlalchemy 2023-03-03 23:57:09 +01:00
Sandro Jäckel
606b753724 python310Packages.flask-limiter: normalize pname, complete meta 2023-03-03 23:57:09 +01:00
Sandro Jäckel
3da64a7147 python310Packages.daiquiri: init at 3.2.1 2023-03-03 23:57:09 +01:00
Sandro Jäckel
33a64eb430 pifpaf: init at 3.1.5 2023-03-03 23:57:09 +01:00
Sandro Jäckel
294cb16d78 python310Packages.pysaml2: 7.2.1 -> 7.4.1 2023-03-03 23:57:09 +01:00
Kirill Radzikhovskyy
86b4a95fe4 awsebcli: fixup, bump pathspec and termcolor versions 2023-03-03 23:57:09 +01:00
Robert Schütz
f716974512 python310Packages.safety: relax packaging version constraint 2023-03-03 23:57:09 +01:00
Robert Schütz
898955e233 python310Packages.sqlalchemy-migrate: mark broken
When using SQLAlchemy 2.0 it fails with

    ModuleNotFoundError: No module named 'sqlalchemy.databases'
2023-03-03 23:57:09 +01:00
Robert Schütz
535bebcc6b pytrainer: pin sqlalchemy at 1.4.46
Sqlalchemy-migrate is incompatible with SQLAlchemy 2.0.
Also pin to python310 because sqlalchemy-migrate is incompatible with
Python 3.11.
2023-03-03 23:57:09 +01:00
Martin Weinelt
10f8156d49 python310Packages.boto3: 1.26.38 -> 1.26.79
Diff: https://github.com/boto/boto3/compare/1.26.38...1.26.79

Changelog: https://github.com/boto/boto3/blob/1.26.79/CHANGELOG.rst
2023-03-03 23:57:09 +01:00
Fabian Affolter
e81d5eb22f python310Packages.apprise: update license 2023-03-03 23:57:08 +01:00
Fabian Affolter
36a48532ea python310Packages.pybalboa: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
5f8f6e7d98 python310Packages.cmd2: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
24c9d800c1 python310Packages.prometheus-client: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
e0deabfaa5 python310Packages.zwave-js-server-python: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
4d637244e3 python310Packages.aeppl: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
fd509a60fe python310Packages.billiard: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
67b7b9a67f python310Packages.pyairnow: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
1eb1de155d python310Packages.gitpython: add changelog to meta 2023-03-03 23:57:08 +01:00
Fabian Affolter
5f6f34ea87 python310Packages.gitpython: 3.1.30 -> 3.1.31
Changelog: https://github.com/gitpython-developers/GitPython/blob/3.1.31/doc/source/changes.rst
2023-03-03 23:57:08 +01:00
Fabian Affolter
0d08004dc9 python310Packages.voluptuous-serialize: add changelog to meta
- disable on unsupported Python releases
- add myself as maintainer
- adjust inputs
2023-03-03 23:57:08 +01:00
Fabian Affolter
b3aa738742 python310Packages.hahomematic: add orjson 2023-03-03 23:57:07 +01:00
Fabian Affolter
336e692f2a python310Packages.orjson: 3.8.4 -> 3.8.6
Diff: https://github.com/ijl/orjson/compare/refs/tags/3.8.4...3.8.6

Changelog: https://github.com/ijl/orjson/blob/3.8.6/CHANGELOG.md
2023-03-03 23:57:07 +01:00
Fabian Affolter
6047d8063e python310Packages.redis: update meta
- update disabled
2023-03-03 23:57:07 +01:00
Martin Weinelt
b11ba859a9 python310Package.myst-parser: Disable failing tests 2023-03-03 23:57:07 +01:00
Martin Weinelt
0c52a57161 python310Packages.django-extensions: Fix tests with pygments 2.14 2023-03-03 23:57:07 +01:00
Martin Weinelt
d41972fb1a Revert "python3Packages.pyzmq: 24.0.1 -> 25.0.0"
This reverts commit bcc283296af273efec5ad7e4653edea1d7dd7965.
2023-03-03 23:57:07 +01:00
Fabian Affolter
9e339490a1 python310Packages.beautifulsoup4: add changelog to meta 2023-03-03 23:57:07 +01:00
Martin Weinelt
e6937f6684 python310Packages.mypy: 0.991 -> 1.0.1
https://mypy-lang.blogspot.com/2023/02/mypy-10-released.html

- Organize dependencies
- Apply patch for setuptools 67.4.0 support
- Use env to pass environment vars explicitly
- Enable tests, disable tests that ignore our PYTHONPATH
2023-03-03 23:57:07 +01:00
Martin Weinelt
0cf801fa81 python310Packages.sphinx-autoapi: Disable failing tests 2023-03-03 23:57:07 +01:00
Martin Weinelt
8f66e62516 python310Packages.sphinx-autoapi: Rename from sphinxcontrib-autoapi 2023-03-03 23:57:07 +01:00
Martin Weinelt
2828e4c40f python310Packages.sphinx: Disable failing tests 2023-03-03 23:57:06 +01:00
Martin Weinelt
a9293da8e7 Revert "sphinx: 5.3.0 -> 6.1.3"
This reverts commit 96fc61bb781dbf604f303088fbeca7fe56512426.

Sphinx versions >=6.0 fail to import extensions, which represents a
severe regression. Details about this issue have been posted at
https://github.com/NixOS/nixpkgs/pull/210338#issuecomment-1447063024.
2023-03-03 23:57:06 +01:00
Sandro Jäckel
58d8a2df75 python310Packages.tornado: run tests by switching to github source 2023-03-03 23:57:06 +01:00
Martin Weinelt
b994fcd8bb python310Packages.sphinxeomji: Reformat, use sphinxHook 2023-03-03 23:57:06 +01:00
Martin Weinelt
15fb6355e0 python3Packages.zstd: 1.5.2.6 -> 1.5.4.0 2023-03-03 23:57:06 +01:00
Martin Weinelt
218cabea00 python3Packages.zstandard: 0.19.0 -> 0.20.0 2023-03-03 23:57:06 +01:00
Martin Weinelt
9181793e6e python3Packages.zope.schema: 6.2.1 -> 7.0.1 2023-03-03 23:57:06 +01:00
Martin Weinelt
03b56d526f python3Packages.zope.proxy: 4.6.1 -> 5.0.0 2023-03-03 23:57:06 +01:00
Martin Weinelt
7f119b167e python3Packages.zope.component: 5.0.1 -> 5.1.0 2023-03-03 23:57:06 +01:00
Martin Weinelt
9ef8d9f33f python3Packages.zipp: 3.11.0 -> 3.15.0 2023-03-03 23:57:06 +01:00
Martin Weinelt
23679c147d python3Packages.zc.lockfile: 2.0 -> 3.0 2023-03-03 23:57:06 +01:00
Martin Weinelt
4877cb9d10 python3Packages.zarr: 2.13.3 -> 2.14.2 2023-03-03 23:57:06 +01:00
Martin Weinelt
c6503655a0 python3Packages.yq: 3.1.0 -> 3.1.1 2023-03-03 23:57:05 +01:00
Martin Weinelt
f0b5d973c2 python3Packages.yaspin: 2.2.0 -> 2.3.0 2023-03-03 23:57:05 +01:00
Martin Weinelt
7b0360adcc python3Packages.yark: 1.2.4 -> 1.2.7 2023-03-03 23:57:05 +01:00
Martin Weinelt
919f484075 python3Packages.yangson: 1.4.15 -> 1.4.16 2023-03-03 23:57:05 +01:00
Martin Weinelt
cff06d4931 python3Packages.yamllint: 1.28.0 -> 1.29.0 2023-03-03 23:57:05 +01:00
Martin Weinelt
67f576abee python3Packages.xyzservices: 2022.9.0 -> 2023.2.0 2023-03-03 23:57:05 +01:00
Martin Weinelt
11e5552bcd python3Packages.xhtml2pdf: 0.2.8 -> 0.2.9 2023-03-03 23:57:05 +01:00
Martin Weinelt
9be1f5d54f python3Packages.xcffib: 1.1.2 -> 1.2.0 2023-03-03 23:57:05 +01:00
Martin Weinelt
6915f023cc python3Packages.xarray: 2022.12.0 -> 2023.2.0 2023-03-03 23:57:05 +01:00
Martin Weinelt
0fc5734eee python3Packages.whatthepatch: 1.0.3 -> 1.0.4 2023-03-03 23:57:05 +01:00
Martin Weinelt
133a989aa9 python3Packages.werkzeug: 2.2.2 -> 2.2.3 2023-03-03 23:57:05 +01:00
Martin Weinelt
acfe5278f5 python3Packages.websocket-client: 1.4.2 -> 1.5.1 2023-03-03 23:57:04 +01:00
Martin Weinelt
0e5a986fd3 python3Packages.wcwidth: 0.2.5 -> 0.2.6 2023-03-03 23:57:04 +01:00
Martin Weinelt
1cbec8390e python3Packages.watchdog: 2.2.1 -> 2.3.0 2023-03-03 23:57:04 +01:00
Martin Weinelt
dd52a3a679 python3Packages.vulture: 2.6 -> 2.7 2023-03-03 23:57:04 +01:00
Martin Weinelt
28354c673d python3Packages.virtualenv: 20.17.1 -> 20.19.0 2023-03-03 23:57:04 +01:00
Martin Weinelt
2b5f5c9165 python3Packages.vector: 0.11.0 -> 1.0.0 2023-03-03 23:57:04 +01:00
Martin Weinelt
bb92cb3070 python3Packages.uptime-kuma-api: 0.9.0 -> 0.10.0 2023-03-03 23:57:04 +01:00
Martin Weinelt
6144a39da6 python3Packages.uproot: 5.0.2 -> 5.0.3 2023-03-03 23:57:04 +01:00
Martin Weinelt
d00f15804a python3Packages.unearth: 0.7.0 -> 0.7.2 2023-03-03 23:57:04 +01:00
Martin Weinelt
bf44035a53 python3Packages.uamqp: 1.6.3 -> 1.6.4 2023-03-03 23:57:04 +01:00
Martin Weinelt
1c8678f0e1 python3Packages.typing-extensions: 4.4.0 -> 4.5.0 2023-03-03 23:57:04 +01:00
Martin Weinelt
c998552f7d python3Packages.types-typed-ast: 1.5.8.3 -> 1.5.8.4 2023-03-03 23:57:03 +01:00
Martin Weinelt
08d0720b15 python3Packages.types-toml: 0.10.8.2 -> 0.10.8.5 2023-03-03 23:57:03 +01:00
Martin Weinelt
c7a49ef2c8 python3Packages.types-setuptools: 65.6.0.2 -> 67.4.0.3 2023-03-03 23:57:03 +01:00
Martin Weinelt
962850b24c python3Packages.types-redis: 4.4.0.0 -> 4.5.1.4 2023-03-03 23:57:03 +01:00
Martin Weinelt
f6233be1f7 python3Packages.types-psutil: 5.9.5.7 -> 5.9.5.9 2023-03-03 23:57:03 +01:00
Martin Weinelt
041672f95e python3Packages.types-pillow: 9.4.0.13 -> 9.4.0.17 2023-03-03 23:57:03 +01:00
Martin Weinelt
c9123653b5 python3Packages.trytond: 6.6.1 -> 6.6.5 2023-03-03 23:57:03 +01:00
Martin Weinelt
7e22ead6fe python3Packages.troposphere: 4.2.0 -> 4.3.0 2023-03-03 23:57:03 +01:00
Martin Weinelt
51880b2426 python3Packages.trimesh: 3.20.0 -> 3.20.1 2023-03-03 23:57:03 +01:00
Martin Weinelt
95f167e845 python3Packages.transmission-rpc: 3.4.0 -> 4.1.0 2023-03-03 23:57:03 +01:00
Martin Weinelt
1b3ec1e70c python3Packages.transformers: 4.25.1 -> 4.26.1 2023-03-03 23:57:03 +01:00
Martin Weinelt
abb4844845 python3Packages.traitlets: 5.8.0 -> 5.9.0 2023-03-03 23:57:02 +01:00
Martin Weinelt
3e02206906 python3Packages.trainer: 0.0.20 -> 0.0.22 2023-03-03 23:57:02 +01:00
Martin Weinelt
f12c211068 python3Packages.trackpy: 0.5.0 -> 0.6.1 2023-03-03 23:57:02 +01:00
Martin Weinelt
fb7b1cff4e python3Packages.tox: 4.1.0 -> 4.4.6 2023-03-03 23:57:02 +01:00
Martin Weinelt
e951846f6f python3Packages.timetagger: 22.12.1 -> 23.2.1 2023-03-03 23:57:02 +01:00
Martin Weinelt
e783498ae0 python3Packages.tiledb: 0.19.0 -> 0.20.0 2023-03-03 23:57:02 +01:00
Martin Weinelt
5ff99a4c60 python3Packages.tifffile: 2022.10.10 -> 2023.2.3 2023-03-03 23:57:02 +01:00
Martin Weinelt
b0e67154c7 python3Packages.textual: 0.11.1 -> 0.12.1 2023-03-03 23:57:02 +01:00
Martin Weinelt
753a38ff3e python3Packages.testfixtures: 7.0.4 -> 7.1.0 2023-03-03 23:57:02 +01:00
Martin Weinelt
313c202777 python3Packages.termcolor: 2.1.1 -> 2.2.0 2023-03-03 23:57:02 +01:00
Martin Weinelt
201136cb8b python3Packages.tensorflow-datasets: 4.8.0 -> 4.8.2 2023-03-03 23:57:02 +01:00
Martin Weinelt
2064e3c948 python3Packages.tenacity: 8.1.0 -> 8.2.1 2023-03-03 23:57:01 +01:00
Martin Weinelt
1338199c59 python3Packages.tempora: 5.1.0 -> 5.2.1 2023-03-03 23:57:01 +01:00
Martin Weinelt
5a8fb1b5d0 python3Packages.tables: 3.7.0 -> 3.8.0 2023-03-03 23:57:01 +01:00
Martin Weinelt
ec31399b3d python3Packages.tabledata: 1.3.0 -> 1.3.1 2023-03-03 23:57:01 +01:00
Martin Weinelt
c6d28b1427 python3Packages.sunpy: 4.1.0 -> 4.1.3 2023-03-03 23:57:01 +01:00
Martin Weinelt
92bb070cf9 python3Packages.subarulink: 0.7.1 -> 0.7.5 2023-03-03 23:57:01 +01:00
Martin Weinelt
958f9b4b80 python3Packages.strawberry-graphql: 0.151.2 -> 0.159.0 2023-03-03 23:57:01 +01:00
Martin Weinelt
8f716c515a python3Packages.stevedore: 4.1.1 -> 5.0.0 2023-03-03 23:57:01 +01:00
Martin Weinelt
b8369fce0e python3Packages.starlette: 0.23.1 -> 0.25.0 2023-03-03 23:57:01 +01:00
Martin Weinelt
e585390638 python3Packages.ssh-mitm: 3.0.1 -> 3.0.2 2023-03-03 23:57:01 +01:00
Martin Weinelt
1d244b02ca python3Packages.sqltrie: 0.0.28 -> 0.1.0 2023-03-03 23:57:01 +01:00
Martin Weinelt
dc8b9f63f3 python3Packages.sqlalchemy-utils: 0.39.0 -> 0.40.0 2023-03-03 23:57:01 +01:00
Martin Weinelt
de884ab68f python3Packages.SQLAlchemy: 1.4.46 -> 2.0.4
https://www.sqlalchemy.org/blog/2023/01/26/sqlalchemy-2.0.0-released/

- Migrate to pyproject format with setuptools.
- Prune support for python older than 3.8.
- Run tests in parallel
- Don't run mypy or profiling tests, reducing build time significantly
2023-03-03 23:57:00 +01:00
Martin Weinelt
5c07731a34 python3Packages.spyder-kernels: 2.4.1 -> 2.4.2 2023-03-03 23:57:00 +01:00
Martin Weinelt
0747389651 python3Packages.spyder: 5.4.1 -> 5.4.2 2023-03-03 23:57:00 +01:00
Martin Weinelt
8a5e95370c python3Packages.spsdk: 1.8.0 -> 1.9.0 2023-03-03 23:57:00 +01:00
Martin Weinelt
3a351b659b python3Packages.sphinxext-opengraph: 0.7.5 -> 0.8.1 2023-03-03 23:57:00 +01:00
Martin Weinelt
aec98c02b7 python3Packages.sphinxcontrib-spelling: 7.7.0 -> 8.0.0 2023-03-03 23:57:00 +01:00
Martin Weinelt
b84cdf1da2 python3Packages.sphinxcontrib-confluencebuilder: 1.9.0 -> 2.0.0 2023-03-03 23:57:00 +01:00
Martin Weinelt
345252ed3e python3Packages.sphinx-codeautolink: 0.12.1 -> 0.15.0 2023-03-03 23:57:00 +01:00
Martin Weinelt
a3bba09968 python3Packages.sphinx-autodoc-typehints: 1.19.5 -> 1.23.4 2023-03-03 23:57:00 +01:00
Martin Weinelt
dc170fdd9d python3Packages.soupsieve: 2.3.2.post1 -> 2.4 2023-03-03 23:57:00 +01:00
Martin Weinelt
6d82462a68 python3Packages.softlayer: 6.1.3 -> 6.1.4 2023-03-03 23:57:00 +01:00
Martin Weinelt
0a441d2708 python3Packages.snitun: 0.31.0 -> 0.33.0 2023-03-03 23:56:59 +01:00
Martin Weinelt
102cec04c1 python3Packages.skrl: 0.8.0 -> 0.10.1 2023-03-03 23:56:59 +01:00
Martin Weinelt
642a59ab5b python3Packages.simple-salesforce: 1.12.2 -> 1.12.3 2023-03-03 23:56:59 +01:00
Martin Weinelt
3b0f7b9481 python3Packages.simplejson: 3.18.1 -> 3.18.3 2023-03-03 23:56:59 +01:00
Martin Weinelt
ea10441409 python3Packages.shellingham: 1.5.0 -> 1.5.0.post1 2023-03-03 23:56:59 +01:00
Martin Weinelt
06b141af3f python3Packages.sh: 1.14.3 -> 2.0.2 2023-03-03 23:56:59 +01:00
Martin Weinelt
c5aec6c7bf python3Packages.shapely: 2.0.0 -> 2.0.1 2023-03-03 23:56:59 +01:00
Martin Weinelt
897c7aa355 python3Packages.sexpdata: 0.0.3 -> 0.0.4 2023-03-03 23:56:59 +01:00
Martin Weinelt
3c09d2c9e7 python3Packages.seaborn: 0.12.1 -> 0.12.2 2023-03-03 23:56:59 +01:00
Martin Weinelt
15f5a4cc71 python3Packages.scp: 0.14.4 -> 0.14.5 2023-03-03 23:56:59 +01:00
Martin Weinelt
b5fcedd4b2 python3Packages.scikit-hep-testdata: 0.4.25 -> 0.4.28 2023-03-03 23:56:59 +01:00
Martin Weinelt
60ec85bacd python3Packages.scikit-build: 0.16.4 -> 0.16.7 2023-03-03 23:56:58 +01:00
Martin Weinelt
1b8a670cdb python3Packages.scikit-build-core: 0.1.5 -> 0.2.0 2023-03-03 23:56:58 +01:00
Martin Weinelt
0dac66f598 python3Packages.schema-salad: 8.4.20230127112827 -> 8.4.20230213094415 2023-03-03 23:56:58 +01:00
Martin Weinelt
2b37b92a06 python3Packages.scancode-toolkit: 31.2.3 -> 31.2.4 2023-03-03 23:56:58 +01:00
Martin Weinelt
5c88b821e8 python3Packages.saneyaml: 0.5.2 -> 0.6.0 2023-03-03 23:56:58 +01:00
Martin Weinelt
857f1923cf python3Packages.sagemaker: 2.126.0 -> 2.135.0 2023-03-03 23:56:58 +01:00
Martin Weinelt
810f4084b0 python3Packages.rpy2: 3.5.8 -> 3.5.9 2023-03-03 23:56:58 +01:00
Martin Weinelt
752ba96c26 python3Packages.rlax: 0.1.4 -> 0.1.5 2023-03-03 23:56:58 +01:00
Martin Weinelt
8c67452cc3 python3Packages.riscv-config: 3.5.0 -> 3.5.2 2023-03-03 23:56:58 +01:00
Martin Weinelt
8a3f759579 python3Packages.riscof: 1.25.2 -> 1.25.3 2023-03-03 23:56:58 +01:00
Martin Weinelt
2ec790b503 python3Packages.ripe-atlas-cousteau: 1.5.1 -> 2.0.0 2023-03-03 23:56:58 +01:00
Martin Weinelt
48a10eeada python3Packages.rich: 13.3.0 -> 13.3.1 2023-03-03 23:56:57 +01:00
Martin Weinelt
420c70c38b python3Packages.restview: 3.0.0 -> 3.0.1 2023-03-03 23:56:57 +01:00
Martin Weinelt
a73c2ac9dc python3Packages.requests_ntlm: 1.1.0 -> 1.2.0 2023-03-03 23:56:57 +01:00
Martin Weinelt
094013d9b3 python3Packages.reqif: 0.0.8 -> 0.0.27 2023-03-03 23:56:57 +01:00
Martin Weinelt
57366d61b2 python3Packages.reolink: 0.63 -> 0.64 2023-03-03 23:56:57 +01:00
Martin Weinelt
c269dc732b python3Packages.redis: 4.4.0 -> 4.5.1 2023-03-03 23:56:57 +01:00
Martin Weinelt
7745f1d920 python3Packages.recipe-scrapers: 14.26.0 -> 14.32.1 2023-03-03 23:56:57 +01:00
Martin Weinelt
2a3eb50217 python3Packages.qrcode: 7.3.1 -> 7.4.2
https://github.com/lincolnloop/python-qrcode/blob/v7.4.2/CHANGES.rst
2023-03-03 23:56:57 +01:00
Martin Weinelt
44a5709e67 python3Packages.qiskit-optimization: 0.4.0 -> 0.5.0 2023-03-03 23:56:57 +01:00
Martin Weinelt
660245c4d6 python3Packages.qiskit-ibmq-provider: 0.19.2 -> 0.20.1 2023-03-03 23:56:57 +01:00
Martin Weinelt
3effcd44a8 python3Packages.qiskit: 0.39.4 -> 0.41.1 2023-03-03 23:56:57 +01:00
Martin Weinelt
081f18366e python3Packages.pyzmq: 24.0.1 -> 25.0.0 2023-03-03 23:56:56 +01:00
Martin Weinelt
6378b8bc0f python3Packages.pywlroots: 0.15.24 -> 0.16.1 2023-03-03 23:56:56 +01:00
Martin Weinelt
de7640cda7 python3Packages.pywebview: 3.7.2 -> 4.0.2 2023-03-03 23:56:56 +01:00
Martin Weinelt
e8e29a2591 python3Packages.pytrends: 4.8.0 -> 4.9.0 2023-03-03 23:56:56 +01:00
Martin Weinelt
e4c327893a python3Packages.pytorch-lightning: 1.9.0 -> 1.9.3 2023-03-03 23:56:56 +01:00
Martin Weinelt
750ae0fcce python3Packages.python-telegram-bot: 20.0 -> 20.1 2023-03-03 23:56:56 +01:00
Martin Weinelt
1df15cae5f python3Packages.python-keystoneclient: 5.0.1 -> 5.1.0 2023-03-03 23:56:56 +01:00
Martin Weinelt
e990e662c3 python3Packages.python-json-logger: 2.0.4 -> 2.0.7 2023-03-03 23:56:56 +01:00
Martin Weinelt
f3d03fce29 python3Packages.python-heatclient: 3.1.0 -> 3.2.0 2023-03-03 23:56:56 +01:00
Martin Weinelt
e8c54d73b1 python3Packages.pythonfinder: 1.3.1 -> 1.3.2 2023-03-03 23:56:56 +01:00
Martin Weinelt
dd1b35141c python3Packages.python-dotenv: 0.21.0 -> 1.0.0 2023-03-03 23:56:56 +01:00
Martin Weinelt
f3b377a182 python3Packages.python-dbusmock: 0.28.6 -> 0.28.7 2023-03-03 23:56:55 +01:00
Martin Weinelt
03e2caafd2 python3Packages.python-binance: 1.0.16 -> 1.0.17 2023-03-03 23:56:55 +01:00
Martin Weinelt
4062911dee python3Packages.python-arango: 7.5.4 -> 7.5.7 2023-03-03 23:56:55 +01:00
Martin Weinelt
44654b35d7 python3Packages.pytest-xprocess: 0.21.0 -> 0.22.2 2023-03-03 23:56:55 +01:00
Martin Weinelt
4445dd4a76 python3Packages.pytest-socket: 0.5.1 -> 0.6.0 2023-03-03 23:56:55 +01:00
Martin Weinelt
71bf6227b6 python3Packages.pytest-rerunfailures: 11.0 -> 11.1.1 2023-03-03 23:56:55 +01:00
Martin Weinelt
09b706bebf python3Packages.pytest-regressions: 2.4.1 -> 2.4.2 2023-03-03 23:56:55 +01:00
Martin Weinelt
4bcd14bcbb python3Packages.pytest-localserver: 0.7.0 -> 0.7.1 2023-03-03 23:56:55 +01:00
Martin Weinelt
8160a3f51f python3Packages.pytest-httpx: 0.21.2 -> 0.21.3 2023-03-03 23:56:55 +01:00
Martin Weinelt
d9c4fab30d python3Packages.pytest-datafiles: 2.0.1 -> 3.0.0 2023-03-03 23:56:55 +01:00
Martin Weinelt
644619e921 python3Packages.pytensor: 2.9.1 -> 2.10.1 2023-03-03 23:56:55 +01:00
Martin Weinelt
41ad7cb2af python3Packages.pytelegrambotapi: 4.9.0 -> 4.10.0 2023-03-03 23:56:54 +01:00
Martin Weinelt
e116ba629b python3Packages.pytapo: 2.9.2 -> 3.1.7 2023-03-03 23:56:54 +01:00
Martin Weinelt
081654cbcc python3Packages.pysqlcipher3: 1.1.0 -> 1.2.0 2023-03-03 23:56:54 +01:00
Martin Weinelt
9eb1c4ff0b python3Packages.pyspnego: 0.7.0 -> 0.8.0 2023-03-03 23:56:54 +01:00
Martin Weinelt
a8d388d17c python3Packages.py-sonic: 0.8.0 -> 1.0.0 2023-03-03 23:56:54 +01:00
Martin Weinelt
e1108b6632 python3Packages.pysol-cards: 0.14.2 -> 0.14.3 2023-03-03 23:56:54 +01:00
Martin Weinelt
bb92c25666 python3Packages.pyslurm: 22.5.0 -> 22.5.1 2023-03-03 23:56:54 +01:00
Martin Weinelt
dfeb52fc2e python3Packages.pysigma-pipeline-windows: 1.0.1 -> 1.1.0 2023-03-03 23:56:54 +01:00
Martin Weinelt
e964c7f633 python3Packages.pysigma-pipeline-sysmon: 1.0.1 -> 1.0.2 2023-03-03 23:56:54 +01:00
Martin Weinelt
d720717a79 python3Packages.pysigma-pipeline-crowdstrike: 0.1.8 -> 1.0.0 2023-03-03 23:56:54 +01:00
Martin Weinelt
2e07d3cd60 python3Packages.pysigma: 0.8.12 -> 0.9.4 2023-03-03 23:56:54 +01:00
Martin Weinelt
3ec0ea029e python3Packages.pysigma-backend-splunk: 0.3.7 -> 1.0.2 2023-03-03 23:56:54 +01:00
Martin Weinelt
e0bb5194c3 python3Packages.pysigma-backend-qradar: 0.3.0 -> 0.3.3 2023-03-03 23:56:53 +01:00
Martin Weinelt
fd7d047819 python3Packages.pyreadstat: 1.2.0 -> 1.2.1 2023-03-03 23:56:53 +01:00
Martin Weinelt
72b51e0cd7 python3Packages.pyqt-builder: 1.14.0 -> 1.14.1 2023-03-03 23:56:53 +01:00
Martin Weinelt
6fd7f94b84 python3Packages.pyproject-metadata: 0.6.1 -> 0.7.1 2023-03-03 23:56:53 +01:00
Martin Weinelt
264ba93993 python3Packages.pyproject-api: 1.2.1 -> 1.5.0 2023-03-03 23:56:53 +01:00
Martin Weinelt
7f0efc20fd python3Packages.pyprecice: 2.5.0.1 -> 2.5.0.2 2023-03-03 23:56:53 +01:00
Martin Weinelt
cab91797c4 python3Packages.pypemicro: 0.1.9 -> 0.1.11 2023-03-03 23:56:53 +01:00
Martin Weinelt
a8d46a26b5 python3Packages.pypdf2: 2.11.1 -> 3.0.1 2023-03-03 23:56:53 +01:00
Martin Weinelt
54e04e4ca3 python3Packages.pyp: 1.0.0 -> 1.1.0 2023-03-03 23:56:53 +01:00
Martin Weinelt
1285eee084 python3Packages.pynamodb: 5.4.0 -> 5.4.1 2023-03-03 23:56:53 +01:00
Martin Weinelt
a1abcedbe9 python3Packages.pymanopt: 2.0.1 -> 2.1.1 2023-03-03 23:56:53 +01:00
Martin Weinelt
508537587e python3Packages.pylsp-mypy: 0.6.5 -> 0.6.6 2023-03-03 23:56:52 +01:00
Martin Weinelt
251d54a89c python3Packages.pylint-venv: 2.3.0 -> 3.0.1 2023-03-03 23:56:52 +01:00
Martin Weinelt
884f4b277f python3Packages.pykaleidescape: 1.0.1 -> 2022.2.3 2023-03-03 23:56:52 +01:00
Martin Weinelt
b1da4eaadd python3Packages.pygmo: 2.18.0 -> 2.19.0 2023-03-03 23:56:52 +01:00
Martin Weinelt
e315117124 python3Packages.pyglet: 2.0.2.1 -> 2.0.4 2023-03-03 23:56:52 +01:00
Martin Weinelt
098c23afd0 python3Packages.pygithub: 1.57 -> 1.58.0 2023-03-03 23:56:52 +01:00
Martin Weinelt
155d6a4077 python3Packages.pygdbmi: 0.10.0.0 -> 0.11.0.0 2023-03-03 23:56:52 +01:00
Martin Weinelt
138dd42df4 python3Packages.pygame-gui: 067 -> 068 2023-03-03 23:56:52 +01:00
Martin Weinelt
9926e12de6 python3Packages.pygame: 2.1.2 -> 2.1.3 2023-03-03 23:56:52 +01:00
Martin Weinelt
a33ed03921 python3Packages.pyfakefs: 5.0.0 -> 5.1.0 2023-03-03 23:56:52 +01:00
Martin Weinelt
79d86c5d84 python3Packages.pyfaidx: 0.7.1 -> 0.7.2.1 2023-03-03 23:56:52 +01:00
Martin Weinelt
574d3aa436 python3Packages.pydocstyle: 6.1.1 -> 6.3.0
https://github.com/PyCQA/pydocstyle/blob/6.3.0/docs/release_notes.rst
2023-03-03 23:56:51 +01:00
Martin Weinelt
5234923423 python3Packages.pydispatcher: 2.0.6 -> 2.0.7 2023-03-03 23:56:51 +01:00
Martin Weinelt
78d2dfb103 python3Packages.pydantic: 1.10.4 -> 1.10.5 2023-03-03 23:56:51 +01:00
Martin Weinelt
235ced7a61 python3Packages.pycm: 3.7 -> 3.8 2023-03-03 23:56:51 +01:00
Martin Weinelt
ecf4f46a7e python3Packages.pyatag: 0.3.6.2 -> 3.5.1 2023-03-03 23:56:51 +01:00
Martin Weinelt
60d1f7d47c python3Packages.prompt-toolkit: 3.0.36 -> 3.0.37 2023-03-03 23:56:51 +01:00
Martin Weinelt
edee2041ab python3Packages.prometheus-client: 0.15.0 -> 0.16.0 2023-03-03 23:56:51 +01:00
Martin Weinelt
0a1632cbba python3Packages.polyline: 1.4.0 -> 2.0.0 2023-03-03 23:56:51 +01:00
Martin Weinelt
cc19061fb0 python3Packages.polib: 1.1.1 -> 1.2.0 2023-03-03 23:56:51 +01:00
Martin Weinelt
e447451ffe python3Packages.poetry-plugin-export: 1.2.0 -> 1.3.0 2023-03-03 23:56:51 +01:00
Martin Weinelt
3066e109fd python3Packages.plumbum: 1.8.0 -> 1.8.1
https://github.com/tomerfiliba/plumbum/releases/tag/v1.8.1
2023-03-03 23:56:51 +01:00
Martin Weinelt
71eff417fc python3Packages.plotly: 5.11.0 -> 5.13.1 2023-03-03 23:56:50 +01:00
Martin Weinelt
fd37afb46d python3Packages.platformdirs: 2.6.2 -> 3.0.0 2023-03-03 23:56:50 +01:00
Martin Weinelt
5131a7d9e2 python3Packages.plantuml-markdown: 3.8.0 -> 3.8.1 2023-03-03 23:56:50 +01:00
Martin Weinelt
bf8a8f57ef python3Packages.pkginfo: 1.9.2 -> 1.9.6 2023-03-03 23:56:50 +01:00
Martin Weinelt
ac6a7115b6 python3Packages.class-registry: 3.0.5 -> 4.0.6 2023-03-03 23:56:50 +01:00
Martin Weinelt
99682f5e35 python3Packages.pex: 2.1.119 -> 2.1.123 2023-03-03 23:56:50 +01:00
Martin Weinelt
6c0a957d92 python3Packages.pathspec: 0.10.3 -> 0.11.0
https://github.com/cpburnz/python-pathspec/blob/v0.11.0/CHANGES.rst
2023-03-03 23:56:50 +01:00
Martin Weinelt
12193a89a9 python3Packages.pandas: 1.5.2 -> 1.5.3 2023-03-03 23:56:50 +01:00
Martin Weinelt
0c93642cd5 python3Packages.p1monitor: 2.2.1 -> 2.3.0 2023-03-03 23:56:50 +01:00
Martin Weinelt
4b1ebc563f python3Packages.owslib: 0.28.0 -> 0.28.1 2023-03-03 23:56:50 +01:00
Martin Weinelt
f802bc73cb python3Packages.oslo-i18n: 5.1.0 -> 6.0.0 2023-03-03 23:56:50 +01:00
Martin Weinelt
90ff65d4c3 python3Packages.oslo-config: 9.0.0 -> 9.1.1 2023-03-03 23:56:50 +01:00
Martin Weinelt
19f748c226 python3Packages.oslo-concurrency: 5.1.0 -> 5.1.1 2023-03-03 23:56:49 +01:00
Martin Weinelt
28361cc839 python3Packages.optuna: 3.0.5 -> 3.1.0 2023-03-03 23:56:49 +01:00
Martin Weinelt
31caf6f107 python3Packages.openpyxl: 3.0.10 -> 3.1.1 2023-03-03 23:56:49 +01:00
Martin Weinelt
bfb65159da python3Packages.opencensus: 0.11.0 -> 0.11.1 2023-03-03 23:56:49 +01:00
Martin Weinelt
b4640b9149 python3Packages.openapi-spec-validator: 0.5.1 -> 0.5.5 2023-03-03 23:56:49 +01:00
Martin Weinelt
a6940a1844 python3Packages.openapi-schema-validator: 0.3.4 -> 0.4.3 2023-03-03 23:56:49 +01:00
Martin Weinelt
50158fa908 python3Packages.onnxconverter-common: 1.12.2 -> 1.13.0 2023-03-03 23:56:49 +01:00
Martin Weinelt
1b42efcc1a python3Packages.omnikinverter: 0.8.1 -> 0.9.0 2023-03-03 23:56:49 +01:00
Martin Weinelt
3bbb631e4d python3Packages.nvidia-ml-py: 11.515.75 -> 11.525.84 2023-03-03 23:56:49 +01:00
Martin Weinelt
83aa158501 python3Packages.nunavut: 2.0.0 -> 2.0.2 2023-03-03 23:56:49 +01:00
Martin Weinelt
7351644224 python3Packages.numpyro: 0.10.1 -> 0.11.0 2023-03-03 23:56:49 +01:00
Martin Weinelt
bcebde2aff python3Packages.numpy: 1.23.5 -> 1.24.2 2023-03-03 23:56:48 +01:00
Martin Weinelt
dd7c37d7d9 python3Packages.nptyping: 2.4.1 -> 2.5.0 2023-03-03 23:56:48 +01:00
Martin Weinelt
ed921a5263 python3Packages.nocaselist: 1.1.0 -> 1.1.1 2023-03-03 23:56:48 +01:00
Martin Weinelt
63165bb8f0 python3Packages.nocasedict: 1.1.0 -> 2.0.0 2023-03-03 23:56:48 +01:00
Martin Weinelt
ce57a57197 python3Packages.nilearn: 0.9.2 -> 0.10.0 2023-03-03 23:56:48 +01:00
Martin Weinelt
87e495ef4f python3Packages.nibabel: 4.0.2 -> 5.0.1
https://github.com/nipy/nibabel/releases/tag/5.0.0
https://github.com/nipy/nibabel/releases/tag/5.0.1
2023-03-03 23:56:48 +01:00
Martin Weinelt
90b3d607b7 python3Packages.networkx: 2.8.8 -> 3.0 2023-03-03 23:56:48 +01:00
Martin Weinelt
f2ccc2f7c1 python3Packages.nbval: 0.9.6 -> 0.10.0 2023-03-03 23:56:48 +01:00
Martin Weinelt
3c76937302 python3Packages.nbformat: 5.7.1 -> 5.7.3 2023-03-03 23:56:48 +01:00
Martin Weinelt
1998b6e360 python3Packages.nbclassic: 0.4.8 -> 0.5.2 2023-03-03 23:56:48 +01:00
Martin Weinelt
a8c68fde42 python3Packages.napari-npe2: 0.6.1 -> 0.6.2 2023-03-03 23:56:48 +01:00
Martin Weinelt
71f083e9b0 python3Packages.moto: 4.0.12 -> 4.1.3 2023-03-03 23:56:47 +01:00
Martin Weinelt
93e734fc82 python3Packages.mongoengine: 0.25.0 -> 0.26.0 2023-03-03 23:56:47 +01:00
Martin Weinelt
e927db280f python3Packages.moderngl: 5.7.4 -> 5.8.0 2023-03-03 23:56:47 +01:00
Martin Weinelt
2e6d91f7a7 python3Packages.mlflow: 1.30.0 -> 2.1.1 2023-03-03 23:56:47 +01:00
Martin Weinelt
680bd4133b python3Packages.mkdocs-swagger-ui-tag: 0.5.1 -> 0.5.2 2023-03-03 23:56:47 +01:00
Martin Weinelt
40bd3206ec python3Packages.mkdocs-material: 9.0.13 -> 9.0.15 2023-03-03 23:56:47 +01:00
Martin Weinelt
7c938a01f8 python3Packages.mistletoe: 1.0.0 -> 1.0.1
https://github.com/miyuchina/mistletoe/releases/tag/v1.0.1
2023-03-03 23:56:47 +01:00
Martin Weinelt
d71511397e python3Packages.mip: 1.14.2 -> 1.15.0 2023-03-03 23:56:47 +01:00
Martin Weinelt
6531f2ae46 python3Packages.meson-python: 0.12.0 -> 0.12.1 2023-03-03 23:56:47 +01:00
Martin Weinelt
59d23ead06 python3Packages.mediapy: 1.1.2 -> 1.1.6 2023-03-03 23:56:47 +01:00
Martin Weinelt
256f4d20bd python3Packages.measurement: 3.2.0 -> 3.2.2 2023-03-03 23:56:46 +01:00
Martin Weinelt
626ff272e3 python3Packages.mdutils: 1.4.0 -> 1.5.0 2023-03-03 23:56:46 +01:00
Martin Weinelt
3a5fcd284a python3Packages.mbstrdecoder: 1.1.1 -> 1.1.2 2023-03-03 23:56:46 +01:00
Martin Weinelt
0d5041f805 python3Packages.matplotlib: 3.6.2 -> 3.7.0
https://github.com/matplotlib/matplotlib/releases/tag/v3.7.0
2023-03-03 23:56:46 +01:00
Martin Weinelt
fea4e40b98 python3Packages.masky: 0.1.2 -> 0.2.0 2023-03-03 23:56:46 +01:00
Martin Weinelt
0f46e328fa python3Packages.markups: 3.1.3 -> 4.0.0 2023-03-03 23:56:46 +01:00
Martin Weinelt
62abf6a965 python3Packages.markupsafe: 2.1.1 -> 2.1.2 2023-03-03 23:56:46 +01:00
Martin Weinelt
707463fe99 python3Packages.markdown-include: 0.8.0 -> 0.8.1 2023-03-03 23:56:46 +01:00
Martin Weinelt
28bfcd7c6f python3Packages.localstack-ext: 1.3.1 -> 1.4.0 2023-03-03 23:56:46 +01:00
Martin Weinelt
dc16dea064 python3Packages.localstack: 1.3.1 -> 1.4.0 2023-03-03 23:56:46 +01:00
Martin Weinelt
7a8a74d1f8 python3Packages.limits: 2.8.0 -> 3.2.0 2023-03-03 23:56:46 +01:00
Martin Weinelt
76540491b3 python310Packages.etcd3: init at 0.12.0
Packaged as a dependency for limits.
2023-03-03 23:56:45 +01:00
Martin Weinelt
7d5be92d55 python3Packages.lightning-utilities: 0.5.0 -> 0.7.1 2023-03-03 23:56:45 +01:00
Martin Weinelt
ba9b0aef58 python3Packages.librosa: 0.9.2 -> 0.10.0
https://github.com/librosa/librosa/releases/tag/0.10.0

- Migrate to pep517 build
- Make matplotlib an optional dependency
- Enable tests
- Update description, homepage and add changelog url
2023-03-03 23:56:45 +01:00
Martin Weinelt
470651e0e8 python310Packages.samplerate: init at 0.1.0
Packaged as a dependency for librosa.
2023-03-03 23:56:45 +01:00
Martin Weinelt
8e4af8054b python310Packages.scikits-samplerate: Overhaul 2023-03-03 23:56:45 +01:00
Martin Weinelt
2dce4aea43 python310Packages.scikits-samplerate: Rename from samplerate 2023-03-03 23:56:45 +01:00
Martin Weinelt
0bec9a90db python310Packages.lazy-loader: init at 0.1
Packaged up as a dependency for librosa.
2023-03-03 23:56:45 +01:00
Martin Weinelt
5b3185becc python310Packages.soxr: init at 0.3.3
Packaged as a dependency for librosa.
2023-03-03 23:56:45 +01:00
Martin Weinelt
f91eefa88e python3Packages.lazy-object-proxy: 1.8.0 -> 1.9.0 2023-03-03 23:56:45 +01:00
Martin Weinelt
e899c59ca0 python3Packages.language-tags: 1.1.0 -> 1.2.0 2023-03-03 23:56:45 +01:00
Martin Weinelt
491e1cac8f python3Packages.labelbox: 3.34.0 -> 3.38.0 2023-03-03 23:56:45 +01:00
Martin Weinelt
8a813e343c python3Packages.keystoneauth1: 5.1.0 -> 5.1.2 2023-03-03 23:56:44 +01:00
Martin Weinelt
feeb1f90f4 python3Packages.kajiki: 0.9.1 -> 0.9.2 2023-03-03 23:56:44 +01:00
Martin Weinelt
41faf77a3b python3Packages.jupyter-server-terminals: 0.4.3 -> 0.4.4 2023-03-03 23:56:44 +01:00
Martin Weinelt
608465e098 python3Packages.jupyterlab_server: 2.17.0 -> 2.19.0 2023-03-03 23:56:44 +01:00
Martin Weinelt
c3ef8c9714 python3Packages.jupyterlab: 3.5.3 -> 3.6.1 2023-03-03 23:56:44 +01:00
Martin Weinelt
a1ada19153 python3Packages.jupyter-events: 0.5.0 -> 0.6.3 2023-03-03 23:56:44 +01:00
Martin Weinelt
de2322e417 python3Packages.jupyter-core: 5.1.1 -> 5.2.0 2023-03-03 23:56:44 +01:00
Martin Weinelt
2d9735c925 python3Packages.jupyter_console: 6.5.1 -> 6.6.1 2023-03-03 23:56:44 +01:00
Martin Weinelt
5a34938973 python3Packages.jupyter_client: 7.4.8 -> 8.0.3 2023-03-03 23:56:44 +01:00
Martin Weinelt
d675d3029d python3Packages.json-stream: 1.5.1 -> 2.2.0 2023-03-03 23:56:44 +01:00
Martin Weinelt
8b38adcd5a python3Packages.jsonschema-spec: 0.1.2 -> 0.1.3 2023-03-03 23:56:44 +01:00
Martin Weinelt
1ed90b4489 python3Packages.jenkinsapi: 0.3.11 -> 0.3.13 2023-03-03 23:56:43 +01:00
Martin Weinelt
13df43800e python3Packages.jaraco.text: 3.11.0 -> 3.11.1 2023-03-03 23:56:43 +01:00
Martin Weinelt
138e0fc3ff python3Packages.jaraco-net: 9.3.0 -> 9.3.1 2023-03-03 23:56:43 +01:00
Martin Weinelt
f456479dd7 python3Packages.jaraco.functools: 3.5.2 -> 3.6.0 2023-03-03 23:56:43 +01:00
Martin Weinelt
8c418eb464 python3Packages.jaraco-abode: 3.3.0 -> 4.1.0 2023-03-03 23:56:43 +01:00
Martin Weinelt
d9ec104027 python3Packages.ipykernel: 6.20.0 -> 6.21.2 2023-03-03 23:56:43 +01:00
Martin Weinelt
28329fd42e python3Packages.invoke: 1.7.3 -> 2.0.0 2023-03-03 23:56:43 +01:00
Martin Weinelt
02c6a5257f python3Packages.iniconfig: 1.1.1 -> 2.0.0
https://github.com/pytest-dev/iniconfig/blob/v2.0.0/CHANGELOG
2023-03-03 23:56:43 +01:00
Martin Weinelt
f54c88e777 python3Packages.influxdb-client: 1.36.0 -> 1.36.1 2023-03-03 23:56:43 +01:00
Martin Weinelt
4bd212deac python3Packages.importlib-resources: 5.10.2 -> 5.12.0 2023-03-03 23:56:43 +01:00
Martin Weinelt
c26b9faee1 python3Packages.importlib-metadata: 5.2.0 -> 6.0.0 2023-03-03 23:56:43 +01:00
Martin Weinelt
d7e3cff83e python3Packages.imageio-ffmpeg: 0.4.7 -> 0.4.8 2023-03-03 23:56:43 +01:00
Martin Weinelt
161757d56d python3Packages.imageio: 2.25.0 -> 2.25.1 2023-03-03 23:56:42 +01:00
Martin Weinelt
1fbb0f9798 python3Packages.ibis-framework: 4.0.0 -> 4.1.0 2023-03-03 23:56:42 +01:00
Martin Weinelt
d2a7a7af3d python3Packages.hydrus-api: 4.0.0 -> 5.0.0 2023-03-03 23:56:42 +01:00
Martin Weinelt
d2e41e92bc python3Packages.hydra-core: 1.3.1 -> 1.3.2 2023-03-03 23:56:42 +01:00
Martin Weinelt
455b6196b4 python3Packages.hupper: 1.10.3 -> 1.11 2023-03-03 23:56:42 +01:00
Martin Weinelt
830417cb89 python3Packages.httpx: 0.23.1 -> 0.23.3 2023-03-03 23:56:42 +01:00
Martin Weinelt
0c0218da74 python3Packages.hiro: 0.5.1 -> 1.1.1 2023-03-03 23:56:42 +01:00
Martin Weinelt
807de17ee7 python3Packages.hiredis: 2.0.0 -> 2.2.2 2023-03-03 23:56:42 +01:00
Martin Weinelt
5fac030856 python3Packages.hdf5plugin: 4.1.0 -> 4.1.1 2023-03-03 23:56:42 +01:00
Martin Weinelt
7d22570330 python3Packages.hahomematic: 2023.2.10 -> 2023.2.11 2023-03-03 23:56:42 +01:00
Martin Weinelt
315fb0b46e python3Packages.habanero: 1.2.2 -> 1.2.3 2023-03-03 23:56:42 +01:00
Martin Weinelt
9e37b0709b python3Packages.grpcio-tools: 1.51.1 -> 1.52.0 2023-03-03 23:56:41 +01:00
Martin Weinelt
83f2fd2de2 python3Packages.grpcio-status: 1.51.1 -> 1.52.0 2023-03-03 23:56:41 +01:00
Martin Weinelt
bd43876ace python3Packages.grpc-google-iam-v1: 0.12.4 -> 0.12.6 2023-03-03 23:56:41 +01:00
Martin Weinelt
6ae40b42fa python3Packages.greenlet: 2.0.1 -> 2.0.2 2023-03-03 23:56:41 +01:00
Martin Weinelt
85ec20b7cb python3Packages.google-resumable-media: 2.4.0 -> 2.4.1 2023-03-03 23:56:41 +01:00
Martin Weinelt
6e164af124 python3Packages.google-cloud-websecurityscanner: 1.11.1 -> 1.12.0 2023-03-03 23:56:41 +01:00
Martin Weinelt
9989da096b python3Packages.google-cloud-kms: 2.13.0 -> 2.15.0 2023-03-03 23:56:41 +01:00
Martin Weinelt
bf767d3bac python3Packages.google-cloud-iam: 2.10.0 -> 2.11.2 2023-03-03 23:56:41 +01:00
Martin Weinelt
403b7cdf81 python3Packages.google-cloud-dataproc: 5.3.0 -> 5.4.0 2023-03-03 23:56:41 +01:00
Martin Weinelt
90cbe68a26 python3Packages.google-cloud-compute: 1.8.0 -> 1.10.1 2023-03-03 23:56:41 +01:00
Martin Weinelt
5d71d483b6 python3Packages.google-auth-oauthlib: 0.8.0 -> 1.0.0 2023-03-03 23:56:41 +01:00
Martin Weinelt
e90639feaa python3Packages.google-auth: 2.15.0 -> 2.16.1 2023-03-03 23:56:41 +01:00
Martin Weinelt
c4d0491130 python3Packages.googleapis-common-protos: 1.57.0 -> 1.58.0 2023-03-03 23:56:40 +01:00
Martin Weinelt
135ea2424c python3Packages.google-api-python-client: 2.75.0 -> 2.79.0 2023-03-03 23:56:40 +01:00
Martin Weinelt
ade5b4e1a8 python3Packages.glom: 22.1.0 -> 23.1.1 2023-03-03 23:56:40 +01:00
Martin Weinelt
8cd9c50f78 python3Packages.gios: 2.3.0 -> 3.1.0 2023-03-03 23:56:40 +01:00
Martin Weinelt
e63354a730 python3Packages.geojson: 2.5.0 -> 3.0.1
https://github.com/jazzband/geojson/blob/3.0.1/CHANGELOG.rst
2023-03-03 23:56:40 +01:00
Martin Weinelt
f9861694d2 python3Packages.galois: 0.3.2 -> 0.3.3 2023-03-03 23:56:40 +01:00
Martin Weinelt
e5b95a4d34 python3Packages.flax: 0.6.1 -> 0.6.5 2023-03-03 23:56:40 +01:00
Martin Weinelt
51013f08b4 python3Packages.flask-wtf: 1.0.1 -> 1.1.1 2023-03-03 23:56:40 +01:00
Martin Weinelt
5d1aa8d821 python3Packages.flask: 2.2.2 -> 2.2.3 2023-03-03 23:56:40 +01:00
Martin Weinelt
e62ffcde66 python3Packages.flask-admin: 1.6.0 -> 1.6.1 2023-03-03 23:56:40 +01:00
Martin Weinelt
7aca4f0902 python3Packages.fingerprints: 1.0.3 -> 1.1.0 2023-03-03 23:56:40 +01:00
Martin Weinelt
2bdc7938a6 python3Packages.filecheck: 0.0.22 -> 0.0.23 2023-03-03 23:56:39 +01:00
Martin Weinelt
2141681a4c python3Packages.fastapi-mail: 1.2.5 -> 1.2.6 2023-03-03 23:56:39 +01:00
Martin Weinelt
8f0a50bb60 python3Packages.fastapi: 0.88.0 -> 0.92.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
6e091eb459 python3Packages.faker: 15.3.4 -> 17.3.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
4fe7f2fbbc python3Packages.fabric: 2.7.1 -> 3.0.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
22d99610ac python3Packages.ezyrb: 1.3.0.post2212 -> 1.3.0.post2302 2023-03-03 23:56:39 +01:00
Martin Weinelt
a029159e51 python3Packages.etils: 0.9.0 -> 1.0.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
75dcf915a2 python3Packages.enaml: 0.15.2 -> 0.16.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
cc4c971d9d python3Packages.dvc-objects: 0.19.3 -> 0.20.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
d4700bd12a python3Packages.dvclive: 1.3.0 -> 2.1.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
f4bb6c46a7 python3Packages.dvc-data: 0.40.3 -> 0.41.3 2023-03-03 23:56:39 +01:00
Martin Weinelt
33c18bf349 python3Packages.dj-rest-auth: 2.2.5 -> 3.0.0 2023-03-03 23:56:39 +01:00
Martin Weinelt
29263bb064 python3Packages.django-versatileimagefield: 2.2 -> 3.0 2023-03-03 23:56:38 +01:00
Martin Weinelt
8210334f38 python3Packages.django-stubs: 1.13.1 -> 1.15.0 2023-03-03 23:56:38 +01:00
Martin Weinelt
e954768ab3 python3Packages.django-phonenumber-field: 6.4.0 -> 7.0.2 2023-03-03 23:56:38 +01:00
Martin Weinelt
5f16446a09 python3Packages.django-mailman3: 1.3.8 -> 1.3.9 2023-03-03 23:56:38 +01:00
Martin Weinelt
b73681dc8f python3Packages.django-import-export: 2.8.0 -> 3.1.0 2023-03-03 23:56:38 +01:00
Martin Weinelt
dc639ecac6 python3Packages.django-crispy-forms: 1.14.0 -> 2.0 2023-03-03 23:56:38 +01:00
Martin Weinelt
d8c1a53f4d python3Packages.django-compressor: 4.1 -> 4.3.1 2023-03-03 23:56:38 +01:00
Martin Weinelt
7ed40a2746 python3Packages.distributed: 2023.1.0 -> 2023.2.1 2023-03-03 23:56:38 +01:00
Martin Weinelt
5d28c89bbb python3Packages.distrax: 0.1.2 -> 0.1.3 2023-03-03 23:56:38 +01:00
Martin Weinelt
a9070ea4df python3Packages.diff-cover: 7.3.0 -> 7.5.0 2023-03-03 23:56:38 +01:00
Martin Weinelt
d55d7c68ae python3Packages.dict2xml: 1.7.2 -> 1.7.3 2023-03-03 23:56:38 +01:00
Martin Weinelt
22d35b8761 python3Packages.deep-translator: 1.9.3 -> 1.10.1 2023-03-03 23:56:37 +01:00
Martin Weinelt
f199843282 python3Packages.dbus-python-client-gen: 0.8 -> 0.8.2 2023-03-03 23:56:37 +01:00
Martin Weinelt
3088bb0295 python3Packages.dbus-fast: 1.84.1 -> 1.84.2 2023-03-03 23:56:37 +01:00
Martin Weinelt
b1a7782523 python3Packages.databricks-sql-connector: 2.3.0 -> 2.4.0 2023-03-03 23:56:37 +01:00
Martin Weinelt
80de560996 python3Packages.databricks-connect: 10.4.18 -> 11.3.6 2023-03-03 23:56:37 +01:00
Martin Weinelt
42caad0ad0 python3Packages.dash: 2.7.0 -> 2.8.1 2023-03-03 23:56:37 +01:00
Martin Weinelt
8680508ead python3Packages.dalle-mini: 0.1.1 -> 0.1.4 2023-03-03 23:56:37 +01:00
Martin Weinelt
d7266fe4fc python3Packages.cx-freeze: 6.13.1 -> 6.14.4 2023-03-03 23:56:37 +01:00
Martin Weinelt
6ae32c196c python3Packages.cryptoparser: 0.8.2 -> 0.8.4 2023-03-03 23:56:37 +01:00
Martin Weinelt
48c15f8138 python3Packages.cryptolyzer: 0.8.2 -> 0.8.4 2023-03-03 23:56:37 +01:00
Martin Weinelt
c5f6ac5836 python3Packages.crate: 0.29.0 -> 0.30.0 2023-03-03 23:56:37 +01:00
Martin Weinelt
1896e5152c python3Packages.coverage: 7.0.1 -> 7.2.1 2023-03-03 23:56:36 +01:00
Martin Weinelt
030dc7c0c0 python3Packages.contourpy: 1.0.6 -> 1.0.7 2023-03-03 23:56:36 +01:00
Martin Weinelt
afcfd7de1b python3Packages.confluent-kafka: 1.9.2 -> 2.0.2 2023-03-03 23:56:36 +01:00
Martin Weinelt
b7e94dba9e python3Packages.commoncode: 31.0.0 -> 31.0.2 2023-03-03 23:56:36 +01:00
Martin Weinelt
61a26b9471 python3Packages.colander: 1.8.3 -> 2.0 2023-03-03 23:56:36 +01:00
Martin Weinelt
b0bbed7598 python3Packages.coinmetrics-api-client: 2022.11.14.16 -> 2023.2.23.0 2023-03-03 23:56:36 +01:00
Martin Weinelt
4c2b5c30b6 python3Packages.cmd2: 2.4.2 -> 2.4.3 2023-03-03 23:56:36 +01:00
Martin Weinelt
f3f8b84786 python3Packages.cloudscraper: 1.2.68 -> 1.2.69 2023-03-03 23:56:36 +01:00
Martin Weinelt
8cfb457f96 python3Packages.cliff: 4.1.0 -> 4.2.0 2023-03-03 23:56:36 +01:00
Martin Weinelt
94e963c5c7 python3Packages.chia-rs: 0.2.0 -> 0.2.2 2023-03-03 23:56:36 +01:00
Martin Weinelt
ea768a4e92 python3Packages.chex: 0.1.5 -> 0.1.6 2023-03-03 23:56:36 +01:00
Martin Weinelt
dfaa3ecdd9 python3Packages.chart-studio: 5.13.0 -> 5.13.1 2023-03-03 23:56:36 +01:00
Martin Weinelt
0235e5c4e2 python3Packages.cfn-lint: 0.72.5 -> 0.73.2 2023-03-03 23:56:35 +01:00
Martin Weinelt
04fa022176 python3Packages.certbot: 2.1.1 -> 2.3.0 2023-03-03 23:56:35 +01:00
Martin Weinelt
3626e3084a python3Packages.catboost: 1.0.5 -> 1.1.1 2023-03-03 23:56:35 +01:00
Martin Weinelt
9f99893360 python3Packages.cachelib: 0.9.0 -> 0.10.2 2023-03-03 23:56:35 +01:00
Martin Weinelt
d21a016ed8 python3Packages.bundlewrap: 4.16.0 -> 4.17.0 2023-03-03 23:56:35 +01:00
Martin Weinelt
dedda0d952 python3Packages.bottle: 0.12.23 -> 0.12.24 2023-03-03 23:56:35 +01:00
Martin Weinelt
e40fbc57f7 python3Packages.botocore: 1.29.40 -> 1.29.79 2023-03-03 23:56:35 +01:00
Martin Weinelt
6616852b1a python3Packages.blis: 0.7.9 -> 0.9.1 2023-03-03 23:56:35 +01:00
Martin Weinelt
a65fe285f0 python3Packages.blessed: 1.19.1 -> 1.20.0 2023-03-03 23:56:35 +01:00
Martin Weinelt
32dee093c2 python3Packages.bleak-retry-connector: 2.13.1 -> 3.0.0 2023-03-03 23:56:35 +01:00
Martin Weinelt
536911eb1e python3Packages.bleach: 5.0.1 -> 6.0.0 2023-03-03 23:56:35 +01:00
Martin Weinelt
0a3770a643 python3Packages.black: 22.12.0 -> 23.1.0 2023-03-03 23:56:34 +01:00
Martin Weinelt
d3b702a503 python3Packages.bincopy: 17.14.0 -> 17.14.5 2023-03-03 23:56:34 +01:00
Martin Weinelt
740e11be77 python3Packages.bimmer-connected: 0.12.1 -> 0.13.0 2023-03-03 23:56:34 +01:00
Martin Weinelt
2706675bcf python3Packages.bidict: 0.22.0 -> 0.22.1
https://github.com/jab/bidict/blob/v0.22.1/CHANGELOG.rst
2023-03-03 23:56:34 +01:00
Martin Weinelt
edf2e79489 python3Packages.beautifulsoup4: 4.11.1 -> 4.11.2 2023-03-03 23:56:34 +01:00
Martin Weinelt
7090dc4b05 python3Packages.bambi: 0.9.3 -> 0.10.0 2023-03-03 23:56:34 +01:00
Martin Weinelt
14b85dd8be python3Packages.bacpypes: 0.18.4 -> 0.18.6 2023-03-03 23:56:34 +01:00
Martin Weinelt
1d04b32881 python3Packages.azure-storage-queue: 12.5.0 -> 12.6.0 2023-03-03 23:56:34 +01:00
Martin Weinelt
779b8f097b python3Packages.azure-storage-file-share: 12.10.1 -> 12.11.0 2023-03-03 23:56:34 +01:00
Martin Weinelt
17a51ba626 python3Packages.aws-sam-translator: 1.55.0 -> 1.60.1
Disable the tests, since alot of them were failing and I lost quite some
time trying to get them fixed. No maintainer, no dice.
2023-03-03 23:56:34 +01:00
Martin Weinelt
b73a3dea9f python3Packages.aws-lambda-builders: 1.25.0 -> 1.27.0 2023-03-03 23:56:34 +01:00
Martin Weinelt
238acde5dc python3Packages.awkward: 2.0.5 -> 2.0.8 2023-03-03 23:56:34 +01:00
Martin Weinelt
ab02382ed8 python3Packages.awkward-cpp: 6 -> 9 2023-03-03 23:56:33 +01:00
Martin Weinelt
8733da2aff python3Packages.autoflake: 1.4 -> 2.0.1 2023-03-03 23:56:33 +01:00
Martin Weinelt
61922aa864 python3Packages.autofaiss: 2.15.4 -> 2.15.5 2023-03-03 23:56:33 +01:00
Martin Weinelt
bdbd6f842b python3Packages.auth0-python: 3.24.0 -> 4.0.0 2023-03-03 23:56:33 +01:00
Martin Weinelt
9d47054644 python3Packages.atom: 0.8.2 -> 0.9.0 2023-03-03 23:56:33 +01:00
Martin Weinelt
9d89940b03 python3Packages.astropy: 5.2 -> 5.2.1 2023-03-03 23:56:33 +01:00
Martin Weinelt
bac097a66b python3Packages.astroid: 2.12.13 -> 2.14.2 2023-03-03 23:56:33 +01:00
Martin Weinelt
52e9c9440b python3Packages.asf-search: 6.0.2 -> 6.1.0 2023-03-03 23:56:33 +01:00
Martin Weinelt
21ea11a368 python3Packages.asana: 3.1.0 -> 3.1.1 2023-03-03 23:56:33 +01:00
Martin Weinelt
a455ac03e4 python3Packages.arviz: 0.14.0 -> 0.15.0 2023-03-03 23:56:33 +01:00
Martin Weinelt
24734dd68e python3Packages.ariadne: 0.17.0 -> 0.18.1 2023-03-03 23:56:33 +01:00
Martin Weinelt
147a1944e2 python3Packages.argparse-addons: 0.8.0 -> 0.12.0 2023-03-03 23:56:32 +01:00
Martin Weinelt
06d6e8a0ff python3Packages.argh: 0.27.2 -> 0.28.1 2023-03-03 23:56:32 +01:00
Martin Weinelt
c10568a10a python3Packages.apsw: 3.40.0.0 -> 3.40.1.0 2023-03-03 23:56:32 +01:00
Martin Weinelt
d45f4299d1 python3Packages.apscheduler: 3.9.1.post1 -> 3.10.0 2023-03-03 23:56:32 +01:00
Martin Weinelt
b79d9ca1d1 python3Packages.apprise: 1.2.1 -> 1.3.0 2023-03-03 23:56:32 +01:00
Martin Weinelt
067b77f8f9 python3Packages.apache-airflow: 2.5.0 -> 2.5.1 2023-03-03 23:56:32 +01:00
Martin Weinelt
dd5fc9c62a python3Packages.amazon_kclpy: 2.0.6 -> 2.1.1 2023-03-03 23:56:32 +01:00
Martin Weinelt
3b8f6b5d6b python3Packages.ale-py: 0.8.0 -> 0.8.1 2023-03-03 23:56:32 +01:00
Martin Weinelt
1f8eaf759f python3Packages.alembic: 1.9.1 -> 1.9.4 2023-03-03 23:56:32 +01:00
Martin Weinelt
357b828ebb python3Packages.alabaster: 0.7.12 -> 0.7.13 2023-03-03 23:56:32 +01:00
Martin Weinelt
e788053aea python3Packages.aiosmtpd: 1.4.3 -> 1.4.4.post2 2023-03-03 23:56:32 +01:00
Martin Weinelt
76e65aa51e python3Packages.aiomysensors: 0.3.5 -> 0.3.6 2023-03-03 23:56:32 +01:00
Martin Weinelt
2b607661a0 python3Packages.aiomisc: 16.3.15 -> 17.0.6 2023-03-03 23:56:31 +01:00
Martin Weinelt
b87c096d1d python3Packages.aiohttp-socks: 0.7.1 -> 0.8.0 2023-03-03 23:56:31 +01:00
Martin Weinelt
88e12335d4 python3Packages.affine: 2.3.1 -> 2.4.0 2023-03-03 23:56:31 +01:00
Martin Weinelt
93cf4321f6 python3Packages.afdko: 3.9.2 -> 3.9.3 2023-03-03 23:56:31 +01:00
Martin Weinelt
33118e3f1b python3Packages.aesara: 2.8.9 -> 2.8.12 2023-03-03 23:56:31 +01:00
Martin Weinelt
04b4f0cc14 python3Packages.aeppl: 0.0.50 -> 0.1.2 2023-03-03 23:56:31 +01:00
Martin Weinelt
756aa845b8 python3Packages.absl-py: 1.3.0 -> 1.4.0 2023-03-03 23:56:31 +01:00
Jacek Galowicz
d667eefaeb mkdocs-material: 8.5.11 -> 9.0.1 2023-03-03 23:56:31 +01:00
Jacek Galowicz
799bc1a7fa pymdown-extensions: 9.9 -> 9.9.2 2023-03-03 23:56:31 +01:00
Doron Behar
0d6e54e629 python3.pkgs.scipy: 1.9.3 -> 1.10.1 2023-03-03 23:56:31 +01:00
Robert Schütz
5a6143b663 python310Packages.aiohttp: 3.8.3 -> 3.8.4
Changelog: https://github.com/aio-libs/aiohttp/blob/v3.8.4/CHANGES.rst
2023-03-03 23:56:31 +01:00
Robert Schütz
03b73034ed python310Packages.pytest-xdist: 3.1.0 -> 3.2.0
Changelog: https://github.com/pytest-dev/pytest-xdist/blob/v3.2.0/CHANGELOG.rst
2023-03-03 23:56:30 +01:00
Robert Schütz
ed22deca23 python310Packages.splinter: 0.18.1 -> 0.19.0
https://github.com/cobrateam/splinter/releases/tag/0.19.0
2023-03-03 23:56:30 +01:00
Robert Schütz
b53d782105 python310Packages.urllib3: 1.26.13 -> 1.26.14
https://github.com/urllib3/urllib3/releases/tag/1.26.14
2023-03-03 23:56:30 +01:00
Martin Weinelt
10aa1789a9 python310Packages.sphinxcontrib-autoapi: 2.0.0 -> 2.0.1
https://github.com/readthedocs/sphinx-autoapi/blob/v2.0.1/CHANGELOG.rst
2023-03-03 23:56:30 +01:00
Martin Weinelt
3b5a2db8a6 python310Packages.sphinx-rtd-theme: Replace sphinx-jquery alias 2023-03-03 23:56:30 +01:00
Martin Weinelt
6449f679ea python310Packages.mutagen: Fix sphinx 6.0 compat 2023-03-03 23:56:30 +01:00
Martin Weinelt
cf3963a5d4 python310Packages.sphinxcontrib-jquery: Enable tests, update meta 2023-03-03 23:56:30 +01:00
Mario Rodas
a054a24e0b python310Packages.sphinxcontrib-jquery: rename from sphinx-jquery
The package name used by the project itself is `sphinxcontrib.jquery` [1]

[1] https://pypi.org/project/sphinxcontrib.jquery/
2023-03-03 23:56:30 +01:00
sternenseemann
2278f9ebe2 haskell.compiler: fix GHCs' user guide build with sphinx >= 6.0
This requires backporting upstream's fix to all GHCs we are currently
shipping, since only GHC 9.4.5 and 9.6.1 will receive a backport.

GHC HEAD will be taken care of in #217168.

https://gitlab.haskell.org/ghc/ghc/-/merge_requests/9625
https://gitlab.haskell.org/ghc/ghc/-/issues/22690
2023-03-03 23:56:30 +01:00
Naïm Favier
07ff0b5900 sphinx: 5.3.0 -> 6.1.3
https://www.sphinx-doc.org/en/master/changes.html#release-6-1-3-released-jan-10-2023
2023-03-03 23:56:30 +01:00
Markus S. Wamser
664f1330fb pypy3Packages.bootstrapped-pip: fix build
PyPy3 ignores the local wheel package when pyproject.toml is present.
2023-03-03 23:56:30 +01:00
Sandro Jäckel
32283aa1de python310Packages.packaging: 21.3 -> 23.0, add SuperSandro2000 as maintainer
Removes pyparsing dependency which was already with 22.0 no longer a requiremnt.
2023-03-03 23:56:30 +01:00
Sebastian Jordan
3f1c8de711 pythonPackages.flask: Move optional deps to passthru 2023-03-03 23:56:29 +01:00
Martin Weinelt
4a9ddc5515 Revert "python3.pkgs.cryptography: use openssl_1_1"
This reverts commit 8b1f16573c.

Cryptography was pinned to openssl_1_1 to prevent further breakage among
its consumers. Most notably that was pyopenssl, which has improved quite
a bit since then and should not cause problems any longer.

It is therefore time to give this another shot, given that we cannot in
good conscience make such widespread use of openssl 1.1 a reality in the
upcoming NixOS 23.05 release.
2023-03-03 23:56:29 +01:00
Martin Weinelt
13309dba9a python310Packages.hypothesis: 6.61.0 -> 6.68.2
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-68-2
2023-03-03 23:56:29 +01:00
Martin Weinelt
8b711e8557 python310Packages.pytest: 7.2.0 -> 7.2.1
https://github.com/pytest-dev/pytest/releases/tag/7.2.1
2023-03-03 23:56:29 +01:00
Martin Weinelt
f9174cec15 python310Packages.hatchling: 1.11.1 -> 1.13.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.13.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.12.2
https://github.com/pypa/hatch/releases/tag/hatchling-v1.12.1
https://github.com/pypa/hatch/releases/tag/hatchling-v1.12.0
2023-03-03 23:56:29 +01:00
Martin Weinelt
05f77ec977 python310Packages.pbr: 5.11.0 -> 5.11.1 2023-03-03 23:56:29 +01:00
Martin Weinelt
487342f0e1 python310Packages.pdm-backend: init at 2.0.2
The successor to pdm-pep517.

https://github.com/pdm-project/pdm-backend/releases/tag/2.0.0
https://github.com/pdm-project/pdm-backend/releases/tag/2.0.1
https://github.com/pdm-project/pdm-backend/releases/tag/2.0.2
2023-03-03 23:56:29 +01:00
Martin Weinelt
cf5938f4a6 python310Packages.pdm-pep517: 1.0.6 -> 1.1.2
https://github.com/pdm-project/pdm-backend/releases/tag/1.1.1
https://github.com/pdm-project/pdm-backend/releases/tag/1.1.0
2023-03-03 23:56:29 +01:00
Martin Weinelt
ecc65ff29c python310Packages.poetry-core: 1.4.0 -> 1.5.1
https://github.com/python-poetry/poetry-core/blob/1.5.1/CHANGELOG.md
2023-03-03 23:56:29 +01:00
Martin Weinelt
3b6781a68a python310Packages.build: 0.9.0 -> 0.10.0
https://github.com/pypa/build/blob/0.10.0/CHANGELOG.rst
2023-03-03 23:56:29 +01:00
Martin Weinelt
eec8bd84c0 python310Packages.pip: 22.3.1 -> 23.0.1
https://pip.pypa.io/en/stable/news/#v23-0-1
2023-03-03 23:56:29 +01:00
Martin Weinelt
451c632147 python310Packages.setuptools: 65.0.3 -> 67.4.0
https://setuptools.pypa.io/en/stable/history.html#v67-4-0

Update license to MIT, add changelog URL, drop unnused rec.

Refresh the setuptools-distutils-C++.patch.
2023-03-03 23:56:29 +01:00
Robert Scott
d6d83488a7 Merge pull request #218969 from superherointj/python311Packages.markdown2-2.4.8
python311Packages.markdown2: 2.4.3 -> 2.4.8
2023-03-03 22:37:43 +00:00
Doron Behar
470a1a97c8 Merge pull request #219405 from doronbehar/viber-ofborg-eval
viber: fix build with openssl
2023-03-03 23:15:32 +02:00
Yarny0
3ffb930101 viber: fix build with openssl
broken by
fede9624c8
2023-03-03 23:06:06 +02:00
Weijia Wang
53de7f0ff2 Merge pull request #219135 from r-ryantm/auto-update/hwdata
hwdata: 0.367 -> 0.368
2023-03-03 22:24:37 +02:00
Weijia Wang
5028ec96c9 Merge pull request #202347 from stephank/feat/bootstrap-aarch64-darwin
stdenvBootstrapTools: native aarch64-darwin build
2023-03-03 20:05:28 +02:00
github-actions[bot]
a74c8d03ea Merge staging-next into staging 2023-03-03 18:01:44 +00:00
github-actions[bot]
5ac5069d04 Merge master into staging-next 2023-03-03 18:01:11 +00:00
superherointj
817291ea37 Merge pull request #219340 from marsam/update-ledger
ledger: 3.3.0 -> 3.3.1
2023-03-03 15:01:00 -03:00
superherointj
e1b3ba6fe1 Merge pull request #219377 from fabaff/pybigwig-bump
python310Packages.pybigwig: 0.3.18 -> 0.3.20
2023-03-03 14:55:40 -03:00
superherointj
f8788c000a Merge pull request #219370 from fabaff/pontos-bump
python310Packages.pontos: 23.3.1 -> 23.3.3
2023-03-03 14:55:04 -03:00
superherointj
15ec2ff75b Merge pull request #219369 from fabaff/pybravia-bump
python310Packages.pybravia: 0.3.1 -> 0.3.2
2023-03-03 14:54:55 -03:00
Arseniy Seroka
0e84e5a84d Merge pull request #219384 from prtzl/viber
viber: fix no internet error
2023-03-03 18:49:58 +01:00
Sandro
2665f5e379 Merge pull request #178447 from Francesco149/dendrite-prestart 2023-03-03 18:45:09 +01:00
prtzl
fede9624c8 viber: fix no internet error 2023-03-03 18:43:18 +01:00
Sandro
4479d14697 Merge pull request #218179 from linsui/quickemu 2023-03-03 18:40:37 +01:00
Nikolay Korotkiy
d3dd26ad13 Merge pull request #219383 from r-ryantm/auto-update/cudatext
cudatext: 1.186.0 -> 1.186.2
2023-03-03 21:33:08 +04:00
Weijia Wang
34f38a9082 Merge pull request #219367 from NixOS/revert-190399-auto-update/shadowsocks-v2ray-plugin
Revert "shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2"
2023-03-03 19:30:30 +02:00
Sandro
5a338babb8 Merge pull request #206598 from dennajort/gimme-aws-creds-2.4.4 2023-03-03 18:26:08 +01:00
R. Ryantm
fef55533f1 cudatext: 1.186.0 -> 1.186.2 2023-03-03 17:25:11 +00:00
Bernardo Meurer
873c0ee9be Merge pull request #219368 from LibreCybernetics/update-kernels 2023-03-03 12:22:55 -05:00
Artturi
fc2bfe1cdc Merge pull request #219376 from devusb/google-cloud-sdk 2023-03-03 19:11:33 +02:00
Thiago Kenji Okada
b3d8e08a5c Merge pull request #217651 from jlesquembre/init-graalvm19-ce
graalvm19-ce: init at 22.3.1
2023-03-03 16:46:00 +00:00
superherointj
adc90b9f5e Merge pull request #219361 from alyssais/openblas-platforms
openblas: tighten platforms
2023-03-03 13:37:14 -03:00
superherointj
72bb4f562a Merge pull request #219304 from NinjaTrappeur/nin/pleroma-2.5.1
pleroma: 2.5.0 -> 2.5.1
2023-03-03 13:28:02 -03:00
Adam Stephens
3090584869 gleam: 0.26.2 -> 0.27.0 2023-03-03 11:24:21 -05:00
Alyssa Ross
b2d84edda8 chromaprint: remove boost dependency
Boost was removed in version 1.4.0[1].

[1]: aa67c95b9e/NEWS.txt (L52)
2023-03-03 10:15:27 -06:00
Azat Bahawi
c9adc8ac58 Merge pull request #219302 from r-ryantm/auto-update/endlessh-go
endlessh-go: 20221012 -> 20230211
2023-03-03 19:07:27 +03:00
Fabian Affolter
da678d4e74 python310Packages.pybigwig: 0.3.18 -> 0.3.20
Changelog: https://github.com/deeptools/pyBigWig/releases/tag/0.3.20
2023-03-03 16:47:41 +01:00
Fabian Affolter
151ff48bb4 python310Packages.pybigwWig: normalize pname 2023-03-03 16:47:32 +01:00
Fabian Affolter
84c5341c96 python310Packages.pybigwig: add changelog to meta 2023-03-03 16:47:23 +01:00
Morgan Helton
16f1759737 google-cloud-sdk: only use autoPatchelf on Linux 2023-03-03 09:08:43 -06:00
Artturi
117fc28b98 Merge pull request #213871 from hadilq/androidenv/fix-create-avd 2023-03-03 17:05:04 +02:00
Fabian Affolter
5ce9b192ff python310Packages.pybravia: 0.3.1 -> 0.3.2
Changelog: https://github.com/Drafteed/pybravia/releases/tag/v0.3.2
2023-03-03 16:04:14 +01:00
K900
b1da477808 Merge pull request #212503 from Luflosi/update/kubo
kubo: 0.17.0 -> 0.18.1
2023-03-03 18:03:24 +03:00
Fabian Affolter
a618e6594f python310Packages.pontos: 23.3.1 -> 23.3.3
Changelog: https://github.com/greenbone/pontos/releases/tag/v23.3.3
2023-03-03 16:02:37 +01:00
superherointj
291b706ec5 Merge pull request #219186 from doronbehar/pkg/python-pint-pandas
python3.pkgs.pint-pandas: 0.2 -> unstable-2022-11-24
2023-03-03 12:01:20 -03:00
Weijia Wang
7ff0d025cc Revert "shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2" 2023-03-03 16:54:41 +02:00
Artturi
9fc7ebf855 Merge pull request #219353 from tomfitzhenry/squeekboard-1.21.0 2023-03-03 16:37:54 +02:00
Artturi
4ba51d5011 Merge pull request #187303 from Kranzes/displaycal 2023-03-03 16:34:33 +02:00
Fabián Heredia Montiel
3cfda40784 linux-rt_5_15: 5.15.95-rt60 -> 5.15.96-rt61 2023-03-03 08:34:28 -06:00
Fabián Heredia Montiel
5b3550852a linux: 6.2.1 -> 6.2.2 2023-03-03 08:34:20 -06:00
Fabián Heredia Montiel
579cf12749 linux: 6.1.14 -> 6.1.15 2023-03-03 08:34:16 -06:00
Fabián Heredia Montiel
4d878aaf53 linux: 5.4.233 -> 5.4.234 2023-03-03 08:34:12 -06:00
Fabián Heredia Montiel
aee193bed8 linux: 5.15.96 -> 5.15.97 2023-03-03 08:34:09 -06:00
Fabián Heredia Montiel
248de5d61e linux: 5.10.170 -> 5.10.172 2023-03-03 08:34:06 -06:00
Fabián Heredia Montiel
e8cf0bfcdf linux: 4.19.274 -> 4.19.275 2023-03-03 08:34:03 -06:00
Martin Weinelt
b44213aac1 Merge pull request #219011 from wegank/rust-cleanup
rust, firefox, spidermonkey: cleanup
2023-03-03 14:23:20 +00:00
Weijia Wang
f5ffd57877 Merge pull request #218030 from MangoIV/mangoiv/update-nushell
nushell: 0.75.0 -> 0.76.0
2023-03-03 16:15:45 +02:00
Fabian Affolter
506360c8fd Merge pull request #219183 from r-ryantm/auto-update/python310Packages.datasets
python310Packages.datasets: 2.10.0 -> 2.10.1
2023-03-03 15:08:27 +01:00
Fabian Affolter
785bafc338 Merge pull request #219037 from fabaff/openai-bump
python310Packages.openai: 0.26.5 -> 0.27.0
2023-03-03 15:05:51 +01:00
Fabian Affolter
e7d00dfbd3 Merge pull request #219345 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-storage
python310Packages.google-cloud-bigquery-storage: 2.18.1 -> 2.19.0
2023-03-03 15:02:50 +01:00
Alyssa Ross
0c0ff98ef2 openblas: tighten platforms
We can only build OpenBLAS for the platforms in configs, so let's
reuse that for the platform list.
2023-03-03 13:49:15 +00:00
Nick Cao
6176bd5630 Merge pull request #219335 from r-ryantm/auto-update/octosql
octosql: 0.12.0 -> 0.12.1
2023-03-03 21:32:34 +08:00
Tom Fitzhenry
343fec9363 squeekboard: 1.20.0 -> 1.21.0 2023-03-04 00:08:04 +11:00
Fabian Affolter
1e69e5c428 shell-genie: unstable-2023-01-27 -> 0.2.6 2023-03-03 14:02:21 +01:00
Fabian Affolter
fcb7bdf462 Merge pull request #219344 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager
python310Packages.google-cloud-secret-manager: 2.15.1 -> 2.16.0
2023-03-03 13:41:52 +01:00
Fabian Affolter
e3c73f5498 Merge pull request #219243 from piperswe/cloudflared-2023.3.0
cloudflared: 2023.2.2 -> 2023.3.0
2023-03-03 13:39:30 +01:00
Fabian Affolter
5a90ecede2 Merge pull request #219320 from r-ryantm/auto-update/godns
godns: 2.9.3 -> 2.9.4
2023-03-03 13:38:58 +01:00
José Romildo Malaquias
d8199a9eb1 Merge pull request #219277 from kilianar/papirus-icon-theme-20230301
papirus-icon-theme: 20230104 -> 20230301
2023-03-03 09:31:20 -03:00
Fabian Affolter
dcc47fef8b Merge pull request #219312 from fabaff/trivy-bump
trivy: 0.38.0 -> 0.38.1
2023-03-03 13:14:34 +01:00
Fabian Affolter
307f5def0d Merge pull request #219338 from fabaff/aiolifx-themes-bump
python310Packages.aiolifx-themes: 0.4.1 -> 0.4.2
2023-03-03 13:13:52 +01:00
Fabian Affolter
aebe0c86d5 Merge pull request #219339 from fabaff/asyncwhois-bump
python310Packages.asyncwhois: 1.0.3 -> 1.0.4
2023-03-03 13:13:39 +01:00
Fabian Affolter
449891a537 Merge pull request #219287 from r-ryantm/auto-update/python310Packages.guessit
python310Packages.guessit: 3.5.0 -> 3.7.1
2023-03-03 13:13:08 +01:00
Fabian Affolter
015c9f11af Merge pull request #219311 from fabaff/weconnect-bump
python310Packages.weconnect: 0.54.1 -> 0.54.2, python310Packages.weconnect-mqtt: 0.42.2 -> 0.42.3
2023-03-03 13:12:13 +01:00
Fabian Affolter
15ad53ff24 Merge pull request #219318 from fabaff/viv-utils-bump
python310Packages.viv-utils: add changelog to meta
2023-03-03 13:11:37 +01:00
Fabian Affolter
d68e9eec3b Merge pull request #219319 from r-ryantm/auto-update/python310Packages.google-cloud-datastore
python310Packages.google-cloud-datastore: 2.13.2 -> 2.14.0
2023-03-03 13:11:27 +01:00
Fabian Affolter
a9ea617e3a godns: modernize 2023-03-03 13:08:06 +01:00
Fabian Affolter
76ba8f5d3c godns: add changelog to meta 2023-03-03 13:06:34 +01:00
R. Ryantm
45cad6ab5e python310Packages.google-cloud-bigquery-storage: 2.18.1 -> 2.19.0 2023-03-03 12:04:07 +00:00
github-actions[bot]
595d55c8a9 Merge staging-next into staging 2023-03-03 12:01:44 +00:00
github-actions[bot]
894e559a61 Merge master into staging-next 2023-03-03 12:01:08 +00:00
Stanisław Pitucha
f31ed14fc0 Merge pull request #211341 from PowerUser64/sonobus
sonobus: init at 1.6.2
2023-03-03 22:58:48 +11:00
R. Ryantm
e449c21915 python310Packages.google-cloud-secret-manager: 2.15.1 -> 2.16.0 2023-03-03 11:55:54 +00:00
Weijia Wang
0e1bda5fa6 Merge pull request #219262 from r-ryantm/auto-update/roboto-serif
roboto-serif: 1.007 -> 1.008
2023-03-03 13:36:47 +02:00
Michael Weiss
e3c77f97ca Merge pull request #219238 from primeos/chromiumBeta
chromiumBeta: 111.0.5563.41 -> 111.0.5563.50
2023-03-03 12:36:16 +01:00
Mario Rodas
39a9b1897e Merge pull request #219113 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-02-23 -> 2023-03-01
2023-03-03 06:32:29 -05:00
github-actions[bot]
820ceb2a82 terraform-providers.azurerm: 3.45.0 → 3.46.0 2023-03-03 21:30:40 +10:00
github-actions[bot]
4a24210866 terraform-providers.signalfx: 6.22.0 → 6.23.0 2023-03-03 21:30:40 +10:00
github-actions[bot]
eaa1fbf3e1 terraform-providers.ksyun: 1.3.62 → 1.3.64 2023-03-03 21:30:40 +10:00
github-actions[bot]
552a033941 terraform-providers.fastly: 3.1.0 → 3.2.0 2023-03-03 21:30:40 +10:00
github-actions[bot]
12254807fd terraform-providers.akamai: 3.3.0 → 3.4.0 2023-03-03 21:30:40 +10:00
Mario Rodas
e859c74c12 Merge pull request #219184 from figsoda/lua-ls
lua-language-server: 3.6.11 -> 3.6.13
2023-03-03 06:30:10 -05:00
Mario Rodas
bea4549752 Merge pull request #219225 from r-ryantm/auto-update/minio-client
minio-client: 2023-02-16T19-20-11Z -> 2023-02-28T00-12-59Z
2023-03-03 06:28:19 -05:00
Mario Rodas
3ea48e326c Merge pull request #219270 from r-ryantm/auto-update/httm
httm: 0.21.1 -> 0.22.2
2023-03-03 06:27:09 -05:00
Mario Rodas
5dc0506a6e Merge pull request #219289 from r-ryantm/auto-update/typos
typos: 1.13.14 -> 1.13.16
2023-03-03 06:25:19 -05:00
Mario Rodas
23e7041b28 Merge pull request #219306 from r-ryantm/auto-update/cargo-make
cargo-make: 0.36.5 -> 0.36.6
2023-03-03 06:24:14 -05:00
Mario Rodas
cfedde01e9 Merge pull request #219292 from r-ryantm/auto-update/minio
minio: 2023-02-22T18-23-45Z -> 2023-02-27T18-10-45Z
2023-03-03 06:23:39 -05:00
Mario Rodas
e94b526b34 Merge pull request #219310 from r-ryantm/auto-update/nerdctl
nerdctl: 1.2.0 -> 1.2.1
2023-03-03 06:22:15 -05:00
Mario Rodas
7776983c52 Merge pull request #219317 from marsam/update-arti
arti: 1.1.1 -> 1.1.2
2023-03-03 06:21:12 -05:00
Fabian Affolter
b2e47673c7 python310Packages.asyncwhois: 1.0.3 -> 1.0.4
Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.0.4
2023-03-03 11:54:07 +01:00
Fabian Affolter
7c7522b0d3 python310Packages.aiolifx-themes: 0.4.1 -> 0.4.2
Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.2
2023-03-03 11:52:33 +01:00
R. Ryantm
8836594e35 octosql: 0.12.0 -> 0.12.1 2023-03-03 10:34:41 +00:00
Georges Dubus
ea0dc57bb6 Merge pull request #219209 from r-ryantm/auto-update/sshpass
sshpass: 1.09 -> 1.10
2023-03-03 11:02:12 +01:00
Jakub Kozłowski
c9f7c47260 Merge pull request #218491 from lvitaly/coursier-210RC6
coursier: 2.1.0-M7 -> 2.1.0-RC6
2023-03-03 09:57:31 +01:00
R. Ryantm
b470aeb2ec godns: 2.9.3 -> 2.9.4 2023-03-03 08:42:34 +00:00
Janne Heß
65b7c9585d Merge pull request #219308 from erdnaxe/openssh-strictdeps
openssh: enable strictDeps
2023-03-03 09:38:16 +01:00
R. Ryantm
9583d2888c python310Packages.google-cloud-datastore: 2.13.2 -> 2.14.0 2023-03-03 08:33:57 +00:00
Fabian Affolter
4243d2faad python310Packages.viv-utils: add changelog to meta 2023-03-03 09:29:55 +01:00
Jörg Thalheim
f055ce8af7 Merge pull request #218889 from qowoz/nix214
nixVersions.nix_2_14: init at 2.14.1
2023-03-03 09:14:48 +01:00
Sergei Trofimovich
a7a1966599 Merge pull request #217585 from davidak/tbb-split
tbb: Split into tbb_2020_3 and tbb_2021_8
2023-03-03 07:53:30 +00:00
Fabian Affolter
663cddec8f trivy: 0.38.0 -> 0.38.1
Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.38.1
2023-03-03 08:47:47 +01:00
Fabian Affolter
757a11844e python310Packages.weconnect-mqtt: 0.42.2 -> 0.42.3
Diff: https://github.com/tillsteinbach/WeConnect-mqtt/compare/refs/tags/v0.42.2...v0.42.3

Changelog: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.42.3
2023-03-03 08:39:22 +01:00
R. Ryantm
3616070105 nerdctl: 1.2.0 -> 1.2.1 2023-03-03 07:35:10 +00:00
Mario Rodas
862040daa8 Merge pull request #219175 from loicreynier/python3Packages.myst-parser-0.19.1
python3Packages.myst-parser: 0.19.0 -> 0.19.1
2023-03-03 02:32:47 -05:00
Alexandre Iooss
284e7c020b openssh: enable strictDeps 2023-03-03 08:30:17 +01:00
Fabian Affolter
e7ba9e1802 python310Packages.weconnect: 0.54.1 -> 0.54.2
Diff: https://github.com/tillsteinbach/WeConnect-python/compare/refs/tags/v0.54.1...v0.54.2

Changelog: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.54.2
2023-03-03 08:28:52 +01:00
Fabian Affolter
e5cc0358d7 Merge pull request #219271 from r-ryantm/auto-update/step-cli
step-cli: 0.23.2 -> 0.23.3
2023-03-03 08:20:27 +01:00
Fabian Affolter
8a318cab54 Merge pull request #219264 from fabaff/openrisk
openrisk: init at 0.0.1
2023-03-03 08:19:01 +01:00
R. Ryantm
99d17575ed cargo-make: 0.36.5 -> 0.36.6 2023-03-03 07:18:58 +00:00
Fabian Affolter
e1d3fc6030 Merge pull request #219263 from fabaff/metasploit-bump
metasploit: 6.3.4 -> 6.3.5
2023-03-03 08:18:38 +01:00
Félix Baylac Jacqué
bee41ce735 nixosTests/pleroma: node.xx.config -> node.xx
Accessing a test driver node configuration via node.xxx.config is now
deprecated. Migrating to the new API.
2023-03-03 08:18:29 +01:00
Fabian Affolter
2508b6a0ce Merge pull request #219248 from fabaff/trustymail
trustymail: init at 0.8.1
2023-03-03 08:18:28 +01:00
Félix Baylac Jacqué
96131c779d pleroma: 2.5.0 -> 2.5.1
Bumping pleroma. Crypt landed in hex, we can remove the custom git
override.

The manually added git deps were manually double-checked.

Upstream changelog: https://git.pleroma.social/pleroma/pleroma/-/releases/v2.5.1
2023-03-03 08:18:22 +01:00
Fabian Affolter
8c1e42bc7d Merge pull request #219221 from fabaff/ioc-scan
ioc-scan: init at 1.5.0
2023-03-03 08:18:17 +01:00
Fabian Affolter
4954a390a0 Merge pull request #219067 from fabaff/tang-bump
clevis: 18 -> 19, tang: 7 -> 12
2023-03-03 08:18:03 +01:00
Fabian Affolter
cca003ae18 Merge pull request #219127 from fabaff/pyexploitdb
python310Packages.pyexploitdb: init at 0.2.9
2023-03-03 08:17:47 +01:00
Fabian Affolter
e58fb64df0 Merge pull request #219146 from fabaff/csvkit-bump
csvkit: 1.0.5 -> 1.1.1
2023-03-03 08:17:27 +01:00
Fabian Affolter
0ecb66c58a Merge pull request #219286 from r-ryantm/auto-update/python310Packages.google-cloud-vision
python310Packages.google-cloud-vision: 3.3.1 -> 3.4.0
2023-03-03 08:15:23 +01:00
Fabian Affolter
870ef3e333 python310Packages.guessit: update meta 2023-03-03 08:14:52 +01:00
Fabian Affolter
f1833c5577 python310Packages.guessit: equalize 2023-03-03 08:12:40 +01:00
R. Ryantm
4f644750fe endlessh-go: 20221012 -> 20230211 2023-03-03 07:05:08 +00:00
Sergei Trofimovich
3d7933b1f7 Merge pull request #219259 from trofi/perf-add-trace
linuxPackages_latest.perf: add libtraceevent to build depends
2023-03-03 06:58:29 +00:00
Fabian Affolter
05f2673b14 Merge pull request #219254 from fabaff/aliyun-python-sdk-iot-bump
python310Packages.aliyun-python-sdk-sts: 3.1.0 -> 3.1.1, python310Packages.aliyun-python-sdk-iot: 8.50.0 -> 8.51.0
2023-03-03 07:56:08 +01:00
superherointj
78c4d33c16 Merge pull request #219212 from r-ryantm/auto-update/awscli2
awscli2: 2.10.3 -> 2.10.4
2023-03-03 03:05:47 -03:00
github-actions[bot]
ccf0f6c517 Merge staging-next into staging 2023-03-03 06:01:37 +00:00
github-actions[bot]
649ba671fc Merge master into staging-next 2023-03-03 06:01:02 +00:00
Mario Rodas
019b6d9e35 ledger: 3.3.0 -> 3.3.1
https://github.com/ledger/ledger/releases/tag/v3.3.1
2023-03-03 04:20:00 +00:00
Mario Rodas
72d6373df7 arti: 1.1.1 -> 1.1.2 2023-03-03 04:20:00 +00:00
Wael Nasreddine
0749042bfa Merge pull request #219211 from kalbasit/libagent-fix-gpgconf-path 2023-03-02 20:15:01 -08:00
Wael M. Nasreddine
9d083587ee libagent: hardcode the path gpg-connect-agent 2023-03-02 19:51:35 -08:00
Wael M. Nasreddine
a6e3530872 libagent: hardcode the path to gpgconf 2023-03-02 19:51:33 -08:00
Martin Weinelt
0580d85143 Merge remote-tracking branch 'origin/staging-next' into staging 2023-03-03 04:46:31 +01:00
Martin Weinelt
5b933f35e6 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-03 04:43:54 +01:00
figsoda
d2110a3267 Merge pull request #218935 from figsoda/grass 2023-03-02 22:36:00 -05:00
R. Ryantm
f92f0ce1bd minio: 2023-02-22T18-23-45Z -> 2023-02-27T18-10-45Z 2023-03-03 03:21:35 +00:00
R. Ryantm
72554b9be5 typos: 1.13.14 -> 1.13.16 2023-03-03 03:13:29 +00:00
PowerUser64
57221929c9 sonobus: init at 1.6.2
Co-authored-by: tobiasBora <tobias.bora@gmail.com>

sonobus: add meta

sonobus: remove tree dependency (left from debug)

sonobus: rewrite comments

sonobus: remove platform

sonobus: apply suggestions from review

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Co-authored-by: Matthias Thym <git@thym.at>

sonobus: mark darwin as broken

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

sonobus: apply suggestions from code review

Co-authored-by: Lily Foster <lily@lily.flowers>

sonobus: remove opusTools

sonobus: 1.6.2

sonobus: change to autoPatchelfHook

Co-authored-by: Lily Foster <lily@lily.flowers>
2023-03-02 19:10:44 -08:00
Martin Weinelt
bd4d66987d Merge pull request #219268 from fabaff/py-dormakaba-dkey
python310Packages.py-dormakaba-dkey: init at 1.0.4
2023-03-03 02:56:25 +00:00
R. Ryantm
bd44028f47 python310Packages.guessit: 3.5.0 -> 3.7.1 2023-03-03 02:50:06 +00:00
R. Ryantm
f1074ada61 python310Packages.google-cloud-vision: 3.3.1 -> 3.4.0 2023-03-03 02:41:10 +00:00
github-actions[bot]
3a058a8351 Merge master into staging-next 2023-03-03 01:43:54 +00:00
Anderson Torres
7a63cf30f8 Merge pull request #218925 from atorres1985-contrib/small-fixups
dosbox: refactor
2023-03-02 22:36:08 -03:00
Peter Hoeg
26c3ff3794 dockfmt: 0.3.3 -> unstable-2020-09-18 2023-03-03 09:26:20 +08:00
kilianar
65d461727d papirus-icon-theme: 20230104 -> 20230301
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230301
2023-03-03 01:50:52 +01:00
Nick Cao
f54f794afb Merge pull request #219097 from r-ryantm/auto-update/gomplate
gomplate: 3.11.3 -> 3.11.4
2023-03-03 08:45:34 +08:00
Nick Cao
fceb0dd7f3 Merge pull request #219140 from r-ryantm/auto-update/bingrep
bingrep: 0.10.1 -> 0.11.0
2023-03-03 08:42:39 +08:00
Nick Cao
f69737f260 Merge pull request #219153 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.3.8 -> 0.3.9
2023-03-03 08:41:21 +08:00
Nick Cao
546ce7269d Merge pull request #219160 from r-ryantm/auto-update/libglibutil
libglibutil: 1.0.67 -> 1.0.68
2023-03-03 08:40:21 +08:00
Nick Cao
d288e44ce9 Merge pull request #219191 from saltrocks/master
threema-desktop: 1.2.21 -> 1.2.27
2023-03-03 08:37:45 +08:00
Nick Cao
0ab0b145a1 Merge pull request #219198 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 22.3.3 -> 22.3.4
2023-03-03 08:36:20 +08:00
Nick Cao
003e0244b9 Merge pull request #219201 from r-ryantm/auto-update/micronaut
micronaut: 3.8.5 -> 3.8.6
2023-03-03 08:35:31 +08:00
Nick Cao
7c33281bff Merge pull request #219204 from r-ryantm/auto-update/chamber
chamber: 2.11.1 -> 2.12.0
2023-03-03 08:35:02 +08:00
Nick Cao
19dfff9d0d Merge pull request #219217 from r-ryantm/auto-update/cli53
cli53: 0.8.21 -> 0.8.22
2023-03-03 08:32:17 +08:00
Nick Cao
fbb4acd592 Merge pull request #219219 from r-ryantm/auto-update/saml2aws
saml2aws: 2.36.3 -> 2.36.4
2023-03-03 08:31:22 +08:00
Nick Cao
5dd3759357 Merge pull request #219220 from r-ryantm/auto-update/faudio
faudio: 23.02 -> 23.03
2023-03-03 08:30:37 +08:00
Nick Cao
f8a5af0768 Merge pull request #219232 from fabaff/asnmap-bump
asnmap: 1.0.0 -> 1.0.1
2023-03-03 08:28:39 +08:00
Nick Cao
79d258b311 Merge pull request #219233 from clerie/clerie/dino-0.4.1
dino: 0.4.0 -> 0.4.1
2023-03-03 08:27:46 +08:00
R. Ryantm
db06b3d5c3 step-cli: 0.23.2 -> 0.23.3 2023-03-03 00:25:33 +00:00
Nick Cao
ed7f0d00ac Merge pull request #219245 from r-ryantm/auto-update/tailspin
tailspin: 0.1 -> 0.1.1
2023-03-03 08:24:23 +08:00
Nick Cao
9c78859248 Merge pull request #219246 from r-ryantm/auto-update/gucci
gucci: 1.6.5 -> 1.6.6
2023-03-03 08:23:23 +08:00
Nick Cao
2fa2627ca9 Merge pull request #219253 from fabaff/trufflehog-bump
trufflehog: 3.28.5 -> 3.28.6
2023-03-03 08:22:39 +08:00
R. Ryantm
ae4eb081ba httm: 0.21.1 -> 0.22.2 2023-03-03 00:18:43 +00:00
Fabian Affolter
7d18bbcb7c home-assistant: update component-packages 2023-03-03 01:06:42 +01:00
Fabian Affolter
554cd39334 python310Packages.py-dormakaba-dkey: init at 1.0.4 2023-03-03 01:05:20 +01:00
José Romildo Malaquias
125ae1e7e8 Merge pull request #219244 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 23.02.25 -> 23.02.28
2023-03-02 20:59:19 -03:00
Fabian Affolter
7ef98532fc openrisk: init at 0.0.1 2023-03-03 00:44:12 +01:00
Fabian Affolter
2fc31e9e94 metasploit: 6.3.4 -> 6.3.5 2023-03-03 00:38:17 +01:00
R. Ryantm
7f339722f5 roboto-serif: 1.007 -> 1.008 2023-03-02 23:32:28 +00:00
Thiago Kenji Okada
b781c835ed Merge pull request #219241 from r-ryantm/auto-update/clojure
clojure: 1.11.1.1224 -> 1.11.1.1237
2023-03-02 23:22:23 +00:00
Sergei Trofimovich
6d009ffe2c linuxPackages_latest.perf: add libtraceevent to build depends
Without the change `perf trace` subcommand is unavailable.
2023-03-02 23:16:46 +00:00
Fabian Affolter
9d854b6634 trufflehog: 3.28.5 -> 3.28.6
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.6
2023-03-02 23:37:54 +01:00
Martin Weinelt
cfb7a2bc29 Merge pull request #219095 from NixOS/home-assistant
home-assistant: 2023.2.5 -> 2023.3.0
2023-03-02 22:33:08 +00:00
Weijia Wang
f0e0383744 Merge pull request #205348 from tanshihaj/lens
lens: add aarch64-darwin support
2023-03-03 00:30:50 +02:00
Fabian Affolter
05697fa9a3 python310Packages.aliyun-python-sdk-sts: 3.1.0 -> 3.1.1
Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-sts/ChangeLog.txt
2023-03-02 23:29:58 +01:00
Fabian Affolter
05bc18a792 python310Packages.aliyun-python-sdk-iot: 8.50.0 -> 8.51.0
Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-iot/ChangeLog.txt
2023-03-02 23:27:43 +01:00
Fabian Affolter
1363795301 Merge pull request #219144 from fabaff/python-decouple-bump
python310Packages.python-decouple: 3.7 -> 3.8
2023-03-02 23:25:43 +01:00
Fabian Affolter
b42a8fad3a Merge pull request #219142 from fabaff/pypykatz-bump
python310Packages.pypykatz: 0.6.3 -> 0.6.5, python310Packages.aesedb: 0.1.1 -> 0.1.3
2023-03-02 23:25:27 +01:00
Fabian Affolter
41dd59ec0f Merge pull request #219141 from fabaff/pontos-bump
python310Packages.pontos: 23.2.12 -> 23.3.1
2023-03-02 23:25:16 +01:00
Fabian Affolter
0f681ec72e trustymail: init at 0.8.1 2023-03-02 23:15:30 +01:00
figsoda
bc58b1f732 Merge pull request #219228 from fabaff/grype-bump
grype: 0.57.1 -> 0.58.0
2023-03-02 17:13:06 -05:00
Martin Weinelt
9e77343b0a python310Packages.homeassistant-stubs: Limit support
We can only support the stubs on the same version as we build our
home-assistant against.
2023-03-02 22:12:01 +00:00
Martin Weinelt
542a704785 home-assistant-component-tests: Reduce to two parallel test runners
The component tests are rather short, and each runner has a certain
setup cost. So we're better off, just starting fewer of them and have
them do more work.

It also works around a race condition, that upstream likely isn't
running into, because of the hardware specs¹ for the runners.

[1] https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
2023-03-02 22:12:01 +00:00
Martin Weinelt
b9d670efc3 python310Packages.homeassistant-stubs: 2023.2.5 -> 2023.3.0
Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2023.2.5...2023.3.0

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.3.0
2023-03-02 22:12:01 +00:00
Martin Weinelt
c4e8da57f7 home-assistant: 2023.2.5 -> 2023.3.0
https://www.home-assistant.io/blog/2023/03/01/release-20233/
2023-03-02 22:12:00 +00:00
Fabian Affolter
b703d8e7fb python310Packages.nuheat: init at 1.0.1 2023-03-02 22:12:00 +00:00
Fabian Affolter
dab946e350 python310Packages.python-otbr-api: init at 1.0.5
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-03-02 22:12:00 +00:00
Martin Weinelt
bf6996773f python3Packages.zwave-js-server-python: 0.44.0 -> 0.46.0 2023-03-02 22:11:59 +00:00
Martin Weinelt
f625263e0e python3Packages.zigpy-znp: 0.9.2 -> 0.9.3 2023-03-02 22:11:59 +00:00
Martin Weinelt
755262e6b6 python3Packages.zeroconf: 0.47.1 -> 0.47.3 2023-03-02 22:11:59 +00:00
Martin Weinelt
9a3140fff1 python3Packages.yolink-api: 0.1.5 -> 0.2.8 2023-03-02 22:11:58 +00:00
Fabian Affolter
384200baae python310Packages.xknx: 2.5.0 -> 2.6.0
Diff: https://github.com/XKNX/xknx/compare/refs/tags/2.5.0...2.6.0

Changelog: https://github.com/XKNX/xknx/releases/tag/2.6.0
2023-03-02 22:11:58 +00:00
Martin Weinelt
a55411d777 python3Packages.xknx: 2.4.0 -> 2.5.0 2023-03-02 22:11:58 +00:00
Martin Weinelt
700ef6af81 python3Packages.vulcan-api: 2.2.1 -> 2.3.0 2023-03-02 22:11:57 +00:00
Robert Schütz
d8fe6839b0 python310Packages.faust-cchardet: init at 2.1.18 2023-03-02 22:11:57 +00:00
Martin Weinelt
14eec01b9f python310Packages.velbus-aio: 2022.12.0 -> 2023.2.0
Diff: https://github.com/Cereal2nd/velbus-aio/compare/2022.12.0...2023.2.0

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2023.2.0
2023-03-02 22:11:56 +00:00
Martin Weinelt
bf65313eae python310Packages.python-matter-server: 2.1.0 -> 3.1.0
Diff: https://github.com/home-assistant-libs/python-matter-server/compare/refs/tags/2.1.0...3.1.0

Changelog: https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.1.0
2023-03-02 22:11:56 +00:00
Martin Weinelt
32d2d37280 python310Packages.home-assistant-chip-core: 2023.1.0 -> 2023.2.2
Changelog: https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.2.2
2023-03-02 22:11:56 +00:00
Martin Weinelt
cbfb4e70e3 python310Packages.home-assistant-chip-clusters: 2023.1.0 -> 2023.2.2
Changelog: https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.2.2
2023-03-02 22:11:56 +00:00
Martin Weinelt
7b94126918 python310Packages.pyinsteon: 1.2.0 -> 1.3.3
https://github.com/pyinsteon/pyinsteon/releases/tag/1.3.0
https://github.com/pyinsteon/pyinsteon/releases/tag/1.3.1
https://github.com/pyinsteon/pyinsteon/releases/tag/1.3.2
https://github.com/pyinsteon/pyinsteon/releases/tag/1.3.3
2023-03-02 22:11:55 +00:00
Martin Weinelt
895a883e2f python3Packages.pybalboa: 0.13 -> 1.0.0 2023-03-02 22:11:55 +00:00
Martin Weinelt
2bdf9b0452 python3Packages.pyairnow: 1.1.0 -> 1.2.1 2023-03-02 22:11:55 +00:00
Martin Weinelt
f15e7abe51 python3Packages.nibe: 1.6.0 -> 2.0.0 2023-03-02 22:11:54 +00:00
Martin Weinelt
418d7bf541 python3Packages.nettigo-air-monitor: 1.6.0 -> 2.1.0 2023-03-02 22:11:54 +00:00
Martin Weinelt
3f81a95a1b python3Packages.elgato: 3.0.0 -> 4.0.1 2023-03-02 22:11:53 +00:00
Martin Weinelt
f72d45c669 python3Packages.devolo-plc-api: 1.1.0 -> 1.2.0 2023-03-02 22:11:53 +00:00
Fabian Affolter
93414a06d5 python310Packages.brother: add changelog to meta 2023-03-02 22:11:53 +00:00
Fabian Affolter
3731799d9f python310Packages.brother: 2.1.1 -> 2.2.0
Diff: https://github.com/bieniu/brother/compare/refs/tags/2.1.1...2.2.0
2023-03-02 22:11:53 +00:00
Fabian Affolter
d91d782974 python310Packages.aiohue: 4.6.1 -> 4.6.2
Diff: https://github.com/home-assistant-libs/aiohue/compare/refs/tags/4.6.1...4.6.2

Changelog: https://github.com/home-assistant-libs/aiohue/releases/tag/4.6.2
2023-03-02 22:11:52 +00:00
Martin Weinelt
0b9bbd0de4 home-assistant.intents: 2023.1.31 -> 2023.2.28 2023-03-02 22:11:52 +00:00
Martin Weinelt
ab18e1b564 hassil: 0.2.6 -> 1.0.6
https://github.com/home-assistant/hassil/releases/tag/v1.0.0
https://github.com/home-assistant/hassil/releases/tag/v1.0.1
https://github.com/home-assistant/hassil/releases/tag/v1.0.4
2023-03-02 22:11:52 +00:00
Martin Weinelt
5b69f3af2d python3Packages.textual: Disable snapshot tests
at least until they have caught up with changes in syrupy 4.0.
2023-03-02 22:11:51 +00:00
Martin Weinelt
fc31b4f09a python310Packages.syrupy: 3.0.6 -> 4.0.1
https://github.com/tophat/syrupy/releases/tag/v4.0.0
https://github.com/tophat/syrupy/releases/tag/v4.0.1
2023-03-02 22:11:51 +00:00
Martin Weinelt
cbf6d89a82 python3Packages.voluptuous-serialize: 2.5.0 -> 2.6.0
https://github.com/home-assistant-libs/voluptuous-serialize/releases/tag/2.6.0
2023-03-02 22:11:51 +00:00
figsoda
ba01504a49 Merge pull request #219231 from Mic92/patchelf 2023-03-02 17:04:58 -05:00
figsoda
07675d787b Merge pull request #219230 from r-ryantm/auto-update/oxker
oxker: 0.2.3 -> 0.2.4
2023-03-02 17:03:57 -05:00
Fabian Affolter
d29fc88207 python310Packages.publicsuffixlist: init at 0.9.3 2023-03-02 23:01:48 +01:00
R. Ryantm
11eef7959a gucci: 1.6.5 -> 1.6.6 2023-03-02 21:57:01 +00:00
R. Ryantm
f86d6d3269 tailspin: 0.1 -> 0.1.1 2023-03-02 21:56:37 +00:00
R. Ryantm
ae080ddd2f numix-icon-theme-circle: 23.02.25 -> 23.02.28 2023-03-02 21:45:57 +00:00
Sergei Trofimovich
87bfed8733 Merge pull request #218582 from trofi/gnumake-update
gnumake: 4.4 -> 4.4.1
2023-03-02 21:44:27 +00:00
Piper McCorkle
e39ea4ca3d cloudflared: 2023.2.2 -> 2023.3.0
Diff: https://github.com/cloudflare/cloudflared/compare/refs/tags/2023.2.2...2023.3.0

Changelog: https://github.com/cloudflare/cloudflared/releases/tag/2023.3.0
2023-03-02 15:36:45 -06:00
R. Ryantm
d0eff25467 clojure: 1.11.1.1224 -> 1.11.1.1237 2023-03-02 21:16:52 +00:00
Cole Helbling
4b57d35c27 mullvad: make openvpn support optional
Enabled by default to not break anybody who depends on it, but I don't
and I would like to disable it.
2023-03-02 13:13:55 -08:00
Cole Helbling
a0d3f55f3d mullvad: 2022.5 -> 2023.1
https://github.com/mullvad/mullvadvpn-app/releases/tag/2023.1
2023-03-02 13:13:55 -08:00
R. Ryantm
ce546c73c3 mullvad-vpn: 2022.5 -> 2023.1 2023-03-02 13:13:44 -08:00
Fabian Affolter
2456c57a89 asnmap: add changelog to meta 2023-03-02 21:33:41 +01:00
clerie
329fea92c9 dino: 0.4.0 -> 0.4.1
Release notes: https://github.com/dino/dino/releases/tag/v0.4.1
2023-03-02 21:33:27 +01:00
Fabian Affolter
50cd291cf5 asnmap: 1.0.0 -> 1.0.1
Diff: https://github.com/projectdiscovery/asnmap/compare/v1.0.0...v1.0.1
2023-03-02 21:31:08 +01:00
Jörg Thalheim
9eb82e300c patchelf: drop unused patch 2023-03-02 21:28:04 +01:00
R. Ryantm
8fcd019f24 oxker: 0.2.3 -> 0.2.4 2023-03-02 20:24:57 +00:00
R. Ryantm
492112d1f6 minio-client: 2023-02-16T19-20-11Z -> 2023-02-28T00-12-59Z 2023-03-02 20:00:44 +00:00
Fabian Affolter
b1277eaea3 grype: 0.57.1 -> 0.58.0
Diff: https://github.com/anchore/grype.git/compare/v0.57.1...v0.58.0

Changelog: https://github.com/anchore/grype/releases/tag/v0.58.0
2023-03-02 20:46:56 +01:00
Fabian Affolter
10e51cdc04 Merge pull request #219194 from r-ryantm/auto-update/python310Packages.google-cloud-automl
python310Packages.google-cloud-automl: 2.10.1 -> 2.11.0
2023-03-02 20:11:50 +01:00
Fabian Affolter
a05cf84d58 ioc-scan: init at 1.5.0 2023-03-02 20:09:04 +01:00
R. Ryantm
7bcd8c33f2 faudio: 23.02 -> 23.03 2023-03-02 18:50:23 +00:00
Maximilian Bosch
72f45f225f Merge pull request #218269 from theHedgehog0/gitea-module-getexe
nixos/gitea: Move to lib.getExe
2023-03-02 19:46:45 +01:00
R. Ryantm
bcbb02d8e5 saml2aws: 2.36.3 -> 2.36.4 2023-03-02 18:41:46 +00:00
R. Ryantm
8ca83e64b7 cli53: 0.8.21 -> 0.8.22 2023-03-02 18:33:00 +00:00
github-actions[bot]
e57c5a4ddc Merge master into staging-next 2023-03-02 18:01:06 +00:00
R. Ryantm
abf6573ccb awscli2: 2.10.3 -> 2.10.4 2023-03-02 18:00:29 +00:00
Janne Heß
0b47e5eaf2 Merge pull request #219187 from saschagrunert/vim
vim: 9.0.1275 -> 9.0.1369
2023-03-02 18:52:07 +01:00
superherointj
ea56a00cfd Merge pull request #219193 from r-ryantm/auto-update/vscode
vscode: 1.75.1 -> 1.76.0
2023-03-02 14:31:06 -03:00
figsoda
85c34ed9e2 Merge pull request #218900 from figsoda/as-tree 2023-03-02 12:26:48 -05:00
0x4A6F
8a3d244cc0 atuin: 12.0.0 -> 13.0.1, remove onsails from maintainers (#218841) 2023-03-02 12:23:50 -05:00
figsoda
7a1c024fbe Merge pull request #219150 from r-ryantm/auto-update/copilot-cli
copilot-cli: 1.25.0 -> 1.26.0
2023-03-02 12:19:22 -05:00
R. Ryantm
979aca1b5e sshpass: 1.09 -> 1.10 2023-03-02 17:17:24 +00:00
Pyrox
98dd7f5307 nixos/gitea: Move to lib.getExe
This makes it so that alternative packages, such as `pkgs.forgejo` are
able to be used instead of the default `pkgs.gitea`.

Also adds myself as a maintainer of the module.

The varible `gitea`, which was used instead of `cfg.package`, has been
replaced with the variable `exe`, and is instead the value of the main
executable, as gotten from `lib.getExe`. `cfg.package` is used when this
value is not appropriate.
2023-03-02 12:16:30 -05:00
figsoda
4369886f1d Merge pull request #219145 from r-ryantm/auto-update/yutto
yutto: 2.0.0b18 -> 2.0.0b20
2023-03-02 12:15:43 -05:00
R. Ryantm
0eaa4e8031 chamber: 2.11.1 -> 2.12.0 2023-03-02 16:56:24 +00:00
R. Ryantm
65673e3145 micronaut: 3.8.5 -> 3.8.6 2023-03-02 16:47:13 +00:00
Artturi
44fd51cd47 Merge pull request #218503 from Artturin/strictdeps4 2023-03-02 18:45:34 +02:00
Maximilian Bosch
f8bbedfcac Merge pull request #219073 from IndeedNotJames/gitea-gpg
nixos/gitea: fix commit signing (`gpg`) core dump, add nixos test
2023-03-02 17:24:02 +01:00
R. Ryantm
44ba7fdd60 tkrzw: 1.0.24 -> 1.0.26 2023-03-02 10:21:16 -06:00
JB Gosselin
d72c372c0c gimme-aws-creds: init at 2.5.0 2023-03-02 11:17:16 -05:00
JB Gosselin
f7fb1b13e1 python310Packages.okta: init at 2.8.0 2023-03-02 11:17:16 -05:00
JB Gosselin
a5227a409b python310Packages.pytest-recording: init at 0.12.2 2023-03-02 11:17:16 -05:00
JB Gosselin
58191ef836 python310Packages.ctap-keyring-device: init at 1.0.6 2023-03-02 11:16:45 -05:00
R. Ryantm
7fb3b075ed intel-gmmlib: 22.3.3 -> 22.3.4 2023-03-02 16:12:15 +00:00
K900
9916ae28ef Merge pull request #219176 from K900/kde-gear-22.12.3
kde/gear: 22.12.2 -> 22.12.3
2023-03-02 18:56:48 +03:00
saltrocks
b7a1990d56 threema-desktop: 1.2.21 -> 1.2.27 2023-03-02 17:32:28 +02:00
figsoda
cefcb85302 Merge pull request #218894 from figsoda/pw-volume 2023-03-02 10:31:19 -05:00
Sascha Grunert
44073ec014 vim: 9.0.1275 -> 9.0.1369
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-02 16:18:04 +01:00
Doron Behar
b372673229 python3.pkgs.pint-pandas: 0.2 -> unstable-2022-11-24 2023-03-02 17:15:02 +02:00
K900
04349bc072 Merge pull request #219185 from K900/fwupd-update-fix
fwupd: fix version
2023-03-02 17:59:33 +03:00
figsoda
38a6fdbf6b lua-language-server: 3.6.11 -> 3.6.13
Diff: https://github.com/luals/lua-language-server/compare/3.6.11...3.6.13

Changelog: https://github.com/LuaLS/lua-language-server/blob/3.6.13/changelog.md
2023-03-02 09:57:59 -05:00
K900
26cb599014 fwupd: fix version 2023-03-02 17:56:44 +03:00
R. Ryantm
9c3b025931 vscode: 1.75.1 -> 1.76.0 2023-03-02 14:54:30 +00:00
R. Ryantm
9d4a331368 python310Packages.google-cloud-automl: 2.10.1 -> 2.11.0 2023-03-02 14:52:23 +00:00
figsoda
3793d20049 Merge pull request #218383 from figsoda/book-summary 2023-03-02 09:49:43 -05:00
Bobby Rong
d492265f47 Merge pull request #219046 from eliandoran/dev/trilium_update
trilium-{desktop,server}: 0.58.8 -> 0.59.1
2023-03-02 22:38:53 +08:00
R. Ryantm
d16a3eb474 python310Packages.datasets: 2.10.0 -> 2.10.1 2023-03-02 14:33:13 +00:00
Martin Weinelt
f84f787874 Merge pull request #218509 from wesleyjrz/add-kb
kb: init at 0.1.7
2023-03-02 14:21:20 +00:00
K900
af7432de5b kde/gear: 22.12.2 -> 22.12.3 2023-03-02 17:12:25 +03:00
K900
18f2ba9ce4 Merge pull request #207033 from j-brn/master
looking-glass-client/kvmfr: B5.0.1 -> B6
2023-03-02 17:11:43 +03:00
Loïc Reynier
37d891aebf python3Packages.myst-parser: 0.19.0 -> 0.19.1 2023-03-02 15:07:52 +01:00
superherointj
901f0c92f1 Merge pull request #218192 from wegank/widevine-bump
widevine-cdm: 4.10.2449.0 -> 4.10.2557.0, merge with vivaldi-widevine
2023-03-02 10:44:51 -03:00
Wesley Jr
d2b3adf3bc kb: init at 0.1.7 2023-03-02 09:53:24 -03:00
Maximilian Bosch
63576d1c14 Merge pull request #219149 from Ma27/bump-grafana
grafana: 9.3.6 -> 9.4.2
2023-03-02 13:52:40 +01:00
Stanisław Pitucha
91801f8ff6 Merge pull request #216802 from viraptor/qscintilla-darwin
qscintilla: fix darwin builds
2023-03-02 23:45:37 +11:00
Alyssa Ross
9bfc5871c1 llvmPackages_15.compiler-rt: drop codesign patch
This was added in 00839fea22 ("llvmPackages_15.compiler-rt: fixes for Darwin"),
which says:

> this introduces a codesigning related patch that we can drop once
> #195107 goes through

The referenced PR ("sigtool: 0.1.2 → 0.1.3") has now been merged, so
I'm dropping the patch as instructed.
2023-03-02 12:36:21 +00:00
Rahul Butani
b06ac37f38 llvmPackages*.clang_manpages: drop the sphinx find_package patch
This is a backport of f8cbbdd05b.

LLVM versions >= 5.0.0 already look for sphinx when `LLVM_ENABLE_SPHINX`
is enabled: ea139eccc1
2023-03-02 12:34:33 +00:00
Artturi
09b11341b9 Merge pull request #218984 from Artturin/replacedeplocal 2023-03-02 14:25:50 +02:00
Artturi
8fd7755d23 Merge pull request #218243 from Artturin/kiwisolvercflags 2023-03-02 14:23:11 +02:00
R. Ryantm
a00d8f82a5 libglibutil: 1.0.67 -> 1.0.68 2023-03-02 12:10:12 +00:00
Jan Tojnar
a1cbe94831 Merge pull request #218459 from R-VdP/fwupd-1-8-12
fwupd: 1.8.10 -> 1.8.12
2023-03-02 13:08:49 +01:00
Florian Brandes
8281752e39 borgmatic: fix systemd service
due to 2e9f70d496
there is another "sleep", which is now wrongly substituted.

This fixes the error:
Failed to inhibit: Invalid what specification
/nix/store/if12v01xkqladifvk8yqjdpbp6sisg74-coreutils-9.1/bin/sleep:shutdown

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-03-02 13:02:49 +01:00
github-actions[bot]
6c8444842c Merge staging-next into staging 2023-03-02 12:02:00 +00:00
github-actions[bot]
4add2fd1a2 Merge master into staging-next 2023-03-02 12:01:27 +00:00
Martin Weinelt
255f62ed45 Merge pull request #219119 from squalus/librewolf
librewolf: 110.0-1 -> 110.0.1-1
2023-03-02 11:56:37 +00:00
R. Ryantm
aff076004b mdbook-katex: 0.3.8 -> 0.3.9 2023-03-02 11:50:10 +00:00
Jan Tojnar
74be655fa9 fwupd,libjcat,libxmlb: remove myself from maintainers 2023-03-02 12:35:49 +01:00
R-VdP
51bcc9df5c fwupd: 1.8.10 -> 1.8.12
Added pandoc as a native build dependency because it is now required to generate the manpages (see https://www.github.com/fwupd/fwupd/pull/5566).

Requires disabling device-tests in our NixOS tests.
They require network access to download emulation data.

https://github.com/fwupd/fwupd/releases/tag/1.8.11
https://github.com/fwupd/fwupd/releases/tag/1.8.12
2023-03-02 12:31:56 +01:00
R-VdP
e58bdb61c4 fwupd: Reformat file with nixpkgs-fmt 2023-03-02 12:26:36 +01:00
R-VdP
a40e8972a4 fwupd: Use finalAttrs 2023-03-02 12:23:43 +01:00
R. Ryantm
c40f0bcab6 copilot-cli: 1.25.0 -> 1.26.0 2023-03-02 11:15:46 +00:00
Maximilian Bosch
ae5eab6d59 grafana: 9.3.6 -> 9.4.2
ChangeLog: ae90f73b78/CHANGELOG.md (942-2023-03-02)

Also synced up the `go generate` calls from upstream's Makefile
with our buildscript.

Finally, I removed the `go.{mod,sum}` files from the vendored `xorm` in
`pkg/util`. This was to work around the following build error:

    main module (github.com/grafana/grafana) does not contain package github.com/grafana/grafana/pkg/util/xorm

Not entirely sure why, but I guess that the presence of these files
confused our build-script and it wrongly assumed that
github.com/grafana/.../xorm didn't exist (while a different xorm
according to the values in `go.mod` existed).
2023-03-02 12:08:29 +01:00
José Romildo Malaquias
6ff8c0213d Merge pull request #219137 from r-ryantm/auto-update/ibm-plex
ibm-plex: 6.1.1 -> 6.2.0
2023-03-02 08:02:01 -03:00
zowoq
96cc38b1e8 nixVersions.unstable: stable -> 2.14 2023-03-02 20:59:46 +10:00
zowoq
a8bd0d2b2e nixVersions.nix_2_14: init at 2.14.1
https://github.com/NixOS/nix/releases/tag/2.14.0
https://github.com/NixOS/nix/releases/tag/2.14.1

rapidcheck was added in 7fe308c2f8
2023-03-02 20:58:34 +10:00
Fabian Affolter
1bb5195140 Merge pull request #219128 from r-ryantm/auto-update/cargo-insta
cargo-insta: 1.26.0 -> 1.28.0
2023-03-02 11:55:51 +01:00
Fabian Affolter
9fb40a03a3 csvkit: 1.0.5 -> 1.1.1
Changelog: https://github.com/wireservice/csvkit/blob/1.1.1/CHANGELOG.rst
2023-03-02 11:42:29 +01:00
Fabian Affolter
e7423d453b csvkit: add chagnelog to meta 2023-03-02 11:36:38 +01:00
Tobias Markus
cc541cb750 tbb: Split into tbb_2020_3 and tbb_2021_8
This is based on PR #214762.

For the new release 2021.8, see
https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-threading-building-blocks-release-notes.html
https://github.com/oneapi-src/oneTBB/releases/tag/v2021.5.0
https://github.com/oneapi-src/oneTBB/releases/tag/v2021.6.0
https://github.com/oneapi-src/oneTBB/releases/tag/v2021.7.0

Due to the significant breakage due to the update to TBB 2021.8, instead
split the tbb package into tbb_2020_3 and tbb_2021_8, with the default
tbb aliased to tbb_2020_3 in order to minimize breakage.

Also fixed build issues and improved code.

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
Co-Authored-By: davidak <git@davidak.de>
2023-03-02 11:31:56 +01:00
Fabian Affolter
c9eef03ea7 python310Packages.python-decouple: 3.7 -> 3.8
Diff: https://github.com/HBNetwork/python-decouple/compare/refs/tags/v3.7...v3.8

Changelog: https://github.com/HBNetwork/python-decouple/blob/v3.8/CHANGELOG.md
2023-03-02 11:29:56 +01:00
R. Ryantm
875f33929d yutto: 2.0.0b18 -> 2.0.0b20 2023-03-02 10:28:26 +00:00
Fabian Affolter
5f6bfafdfc python310Packages.pypykatz: 0.6.3 -> 0.6.5
Changelog: https://github.com/skelsec/pypykatz/releases/tag/0.6.5
2023-03-02 11:20:08 +01:00
Fabian Affolter
45a93ef38d python310Packages.aesedb: 0.1.1 -> 0.1.3
Changelog: https://github.com/skelsec/aesedb/releases/tag/0.1.3
2023-03-02 11:19:14 +01:00
Arian van Putten
17ca3dd2a6 Merge pull request #217852 from justinas/teleport-12
teleport: 11.3.4 -> 12.0.2, reintroduce teleport_11
2023-03-02 11:18:24 +01:00
Fabian Affolter
1329989958 python310Packages.pontos: 23.2.12 -> 23.3.1
Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.2.12...v23.3.1

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.3.1
2023-03-02 11:10:53 +01:00
R. Ryantm
986339022f bingrep: 0.10.1 -> 0.11.0 2023-03-02 10:02:18 +00:00
Luke Granger-Brown
b3c09089e4 Merge pull request #215750 from puppe/fix-paperless
nixos/paperless: download NLTK data
2023-03-02 10:00:46 +00:00
Fabian Affolter
de7ee23095 cargo-insta: equalize 2023-03-02 10:51:06 +01:00
R. Ryantm
56022cba48 ibm-plex: 6.1.1 -> 6.2.0 2023-03-02 09:51:02 +00:00
Fabian Affolter
d37bb6f543 cargo-insta: add changelog to meta 2023-03-02 10:49:44 +01:00
Stanisław Pitucha
ccbbe66c21 Merge pull request #180198 from viraptor/ejson2env-update
ejson2env: update script and strip
2023-03-02 20:48:28 +11:00
Stanisław Pitucha
4ebf4f8eac Merge pull request #218781 from viraptor/ruby-libxml-darwin
rubyPackages.libxml-ruby: fix darwin build
2023-03-02 20:46:29 +11:00
Fabian Affolter
f3ddba6673 Merge pull request #219123 from r-ryantm/auto-update/cargo-wasi
cargo-wasi: 0.1.26 -> 0.1.27
2023-03-02 10:43:14 +01:00
Fabian Affolter
075895f836 gomplate: modernize 2023-03-02 10:33:47 +01:00
Stanisław Pitucha
f8d6b68a17 Merge pull request #219117 from wahjava/update-flyctl
flyctl: 0.473 -> 0.474
2023-03-02 20:33:24 +11:00
R. Ryantm
40f7522469 hwdata: 0.367 -> 0.368 2023-03-02 09:31:46 +00:00
Yureka
55da71c10e nixos/nftables: add checkRuleset option (#216531)
* nixos/nftables: add checkRuleset option

* lkl: 2022-05-18 -> 2023-01-27
2023-03-02 10:28:01 +01:00
Fabian Affolter
4224fc6be5 Merge pull request #219098 from marsam/update-pglast
python310Packages.pglast: 5.0 -> 5.1
2023-03-02 10:27:08 +01:00
Fabian Affolter
ea23ad3833 gomplate: add changelog to meta 2023-03-02 10:24:44 +01:00
Fabian Affolter
bbad946ddf Merge pull request #219085 from r-ryantm/auto-update/nfs-ganesha
nfs-ganesha: 4.3 -> 4.4
2023-03-02 10:22:46 +01:00
R. Ryantm
14891ec0d9 cargo-insta: 1.26.0 -> 1.28.0 2023-03-02 08:53:02 +00:00
Fabian Affolter
b7da4371df python310Packages.pyexploitdb: init at 0.2.9 2023-03-02 09:45:00 +01:00
Marek Fajkus
a87b99a3c7 Merge pull request #219057 from avh4/elm-format-0.8.6
elm-format: 0.8.5 -> 0.8.6
2023-03-02 09:37:52 +01:00
Fabian Affolter
f74ea5e4c2 Merge pull request #218652 from farcaller/ali
ali: init at 0.7.5
2023-03-02 09:28:21 +01:00
Fabian Affolter
ffd3af93ff Merge pull request #218668 from piperswe/cloudflared-2023.2.2
cloudflared: 2023.2.1 -> 2023.2.2
2023-03-02 09:27:51 +01:00
Vladimír Čunát
09768783f2 Merge #217044: ffmpeg: fix RUNPATH patching for OpenGL
...into staging
2023-03-02 09:02:57 +01:00
Fabian Affolter
f0a620bd28 cloudflared: equalize 2023-03-02 09:01:47 +01:00
Fabian Affolter
a5e6496517 cloudflared: add changelog to meta 2023-03-02 08:59:13 +01:00
Fabian Affolter
b04834c267 ali: add changelog to meta 2023-03-02 08:53:00 +01:00
R. Ryantm
9722137ae7 cargo-wasi: 0.1.26 -> 0.1.27 2023-03-02 07:46:51 +00:00
Fabian Affolter
690288fd37 Merge pull request #219061 from fabaff/exploitdb-bump
exploitdb: 2023-02-28 -> 2023-03-01
2023-03-02 08:43:32 +01:00
Fabian Affolter
b358c66b1f Merge pull request #219069 from fabaff/goaccess-bump
goaccess: 1.7 -> 1.7.1
2023-03-02 08:43:21 +01:00
Fabian Affolter
405e3706bd Merge pull request #219075 from fabaff/appthreat-vulnerability-db-bump
python310Packages.appthreat-vulnerability-db: 4.3.1 -> 5.0.1
2023-03-02 08:42:48 +01:00
Weijia Wang
2e8194d47b Merge pull request #219108 from marsam/fix-pgformatter
pgformatter: fix uninitialized variable error
2023-03-02 09:36:27 +02:00
Weijia Wang
e063d7247a Merge pull request #217617 from ArashPartow/master
Update ExprTk to tag 0.0.2
2023-03-02 09:31:21 +02:00
Nick Cao
062124d250 Merge pull request #219060 from figsoda/rust-motd
rust-motd: 1.0.0 -> 1.0.1
2023-03-02 14:44:11 +08:00
Nick Cao
9b9334c692 Merge pull request #219066 from figsoda/menyoki
menyoki: 1.6.1 -> 1.7.0
2023-03-02 14:31:35 +08:00
Nick Cao
6a44fa23e2 Merge pull request #219077 from r-ryantm/auto-update/vitess
vitess: 15.0.2 -> 16.0.0
2023-03-02 14:30:17 +08:00
Nick Cao
30ec89b921 Merge pull request #219079 from r-ryantm/auto-update/alertmanager-irc-relay
alertmanager-irc-relay: 0.5.0 -> 0.5.1
2023-03-02 14:29:58 +08:00
Nick Cao
b70fffbf30 Merge pull request #219082 from r-ryantm/auto-update/libbraiding
libbraiding: 1.1 -> 1.2
2023-03-02 14:29:27 +08:00
Nick Cao
5abac55471 Merge pull request #219083 from r-ryantm/auto-update/buildkite-agent
buildkite-agent: 3.43.1 -> 3.44.0
2023-03-02 14:28:58 +08:00
Norbert Melzer
70d5ab9874 Merge pull request #216539 from tejing1/fix-discord 2023-03-02 07:24:21 +01:00
Nick Cao
e01b982dae Merge pull request #219086 from r-ryantm/auto-update/codeql
codeql: 2.12.2 -> 2.12.3
2023-03-02 14:20:40 +08:00
Nick Cao
33df3ff3d5 Merge pull request #219090 from r-ryantm/auto-update/kluctl
kluctl: 2.19.0 -> 2.19.2
2023-03-02 14:19:19 +08:00
Nick Cao
86d9ebe126 Merge pull request #219092 from r-ryantm/auto-update/zimfw
zimfw: 1.11.2 -> 1.11.3
2023-03-02 14:18:28 +08:00
Nick Cao
99db4841fb Merge pull request #219101 from r-ryantm/auto-update/urbit
urbit: 1.21 -> 1.22
2023-03-02 14:15:45 +08:00
Nick Cao
48bd03d5c8 Merge pull request #219111 from dani0854/update/ledger-live-desktop
ledger-live-desktop: 2.53.2 -> 2.54.0
2023-03-02 14:13:48 +08:00
Nick Cao
27fb855db8 Merge pull request #219112 from NixOS/anytype
anytype: 0.30.0 -> 0.31.0
2023-03-02 14:13:15 +08:00
Ashish SHUKLA
115f47a3c8 flyctl: 0.473 -> 0.474 2023-03-02 11:41:18 +05:30
Weijia Wang
11b07d930d firefox, spidermonkey: remove NIX_LDFLAGS
This commit reverts #210859, since aarch64-linux now uses GCC 12 by default.
2023-03-02 08:02:06 +02:00
github-actions[bot]
f61eca4e68 Merge staging-next into staging 2023-03-02 06:01:44 +00:00
github-actions[bot]
c52cc08542 Merge master into staging-next 2023-03-02 06:01:14 +00:00
R. Ryantm
68fe9c3e3d oh-my-zsh: 2023-02-23 -> 2023-03-01 2023-03-02 04:22:05 +00:00
Bruno Bigras
921421edb8 anytype: 0.30.0 -> 0.31.0 2023-03-01 23:14:36 -05:00
Nikolay Korotkiy
58227cccc6 Merge pull request #219094 from r-ryantm/auto-update/lagrange-tui
lagrange: 1.15.2 -> 1.15.3
2023-03-02 08:07:18 +04:00
github-actions[bot]
34c8b46167 terraform-providers.oci: 4.109.0 → 4.110.0 2023-03-02 13:58:41 +10:00
github-actions[bot]
89fea552b1 terraform-providers.spotinst: 1.101.0 → 1.102.0 2023-03-02 13:58:41 +10:00
github-actions[bot]
5ee0743ef5 terraform-providers.openstack: 1.49.0 → 1.50.0 2023-03-02 13:58:41 +10:00
github-actions[bot]
842f99cd8d terraform-providers.dnsimple: 0.16.0 → 0.16.1 2023-03-02 13:58:41 +10:00
github-actions[bot]
be441fafec terraform-providers.baiducloud: 1.19.4 → 1.19.5 2023-03-02 13:58:41 +10:00
figsoda
806c3b5d98 Merge pull request #219100 from marsam/update-millet
millet: 0.7.7 -> 0.7.9
2023-03-01 22:16:34 -05:00
Anderson Torres
1d8991a8d3 Merge pull request #218956 from lourkeur/slstatus
slstatus: fix overriden build
2023-03-02 00:10:22 -03:00
Mario Rodas
4f16b8f48e Merge pull request #218970 from marsam/update-breezy
python310Packages.breezy: 3.2.2 -> 3.3.2
2023-03-01 21:57:15 -05:00
figsoda
70d296eb5b Merge pull request #219096 from marsam/update-yq
yq-go: 4.30.8 -> 4.31.2
2023-03-01 21:32:50 -05:00
Mario Rodas
294f3e5b5f Merge pull request #219089 from r-ryantm/auto-update/buf
buf: 1.14.0 -> 1.15.0
2023-03-01 21:31:25 -05:00
R. Ryantm
cefa675791 urbit: 1.21 -> 1.22 2023-03-02 02:11:56 +00:00
Danil Suetin
c9f0b57896 ledger-live-desktop: 2.53.2 -> 2.54.0 2023-03-02 09:02:16 +07:00
Bobby Rong
3374c1ab48 Merge pull request #219004 from bobby285271/fix/pantheon-add-mutter-udev
nixos/pantheon: add mutter to services.udev.packages
2023-03-02 09:55:20 +08:00
R. Ryantm
412dbc6a62 gomplate: 3.11.3 -> 3.11.4 2023-03-02 01:54:07 +00:00
Arash Partow
a3b9861242 exprtk: unstable-2021-12-31 -> 0.0.2 2023-03-02 12:53:06 +11:00
R. Ryantm
1602585db3 lagrange-tui: 1.15.2 -> 1.15.3 2023-03-02 01:45:38 +00:00
R. Ryantm
5c16cfc824 zimfw: 1.11.2 -> 1.11.3 2023-03-02 01:36:07 +00:00
R. Ryantm
1f1ebea0e4 kluctl: 2.19.0 -> 2.19.2 2023-03-02 01:22:19 +00:00
R. Ryantm
e469962c58 buf: 1.14.0 -> 1.15.0 2023-03-02 01:21:25 +00:00
Martin Weinelt
00ebdb7b9c Merge pull request #219039 from dotlambda/hatch-jupyter-builder-no-hatch
python310Packages.hatch-jupyter-builder: don't depend on hatch
2023-03-02 01:18:05 +00:00
Anderson Torres
e3b8cfee51 Merge pull request #219072 from figsoda/nil
nil: 2023-02-03 -> 2023-03-01
2023-03-01 22:03:03 -03:00
R. Ryantm
5d1d52b01a codeql: 2.12.2 -> 2.12.3 2023-03-02 00:59:09 +00:00
Mario Rodas
516e4b1293 Merge pull request #218972 from r-ryantm/auto-update/python310Packages.rpyc
python310Packages.rpyc: 5.3.0 -> 5.3.1
2023-03-01 19:54:01 -05:00
Mario Rodas
fec3391f36 Merge pull request #219042 from r-ryantm/auto-update/eksctl
eksctl: 0.130.0 -> 0.131.0
2023-03-01 19:52:35 -05:00
Mario Rodas
f265a5212a Merge pull request #219059 from r-ryantm/auto-update/go-toml
go-toml: 2.0.6 -> 2.0.7
2023-03-01 19:52:06 -05:00
Mario Rodas
f64fbe61a1 Merge pull request #218974 from marsam/update-jupyter-book
python310Packages.jupyter-book: 0.13.2 -> 0.14.0
2023-03-01 19:51:04 -05:00
R. Ryantm
6338d2eafb nfs-ganesha: 4.3 -> 4.4 2023-03-02 00:40:58 +00:00
Michael Weiss
05397ef1ca chromiumBeta: 111.0.5563.41 -> 111.0.5563.50 2023-03-02 01:37:46 +01:00
R. Ryantm
b7b8e87b1d buildkite-agent: 3.43.1 -> 3.44.0 2023-03-02 00:33:38 +00:00
oxalica
de408167ed buildRustPackage: don't passthru cargoDeps
`cargoDeps` is already passed as `mkDerivation` arguments, and should
not be `passthru`ed again. This fixes the mismatch of `drv.cargoDeps`
and the actual dependency when the original derivation is overriden.
2023-03-02 10:20:15 +10:00
Jade Lovelace
21eaf070b2 nix-doc: 0.5.7 -> 0.5.8
Fixes Nix 2.14 build support. Checked to build against both Nix 2.13 and
Nix 2.14 on x86_64-linux.

Related: #218889
2023-03-02 10:19:31 +10:00
github-actions[bot]
8855eae01b Merge staging-next into staging 2023-03-02 00:03:07 +00:00
github-actions[bot]
31ac3cfe2f Merge master into staging-next 2023-03-02 00:02:34 +00:00
Mario Rodas
96c0fdeb6a Merge pull request #219062 from fabaff/trufflehog-bump
trufflehog: 3.28.4 -> 3.28.5
2023-03-01 18:58:45 -05:00
Mario Rodas
75c4012d8b Merge pull request #219063 from figsoda/cargo-release
cargo-release: 0.24.4 -> 0.24.5
2023-03-01 18:58:28 -05:00
R. Ryantm
5193c3e1f4 libbraiding: 1.1 -> 1.2 2023-03-01 23:52:57 +00:00
R. Ryantm
1c63793ac6 alertmanager-irc-relay: 0.5.0 -> 0.5.1 2023-03-01 23:45:45 +00:00
Azat Bahawi
b7ee21d0ce Merge pull request #219071 from r-ryantm/auto-update/werf
werf: 1.2.202 -> 1.2.204
2023-03-02 02:42:12 +03:00
superherointj
1a6ab4b794 Merge pull request #218979 from superherointj/python311Packages.exrex-unstable-2021-04-22
python311Packages.exrex: 0.10.5 -> unstable-2021-04-22
2023-03-01 20:22:14 -03:00
R. Ryantm
43381120c6 vitess: 15.0.2 -> 16.0.0 2023-03-01 23:18:14 +00:00
Fabian Affolter
debb75dbb5 python310Packages.rpyc: add changelog to meta 2023-03-02 00:10:15 +01:00
Fabian Affolter
202260c583 python310Packages.appthreat-vulnerability-db: 4.3.1 -> 5.0.1
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.3.1...v5.0.1

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.0.1
2023-03-02 00:05:21 +01:00
figsoda
3e2cd1b9e6 nil: 2023-02-03 -> 2023-03-01
Diff: https://github.com/oxalica/nil/compare/2023-02-03...2023-03-01

Changelog: https://github.com/oxalica/nil/releases/tag/2023-03-01
2023-03-01 17:54:54 -05:00
R. Ryantm
3650c34b40 werf: 1.2.202 -> 1.2.204 2023-03-01 22:49:20 +00:00
Luke Granger-Brown
04031fdb82 Merge pull request #208952 from williamvds/add_aws_assume_role
aws-assume-role: init at 0.3.2
2023-03-01 22:46:22 +00:00
Fabian Affolter
35daab76a4 Merge pull request #219051 from r-ryantm/auto-update/python310Packages.google-cloud-securitycenter
python310Packages.google-cloud-securitycenter: 1.18.2 -> 1.19.0
2023-03-01 23:45:49 +01:00
IndeedNotJames
93c1d370db nixos/gitea: fix commit signing (gpg) core dump
Gitea spawns `gpg` processes for commit signing related actions.
Those `gpg` processes need `mlock` (probably to prevent secrets
in the memory to swap).
Blocking it (as part of the `@memlock` preset) causes any
commit signing related actions to error out as http/500
2023-03-01 23:44:21 +01:00
IndeedNotJames
249f6c4c1d nixos/tests/gitea: test gpg commit signing key
`/api/v1/signing-key.gpg` spawns a `gpg` process,
which is great to test if `gpg` is available
and can be invoked from in the unit.

Which is somewhat relevant, since `gpg` was
missing from the unit's `$PATH` until recently.

And even after adding `gpg` to the unit's `$PATH`,
configuring commit signing for a instance
resulted in http/500s nonetheless.

That's due to `@memlock` being present in
`SystemCallFilter=~` and `gpg` trying to
use `mlock` (probably to prevent secrets
in the memory to swap), resulting in an
immediate `SIGKILL` of any spawned `gpg` processes.
2023-03-01 23:44:21 +01:00
Fabian Affolter
7da88da093 goaccess: 1.7 -> 1.7.1
Diff: https://github.com/allinurl/goaccess/compare/v1.7...v1.7.1

Changelog: https://github.com/allinurl/goaccess/raw/v1.7.1/ChangeLog
2023-03-01 23:43:53 +01:00
Sandro
29211dc4b4 Merge pull request #209679 from r-ryantm/auto-update/rav1e 2023-03-01 23:34:33 +01:00
Weijia Wang
ce9f38bc73 Merge pull request #218672 from r-ryantm/auto-update/python310Packages.sparse
python310Packages.sparse: 0.13.0 -> 0.14.0
2023-03-02 00:33:34 +02:00
Weijia Wang
0e221d5caf Merge pull request #219022 from r-ryantm/auto-update/python310Packages.torchmetrics
python310Packages.torchmetrics: 0.11.2 -> 0.11.3
2023-03-02 00:32:49 +02:00
Fabian Affolter
3ddfa29f51 tang: 7 -> 12
Changelogs:
https://github.com/latchset/tang/releases/tag/v12
https://github.com/latchset/tang/releases/tag/v11
https://github.com/latchset/tang/releases/tag/v10
https://github.com/latchset/tang/releases/tag/v9
https://github.com/latchset/tang/releases/tag/v8
2023-03-01 23:28:26 +01:00
Weijia Wang
1a2d6bbfcf Merge pull request #219047 from DeeUnderscore/update/cataclysm-dda-0.G
cataclysm-dda: 0.F-3 -> 0.G
2023-03-02 00:28:17 +02:00
Fabian Affolter
36c9dc57b5 clevis: 18 -> 19
Diff: https://github.com/latchset/clevis/compare/refs/tags/v18...v19

Changelog: https://github.com/latchset/clevis/releases/tag/v19
2023-03-01 23:27:53 +01:00
Weijia Wang
603d31c59d Merge pull request #215176 from jboynyc/spacy-models
python3Packages.spacy_models.*: add Croatian, Korean, Finnish and Ukrainian language models
2023-03-02 00:26:53 +02:00
Weijia Wang
eb3e64b060 Merge pull request #219040 from NobbZ/rustic-rs-0-4-4
rustic-rs: 0.4.3 -> 0.4.4
2023-03-02 00:26:12 +02:00
Weijia Wang
33684784af Merge pull request #218962 from amesgen/scriv-1.2.1
scriv: 1.2.0 -> 1.2.1
2023-03-02 00:24:27 +02:00
Fabian Affolter
72b5746a97 clevis: update meta 2023-03-01 23:23:27 +01:00
Weijia Wang
5bf66c39cb Merge pull request #218977 from dywedir/pijul
pijul: 1.0.0-beta.2 -> 1.0.0-beta.4
2023-03-02 00:23:10 +02:00
Weijia Wang
ba453f8ae4 Merge pull request #219041 from azahi/xnotify-rev
xnotify: fix rev
2023-03-02 00:22:19 +02:00
Weijia Wang
0aca8f43c8 Merge pull request #218976 from aaronjheng/okteto
okteto: 2.12.1 -> 2.13.0
2023-03-02 00:21:12 +02:00
figsoda
7e98e1d989 menyoki: 1.6.1 -> 1.7.0
Diff: https://github.com/orhun/menyoki/compare/v1.6.1...v1.7.0

Changelog: https://github.com/orhun/menyoki/blob/v1.7.0/CHANGELOG.md
2023-03-01 17:20:01 -05:00
Weijia Wang
64fdf1ea3d Merge pull request #218570 from r-ryantm/auto-update/wireguard-go
wireguard-go: 0.0.20220316 -> 0.0.20230223
2023-03-02 00:18:33 +02:00
Weijia Wang
010ad2e282 Merge pull request #218682 from r-ryantm/auto-update/fb303
fb303: 2023.02.13.00 -> 2023.02.20.00
2023-03-02 00:15:25 +02:00
Weijia Wang
d14914b3cc Merge pull request #218723 from r-ryantm/auto-update/mpop
mpop: 1.4.17 -> 1.4.18
2023-03-02 00:13:45 +02:00
Weijia Wang
7a1e0d28bd Merge pull request #218746 from r-ryantm/auto-update/librelp
librelp: 1.10.0 -> 1.11.0
2023-03-02 00:13:22 +02:00
Weijia Wang
526d10286e Merge pull request #218515 from r-ryantm/auto-update/python310Packages.gsd
python310Packages.gsd: 2.7.0 -> 2.8.0
2023-03-02 00:12:09 +02:00
figsoda
16d5cfdd04 cargo-release: 0.24.4 -> 0.24.5
Diff: https://github.com/crate-ci/cargo-release/compare/refs/tags/v0.24.4...v0.24.5

Changelog: https://github.com/crate-ci/cargo-release/blob/v0.24.5/CHANGELOG.md
2023-03-01 17:09:44 -05:00
Fabian Affolter
1380b2cfe0 Merge pull request #219036 from fabaff/pynuki-bump
python310Packages.pynuki: 1.6.0 -> 1.6.1
2023-03-01 23:09:44 +01:00
Weijia Wang
a85b502f83 Merge pull request #218571 from r-ryantm/auto-update/ombi
ombi: 4.22.5 -> 4.35.10
2023-03-02 00:09:19 +02:00
Fabian Affolter
bd7a8a561b Merge pull request #219035 from fabaff/aiosomecomfort-bump
python310Packages.aiosomecomfort: 0.0.10 -> 0.0.11
2023-03-01 23:09:01 +01:00
Weijia Wang
ff02b33424 Merge pull request #218574 from r-ryantm/auto-update/uid_wrapper
uid_wrapper: 1.2.9 -> 1.3.0
2023-03-02 00:04:25 +02:00
Weijia Wang
d35e8c37f7 Merge pull request #218798 from r-ryantm/auto-update/monit
monit: 5.32.0 -> 5.33.0
2023-03-02 00:03:35 +02:00
Weijia Wang
1ffb820109 Merge pull request #218769 from r-ryantm/auto-update/zef
zef: 0.17.0 -> 0.18.0
2023-03-02 00:01:02 +02:00
Weijia Wang
8c6ece48b2 Merge pull request #218693 from r-ryantm/auto-update/kubeone
kubeone: 1.5.6 -> 1.6.0
2023-03-01 23:58:46 +02:00
R. Ryantm
c23a15e667 go-toml: 2.0.6 -> 2.0.7 2023-03-01 21:57:03 +00:00
Weijia Wang
d001970cb7 Merge pull request #219038 from arjan-s/ntfy-sh-2.1.1
ntfy-sh: 2.1.0 -> 2.1.1
2023-03-01 23:53:55 +02:00
figsoda
e84920700d rust-motd: 1.0.0 -> 1.0.1
Diff: https://github.com/rust-motd/rust-motd/compare/v1.0.0...v1.0.1

Changelog: https://github.com/rust-motd/rust-motd/releases/tag/v1.0.1
2023-03-01 16:51:18 -05:00
Fabian Affolter
7e0fc49c39 trufflehog: 3.28.4 -> 3.28.5
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.5
2023-03-01 22:50:49 +01:00
Weijia Wang
be0470870b Merge pull request #218884 from r-ryantm/auto-update/fnlfmt
fnlfmt: 0.2.3 -> 0.3.0
2023-03-01 23:42:46 +02:00
Weijia Wang
0057dd2155 Merge pull request #218890 from r-ryantm/auto-update/apt
apt: 2.5.5 -> 2.5.6
2023-03-01 23:41:36 +02:00
Weijia Wang
f5056a7da8 Merge pull request #218911 from r-ryantm/auto-update/scummvm
scummvm: 2.6.1 -> 2.7.0
2023-03-01 23:39:22 +02:00
Aaron VonderHaar
7a818c55bc elm-format: 0.8.5 -> 0.8.6 2023-03-01 13:38:02 -08:00
Sandro
fd449a33c1 Merge pull request #218485 from Myaats/jellyfin_mpv_shim 2023-03-01 22:34:29 +01:00
Fabian Affolter
93e0731152 exploitdb: 2023-02-28 -> 2023-03-01 2023-03-01 22:31:25 +01:00
Weijia Wang
147e433e80 Merge pull request #219033 from NixOS/gsettings-desktop-schemas-homepage
gsettings-desktop-schemas: add a homepage
2023-03-01 23:31:05 +02:00
Weijia Wang
2dd397efb8 Merge pull request #218855 from r-ryantm/auto-update/jbang
jbang: 0.103.2 -> 0.104.0
2023-03-01 23:27:24 +02:00
Weijia Wang
ba35b080c7 Merge pull request #218913 from r-ryantm/auto-update/symfony-cli
symfony-cli: 5.5.0 -> 5.5.1
2023-03-01 23:22:34 +02:00
Weijia Wang
de00da4a10 Merge pull request #218852 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 23.02.16 -> 23.02.28
2023-03-01 23:21:58 +02:00
Weijia Wang
8bebe53507 Merge pull request #218861 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2023.01.26-11.08.16 -> 2023.02.27-13.12.12
2023-03-01 23:21:06 +02:00
Weijia Wang
3e53bf6555 Merge pull request #218854 from r-ryantm/auto-update/google-java-format
google-java-format: 1.15.0 -> 1.16.0
2023-03-01 23:20:29 +02:00
Weijia Wang
6600612738 Merge pull request #218541 from r-ryantm/auto-update/urbit
urbit: 1.20 -> 1.21
2023-03-01 23:17:28 +02:00
superherointj
a2c63100b6 Merge pull request #219029 from CyborgPotato/godot
godot: 4.0-rc1 -> 4.0-stable
2023-03-01 18:03:58 -03:00
R. Ryantm
e7e103e714 python310Packages.google-cloud-securitycenter: 1.18.2 -> 1.19.0 2023-03-01 21:00:34 +00:00
williamvds
6d8cb115c9 aws-assume-role: init at 0.3.2 2023-03-01 21:00:25 +00:00
williamvds
f9f23dc52d maintainers: add williamvds 2023-03-01 21:00:23 +00:00
Martin Weinelt
022f809332 Merge pull request #219016 from baloo/baloo/libtpms/0.9.6
libtpms: 0.9.5 -> 0.9.6
2023-03-01 20:50:23 +00:00
D Anzorge
7eccc156c1 cataclysm-dda: 0.F-3 -> 0.G
Release announcement: https://cataclysmdda.org/releases/#0g-gaiman
Changelog: https://github.com/CleverRaven/Cataclysm-DDA/blob/0.G/data/changelog.txt
2023-03-01 21:27:45 +01:00
lewo
71d6662977 Merge pull request #219002 from r-ryantm/auto-update/tfplugindocs
tfplugindocs: 0.13.0 -> 0.14.0
2023-03-01 21:17:04 +01:00
Elian Doran
aa66a84dc6 trilium-{desktop,server}: 0.58.8 -> 0.59.1 2023-03-01 22:12:22 +02:00
Azat Bahawi
de14574dce xnotify: fix rev 2023-03-01 22:50:39 +03:00
R. Ryantm
f8178cfd0c eksctl: 0.130.0 -> 0.131.0 2023-03-01 19:49:26 +00:00
Norbert Melzer
55b774ea61 rustic-rs: 0.4.3 -> 0.4.4 2023-03-01 20:46:53 +01:00
Pascal Bach
f597e0db52 Merge pull request #217928 from r-ryantm/auto-update/gitlab-runner
gitlab-runner: 15.8.2 -> 15.9.0
2023-03-01 20:46:18 +01:00
Guillaume Girol
a018e0c024 Merge pull request #217257 from SuperSandro2000/matrix-ldap
matrix-synapse.plugins.matrix-synapse-ldap3: 0.1.5 -> 0.2.2
2023-03-01 19:41:38 +00:00
Robert Schütz
cb41bc853c python310Packages.hatch-jupyter-builder: don't depend on hatch 2023-03-01 11:37:41 -08:00
Arjan Schrijver
135e3707ac ntfy-sh: 2.1.0 -> 2.1.1
Diff: https://github.com/binwiederhier/ntfy/compare/v2.1.0...v2.1.1
2023-03-01 20:34:51 +01:00
Fabian Affolter
26e6c5fd5d Merge pull request #219028 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-datatransfer
python310Packages.google-cloud-bigquery-datatransfer: 3.10.1 -> 3.11.0
2023-03-01 20:33:37 +01:00
Fabian Affolter
4e43170842 python310Packages.openai: add changelog to meta 2023-03-01 20:30:53 +01:00
Fabian Affolter
b77e931531 python310Packages.openai: 0.26.5 -> 0.27.0
Diff: https://github.com/openai/openai-python/compare/v0.26.5...v0.27.0
2023-03-01 20:26:04 +01:00
Martin Weinelt
49d287aa44 Merge pull request #219009 from mweinelt/zigbee2mqtt-1.30.2
zigbee2mqtt: 1.30.1 -> 1.30.2
2023-03-01 19:15:10 +00:00
Anderson Torres
5a9611f685 Merge pull request #219000 from SuperSandro2000/mdcat
mdcat: 1.0.0 -> 1.1.0
2023-03-01 16:13:00 -03:00
Fabian Affolter
291ffffb53 python310Packages.pynuki: 1.6.0 -> 1.6.1
Diff: https://github.com/pschmitt/pynuki/compare/1.6.0...1.6.1
2023-03-01 20:08:53 +01:00
Anderson Torres
5f862789e4 Merge pull request #219007 from 06kellyjac/trivy
trivy: 0.37.3 -> 0.38.0
2023-03-01 16:07:21 -03:00
Pavol Rusnak
c6d3ed40ac Merge pull request #218983 from r-ryantm/auto-update/python310Packages.hwi 2023-03-01 19:40:49 +01:00
Sandro
8658575256 Merge pull request #218226 from LeSuisse/mediawiki-1.39.2 2023-03-01 19:29:00 +01:00
Fabian Affolter
43101d1b75 python310Packages.aiosomecomfort: 0.0.10 -> 0.0.11
Diff: https://github.com/mkmer/AIOSomecomfort/compare/refs/tags/0.0.10...0.0.11

Changelog: https://github.com/mkmer/AIOSomecomfort/releases/tag/0.0.11
2023-03-01 19:13:36 +01:00
Fabian Affolter
63b83b99f7 Merge pull request #138946 from fabaff/cm2-ext
python3Packages.cmd2-ext-test: init at 2.0.0
2023-03-01 19:12:01 +01:00
DavidCrompton1192@gmail.com
e6f2da638b godot: 4.0-rc1 -> 4.0-stable 2023-03-01 13:05:11 -05:00
github-actions[bot]
736c488efe Merge staging-next into staging 2023-03-01 18:01:48 +00:00
github-actions[bot]
904a60778b Merge master into staging-next 2023-03-01 18:01:13 +00:00
Alyssa Ross
cba796c57d gsettings-desktop-schemas: add a homepage
There doesn't seem to be one apart from the GitLab repo page, so this
is the best we can do.
2023-03-01 17:56:24 +00:00
R. Ryantm
4d2ea8c017 python310Packages.google-cloud-bigquery-datatransfer: 3.10.1 -> 3.11.0 2023-03-01 17:54:29 +00:00
Vladyslav M
58f0b7fb74 pijul: 1.0.0-beta.2 -> 1.0.0-beta.4 2023-03-01 19:52:00 +02:00
Weijia Wang
d2eff09f50 Merge pull request #219021 from wlcx/master
esptool: enable on darwin
2023-03-01 19:46:41 +02:00
Weijia Wang
c291b8a8ab Merge pull request #219012 from wegank/arrow-cpp-unbreak
arrow-cpp: unbreak on aarch64-linux
2023-03-01 19:44:30 +02:00
Martin Weinelt
5fc3c122d9 Merge pull request #218967 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 111.0b6 -> 111.0b7
2023-03-01 17:40:17 +00:00
R. Ryantm
881955f4b2 python310Packages.torchmetrics: 0.11.2 -> 0.11.3 2023-03-01 17:10:52 +00:00
Sam Willcocks
0501c3cf77 esptool: enable on darwin 2023-03-01 17:06:46 +00:00
figsoda
f6ddacbf89 Merge pull request #219015 from r-ryantm/auto-update/typos
typos: 1.13.12 -> 1.13.14
2023-03-01 12:05:44 -05:00
Sandro
a5826fe6db Merge pull request #193990 from swflint/add-lifelines
python310Packages.lifelines: init at 0.27.4
2023-03-01 17:58:29 +01:00
Sandro
a1430473dd Merge pull request #216987 from Thornycrackers-Forks/etesync-dav-fix
etesync-dav: fix broken dependancies
2023-03-01 17:49:43 +01:00
sternenseemann
cd6d8b5973 Merge pull request #217111 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-03-01 17:43:55 +01:00
Weijia Wang
39a2b0b3bf rust: remove aarch64-linux workaround
This commit reverts #209113, since aarch64-linux now uses GCC 12 by default.
2023-03-01 18:42:07 +02:00
Arthur Gautier
a703a04256 libtpms: 0.9.5 -> 0.9.6
tpm2: Check size of buffer before accessing it (CVE-2023-1017 & CVE-2023-1018)
2023-03-01 08:32:49 -08:00
R. Ryantm
1b5ba788d2 typos: 1.13.12 -> 1.13.14 2023-03-01 16:23:10 +00:00
Weijia Wang
e8b4c13b8d arrow-cpp: unbreak on aarch64-linux 2023-03-01 18:09:07 +02:00
squalus
4dbf6c0264 librewolf: 110.0-1 -> 110.0.1-1 2023-03-01 08:05:59 -08:00
Martin Weinelt
534f049316 zigbee2mqtt: 1.30.1 -> 1.30.2
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.30.2
2023-03-01 17:00:21 +01:00
Martin Weinelt
8da88c64bf Merge pull request #218927 from mweinelt/firefox-110.0.1
firefox-{,bin-}unwrapped: 110.0 -> 110.0.1
2023-03-01 15:58:44 +00:00
Thiago Kenji Okada
4c97acebf5 Merge pull request #218846 from thiagokokada/gittyup-init
gittyup: init at 1.2.2
2023-03-01 15:42:06 +00:00
Samuel W. Flint
1ed35fd27d python310Packages.lifelines: init at 0.27.4 2023-03-01 16:24:07 +01:00
Samuel W. Flint
30ed80066d python310Packages.formulaic: init at 0.5.2 2023-03-01 16:13:58 +01:00
Samuel W. Flint
02a0ccf413 python310Packages.interface-meta: init at 1.3.0 2023-03-01 16:13:58 +01:00
Samuel W. Flint
76c19e9e2f python310Packages.autograd-gamma: init at 0.4.3 2023-03-01 16:13:58 +01:00
R. Ryantm
51e8f63441 tfplugindocs: 0.13.0 -> 0.14.0 2023-03-01 15:02:44 +00:00
Fabian Affolter
3fb3639de5 python310Packages.cmd2-ext-test: init at 2.0.0 2023-03-01 16:01:22 +01:00
Sandro Jäckel
207164a9b4 mdcat: 1.0.0 -> 1.1.0
Diff: https://github.com/lunaryorn/mdcat/compare/mdcat-1.0.0...mdcat-1.1.0
2023-03-01 15:55:23 +01:00
K900
1e00e82f9d Merge pull request #218437 from K900/x11-default-modesetting
nixos/x11: default to the modesetting driver
2023-03-01 17:51:04 +03:00
K900
be54beb7b9 Merge pull request #206805 from LibreCybernetics/update-xorg
xorg.xorgserver: 1.20.14 → 21.1.7
2023-03-01 17:50:41 +03:00
Fabián Heredia Montiel
0c6d8cb679 xorg.xorgserver: 1.20.14 → 21.1.7
Diff:
https://github.com/freedesktop/xorg-xserver/compare/xorg-server-1.20.14...xorg-server-21.1.7

This reverts the revert on https://github.com/NixOS/nixpkgs/pull/174140
2023-03-01 08:47:09 -06:00
06kellyjac
ef03ae16a0 trivy: 0.37.3 -> 0.38.0
Diff: https://github.com/aquasecurity/trivy/compare/v0.37.3...v0.38.0

Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.38.0
2023-03-01 14:39:53 +00:00
superherointj
7de53c96f7 Merge pull request #218963 from wegank/newt-darwin
newt: add darwin support
2023-03-01 11:25:23 -03:00
sternenseemann
451d699696 Merge remote-tracking branch 'origin/master' into haskell-updates 2023-03-01 15:05:44 +01:00
Maximilian Bosch
a08d6979dd Merge pull request #218973 from sumnerevans/matrix-synapse-1.78
matrix-synapse: 1.77.0 -> 1.78.0
2023-03-01 14:13:55 +01:00
superherointj
f8b1031221 Merge pull request #218964 from superherointj/python311Packages.myst-parser-0.19.0
python311Packages.myst-parser: 0.18.1 -> 0.19.0
2023-03-01 09:50:50 -03:00
R. Ryantm
aac8d68a32 python310Packages.hwi: 2.2.0 -> 2.2.1 2023-03-01 12:37:24 +00:00
Sandro
481ba571d8 Merge pull request #211336 from pinkcreeper100/master
findex: init at 0.7.1
2023-03-01 13:37:19 +01:00
Artturin
28ff7991a1 replaceDependency: use runCommandLocal
> Currently when distributed builds enabled each derivation is uploaded to the remote server to have their hashes rewritten.

fixes issue 13056
2023-03-01 14:36:49 +02:00
superherointj
d4d99c0a79 Merge pull request #218978 from wahjava/update-flyctl
flyctl: 0.470 -> 0.473
2023-03-01 09:35:53 -03:00
Anderson Torres
6554497505 Merge pull request #216913 from atorres1985-contrib/xemu
xemu: cosmetic rewrite
2023-03-01 09:34:53 -03:00
Thiago Kenji Okada
82e3a36c57 gittyup: init at 1.2.2 2023-03-01 12:32:56 +00:00
Sandro
2c6a017a7e Merge pull request #217622 from ksenia-portu/mathematica
mathematica: 13.2.0 -> 13.2.1
2023-03-01 13:32:33 +01:00
Artturi
cb147f12ce Merge pull request #217754 from alyssais/gnome-icon-theme-cross 2023-03-01 14:30:33 +02:00
Sandro
8a4d32fe3a Merge pull request #218707 from r-ryantm/auto-update/libgit2
libgit2: 1.5.1 -> 1.6.1
2023-03-01 13:29:08 +01:00
Lassulus
8c035c1fc8 Merge pull request #218909 from SuperSandro2000/yubikey-manager-qt
yubikey-manager4: fix build
2023-03-01 17:53:34 +05:30
Ulrik Strid
fea42519a4 ocaml: 4.14.0 -> 4.14.1 2023-03-01 12:20:49 +00:00
github-actions[bot]
5f2d948a2c Merge staging-next into staging 2023-03-01 12:02:17 +00:00
github-actions[bot]
2702f5f17d Merge master into staging-next 2023-03-01 12:01:37 +00:00
Aaron Jheng
02a422b700 okteto: 2.12.1 -> 2.13.0 2023-03-01 11:56:05 +00:00
Vladimír Čunát
763470bbb0 Merge #207135: stdenv: aarch64-linux: gcc9 -> gcc12
...into staging
Also merge the commit that was referenced as the base for the build
of the new bootstrap tools (although others would give the same).
2023-03-01 12:54:52 +01:00
Thiago Kenji Okada
98580952f5 Merge pull request #218442 from PedroHLC/swaync-0.8.0
swaynotificationcenter: 0.7.3 -> 0.8.0
2023-03-01 11:47:10 +00:00
Artturin
08b9cec3b5 gnome-icon-theme: ensure empty runtime closure 2023-03-01 11:39:21 +00:00
Alyssa Ross
1b0c89ab59 gnome-icon-theme: fix cross 2023-03-01 11:39:16 +00:00
superherointj
63e505f376 Merge pull request #218883 from superherointj/python311Packages.ipython-8.11.0
python311Packages.ipython: 8.4.0 -> 8.11.0
2023-03-01 08:30:02 -03:00
Mario Rodas
8df3f2b74c Merge pull request #218914 from r-ryantm/auto-update/d2
d2: 0.2.0 -> 0.2.1
2023-03-01 06:24:06 -05:00
Mario Rodas
50cb429335 Merge pull request #218917 from r-ryantm/auto-update/lefthook
lefthook: 1.2.9 -> 1.3.2
2023-03-01 06:23:31 -05:00
superherointj
d632d09bea python311Packages.exrex: 0.10.5 -> unstable-2021-04-22 2023-03-01 08:23:00 -03:00
sternenseemann
604c0fed7a haskellPackages.Cabal_3_8_1_0: apply revision 2
Requested in #218740.
2023-03-01 12:22:58 +01:00
Ashish SHUKLA
b7cfef7e04 flyctl: 0.470 -> 0.473 2023-03-01 16:44:52 +05:30
Markus S. Wamser
54b1d15504 xmind: add meta.mainProgram 2023-03-01 12:00:03 +01:00
superherointj
b87e0810c7 python311Packages.myst-parser: 0.18.1 -> 0.19.0
Release: https://github.com/executablebooks/MyST-Parser/releases/tag/v0.19.0
Diff: https://github.com/executablebooks/MyST-Parser/compare/v0.18.1...v0.19.0
2023-03-01 07:54:33 -03:00
Sandro
b687a76e0e Merge pull request #217982 from pmiddend/crystfel-0.10.2
crystfel: 0.10.1 → 0.10.2
2023-03-01 11:45:16 +01:00
Sumner Evans
eaace18465 matrix-synapse: 1.77.0 -> 1.78.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-03-01 03:23:55 -07:00
Stanisław Pitucha
228db2134f Merge pull request #218779 from viraptor/fiddle-deps
rubyPackages.fiddle: add libffi to dependencies
2023-03-01 21:14:00 +11:00
Mario Rodas
a6e9e31861 Merge pull request #218957 from matthiasbeyer/update-cargo-llvm-cov
cargo-llvm-cov: 0.5.10 -> 0.5.11
2023-03-01 05:13:31 -05:00
Mario Rodas
d55af0bfb8 Merge pull request #218932 from figsoda/miniserve
miniserve: 0.22.0 -> 0.23.0
2023-03-01 05:13:02 -05:00
Mario Rodas
df5d925b78 Merge pull request #218961 from kilianar/logseq-0.8.18
logseq: 0.8.17 -> 0.8.18
2023-03-01 05:12:17 -05:00
R. Ryantm
00a025978c python310Packages.rpyc: 5.3.0 -> 5.3.1 2023-03-01 10:11:54 +00:00
Stanisław Pitucha
99bbc28d2c rubyPackages.libxml-ruby: fix darwin build 2023-03-01 21:10:05 +11:00
Jan Tojnar
81218d829b babl: 0.1.98 → 0.1.100
https://gitlab.gnome.org/GNOME/babl/-/compare/BABL_0_1_98...BABL_0_1_100
2023-03-01 11:09:49 +01:00
Jan Tojnar
20bd2738a4 gnome-photos: support babel 0.1.100 2023-03-01 11:09:49 +01:00
Jan Tojnar
c1a55b8249 gimp: 2.10.32 → 2.10.34
https://www.gimp.org/news/2023/02/27/gimp-2-10-34-released/
https://gitlab.gnome.org/GNOME/gimp/-/compare/GIMP_2_10_32...GIMP_2_10_34
2023-03-01 11:09:49 +01:00
Jan Tojnar
d6aa02046b gegl: 0.4.40 → 0.4.42
https://gitlab.gnome.org/GNOME/gegl/-/compare/GEGL_0_4_40...GEGL_0_4_42
2023-03-01 11:09:49 +01:00
superherointj
c94182ccf0 python311Packages.markdown2: 2.4.1 -> 2.4.8
Release: https://github.com/trentm/python-markdown2/releases/tag/2.4.8
Diff: https://github.com/trentm/python-markdown2/releases/tag/2.4.8
2023-03-01 07:08:54 -03:00
maxine
59096498f5 Merge pull request #212698 from SebTM/fix/slack_wayland_screensharing
slack: add conditional-flag "--enable-features=WebRTCPipeWireCapturer" for screensharing under wayland
2023-03-01 11:06:33 +01:00
Nick Cao
eb201d6d8a Merge pull request #218182 from ilyakooo0/iko/init-click
ubports-click: init at 22-02-2023
2023-03-01 18:05:03 +08:00
Fabian Affolter
e96fc9ddf5 Merge pull request #218863 from fabaff/trufflehog-bump
trufflehog: 3.28.2 -> 3.28.3
2023-03-01 11:02:50 +01:00
Vincent Laporte
1662bbb5fb coqPackages.smtcoq.cvc4: fix build with bash 5.2
See: 4d85cedf5a
2023-03-01 10:02:09 +00:00
Fabian Affolter
7c06a5b786 Merge pull request #218944 from r-ryantm/auto-update/python310Packages.junos-eznc
python310Packages.junos-eznc: 2.6.6 -> 2.6.7
2023-03-01 11:01:58 +01:00
Fabian Affolter
1add4b1bb7 Merge pull request #218947 from fabaff/reolink-aio-bump
python310Packages.reolink-aio: 0.5.1 -> 0.5.2
2023-03-01 11:01:36 +01:00
Fabian Affolter
b78c2bb403 Merge pull request #218948 from fabaff/asyncwhois-bump
python310Packages.asyncwhois: 1.0.2 -> 1.0.3
2023-03-01 11:01:22 +01:00
Fabian Affolter
3a1ad7e4f5 Merge pull request #218949 from fabaff/sunweg-bump
python310Packages.sunweg: 0.0.11 -> 1.0.0
2023-03-01 11:01:05 +01:00
Fabian Affolter
c7f40393cb Merge pull request #218950 from fabaff/pontos-bump
python310Packages.pontos: 23.2.10 -> 23.2.12
2023-03-01 11:00:53 +01:00
R. Ryantm
7eb43f6ac7 firefox-devedition-bin-unwrapped: 111.0b6 -> 111.0b7 2023-03-01 09:58:53 +00:00
Sandro
9dd51a3fd2 Merge pull request #218860 from r-ryantm/auto-update/webex
webex: 42.12.0.24485 -> 43.2.0.25211
2023-03-01 10:58:26 +01:00
Jörg Thalheim
ab40975877 Merge pull request #218352 from Mic92/glew
glew: fix cmake's FindGLEW.cmake by adding more cmake target properties (fixes flightgear)
2023-03-01 10:58:08 +01:00
Mario Rodas
3bfa049d7b Merge pull request #218952 from r-ryantm/auto-update/python310Packages.pydata-sphinx-theme
python310Packages.pydata-sphinx-theme: 0.13.0rc6 -> 0.13.0
2023-03-01 04:52:33 -05:00
Vincent Laporte
82d2212d29 compcert: 3.11 → 3.12 2023-03-01 09:45:31 +00:00
Nick Cao
c4b6108b24 Merge pull request #218856 from lionello/pulumi-bin-3.55.0
pulumi-bin: 3.54.0 -> 3.55.0
2023-03-01 17:44:03 +08:00
Weijia Wang
50ac51943e Merge pull request #218951 from wineee/deepin-camera-env
deepin.deepin-camera: move NIX_CFLAGS_COMPILE to the env attrset
2023-03-01 11:36:54 +02:00
Weijia Wang
ebeb1aff19 newt: add darwin support 2023-03-01 11:35:14 +02:00
superherointj
248ab0ee57 python311Packages.mdit-py-plugins: 0.3.3 -> 0.3.4
Release: https://github.com/executablebooks/mdit-py-plugins/releases/tag/v0.3.4
Diff: https://github.com/executablebooks/mdit-py-plugins/compare/v0.3.3...v0.3.4
2023-03-01 06:34:23 -03:00
kilianar
48e43dd661 logseq: 0.8.17 -> 0.8.18
https://github.com/logseq/logseq/releases/tag/0.8.18
2023-03-01 10:15:38 +01:00
amesgen
f90ce1cd40 scriv: 1.2.0 -> 1.2.1 2023-03-01 10:13:53 +01:00
Jan Tojnar
4b577494fd libgee: clean up
- format the expression (one dependency per line)
- re-order the expression
- use finalAttrs
- shove environment variables to env
2023-03-01 10:13:47 +01:00
davidak
d46ca75ba8 Merge pull request #216399 from hesiod/ceres-solver-metis
ceres-solver: Add and propagate metis dependency
2023-03-01 10:04:19 +01:00
Jörg Thalheim
f82bdfb050 Merge pull request #218943 from qowoz/gha-install-nix
.github/workflows: update cachix/install-nix-action to v20
2023-03-01 09:52:21 +01:00
zowoq
4a40c0ab8a conmon: 2.1.6 -> 2.1.7
Diff: https://github.com/containers/conmon/compare/v2.1.6...v2.1.7

Changelog: https://github.com/containers/conmon/releases/tag/v2.1.7
2023-03-01 18:52:02 +10:00
Matthias Beyer
e8884540b5 cargo-llvm-cov: 0.5.10 -> 0.5.11
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-03-01 09:31:07 +01:00
Fabian Affolter
9dd52da7cd python311Packages.junos-eznc: patch inspect.getargspec 2023-03-01 09:09:23 +01:00
Louis Bettens
581804a146 slstatus: fix overriden build 2023-03-01 09:08:05 +01:00
Fabian Affolter
5f39a3378b python310Packages.junos-eznc: add changelog to meta 2023-03-01 08:47:02 +01:00
rewine
ee7e41392f deepin.deepin-camera: move NIX_CFLAGS_COMPILE to the env attrset 2023-03-01 15:44:27 +08:00
Fabian Affolter
c457b8f256 python310Packages.asyncwhois: 1.0.2 -> 1.0.3
Diff: https://github.com/pogzyb/asyncwhois/compare/refs/tags/v1.0.2...v1.0.3

Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.0.3
2023-03-01 08:40:54 +01:00
Dennis Gosnell
e8f052a421 Merge pull request #216905 from wraithm/gdg-init
grafana-dash-n-grab: init at 0.3.1
2023-03-01 16:40:36 +09:00
R. Ryantm
5d9c3e7ec2 python310Packages.pydata-sphinx-theme: 0.13.0rc6 -> 0.13.0 2023-03-01 07:39:51 +00:00
Nick Cao
782661aa4f Merge pull request #218831 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
firefox-beta-bin-unwrapped: 111.0b5 -> 111.0b6
2023-03-01 15:38:58 +08:00
Fabian Affolter
a681323bcc python310Packages.sunweg: 0.0.11 -> 1.0.0
Diff: https://github.com/rokam/sunweg/compare/refs/tags/0.0.11...1.0.0

Changelog: https://github.com/rokam/sunweg/releases/tag/1.0.0
2023-03-01 08:31:46 +01:00
Fabian Affolter
92ad4b792c python310Packages.reolink-aio: 0.5.1 -> 0.5.2
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.5.1...0.5.2

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.5.2
2023-03-01 08:30:57 +01:00
Nick Cao
73d324c9e0 Merge pull request #218722 from wineee/deepin-move
deepin.deepin-movie-reborn: init at 5.10.17
2023-03-01 15:28:34 +08:00
Fabian Affolter
784a88b8ef trufflehog: 3.28.3 -> 3.28.4
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.4
2023-03-01 08:27:45 +01:00
Fabian Affolter
85246c3f38 python310Packages.pontos: 23.2.10 -> 23.2.12
Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.2.10...v23.2.12

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.2.12
2023-03-01 08:27:13 +01:00
Nick Cao
ae8bdd2de4 Merge pull request #218717 from squalus/standardnotes
standardnotes: 3.148.0 -> 3.150.0
2023-03-01 15:26:06 +08:00
Nick Cao
b6cfc3ad0a Merge pull request #218724 from wineee/dde-device-formatter
deepin.dde-device-formatter: init at unstable-2022-09-05
2023-03-01 15:25:07 +08:00
Nick Cao
49c45c0323 Merge pull request #218727 from r-ryantm/auto-update/powerstat
powerstat: 0.03.00 -> 0.03.01
2023-03-01 15:24:37 +08:00
Nick Cao
108c08a95c Merge pull request #218738 from r-ryantm/auto-update/tgt
tgt: 1.0.85 -> 1.0.86
2023-03-01 15:24:02 +08:00
Nick Cao
7ce4ac061e Merge pull request #218739 from dotlambda/ooniprobe-cli-3.17.0
ooniprobe-cli: 3.16.7 -> 3.17.0
2023-03-01 15:23:27 +08:00
Nick Cao
a3ad38289d Merge pull request #218755 from r-ryantm/auto-update/fioctl
fioctl: 0.31 -> 0.32.0
2023-03-01 15:20:57 +08:00
Nick Cao
756a2ffc5c Merge pull request #218765 from r-ryantm/auto-update/evans
evans: 0.10.10 -> 0.10.11
2023-03-01 15:20:23 +08:00
Fabian Affolter
7b4ce6bbc8 trufflehog: 3.28.2 -> 3.28.3
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.3
2023-03-01 08:19:55 +01:00
Nick Cao
a084639d6a Merge pull request #218782 from r-ryantm/auto-update/flyway
flyway: 9.15.0 -> 9.15.1
2023-03-01 15:19:37 +08:00
Nick Cao
cd60db90c5 Merge pull request #218808 from DarkOnion0/devspace
devspace: 6.2.5 -> 6.3.0
2023-03-01 15:18:03 +08:00
Nick Cao
d72e24e3a1 Merge pull request #218936 from r-ryantm/auto-update/ipxe
ipxe: unstable-2023-02-20 -> unstable-2023-02-28
2023-03-01 15:13:53 +08:00
Fabian Affolter
5786c1ecdd Merge pull request #218866 from fabaff/exploitdb-bump
exploitdb: 2023-02-03 -> 2023-02-28
2023-03-01 08:12:42 +01:00
Fabian Affolter
10cc63c3d9 Merge pull request #218864 from fabaff/auroranoaa-bump
python310Packages.auroranoaa: 0.0.2 -> 0.0.3
2023-03-01 08:12:23 +01:00
Fabian Affolter
8e24a99bb5 Merge pull request #218902 from fabaff/psrpcore-bump
python310Packages.psrpcore: 0.2.1 -> 0.2.2
2023-03-01 08:12:11 +01:00
Nick Cao
02e8b6a3d1 Merge pull request #218907 from r-ryantm/auto-update/eventstat
eventstat: 0.05.00 -> 0.05.01
2023-03-01 15:11:55 +08:00
Fabian Affolter
3ea3a27351 Merge pull request #218875 from fabaff/cpuid-bump
cpuid: 20230120 -> 20230228
2023-03-01 08:11:10 +01:00
Nick Cao
cb97f2aabb Merge pull request #218910 from r-ryantm/auto-update/yubikey-touch-detector
yubikey-touch-detector: 1.10.0 -> 1.10.1
2023-03-01 15:10:54 +08:00
Weijia Wang
9cd78c0ab7 Merge pull request #218908 from r-ryantm/auto-update/rocsparse
rocsparse: 5.4.2 -> 5.4.3
2023-03-01 09:09:17 +02:00
Nick Cao
3b9aedb172 Merge pull request #218937 from dotlambda/pyrogram-2.0.100
python310Packages.pyrogram: 2.0.99 -> 2.0.100
2023-03-01 15:08:55 +08:00
Nick Cao
9f2ba14821 Merge pull request #218938 from dotlambda/twitchapi-3.9.0
python310Packages.twitchapi: 3.8.0 -> 3.9.0
2023-03-01 15:08:22 +08:00
Fabian Affolter
b5e650712d Merge pull request #218940 from r-ryantm/auto-update/python310Packages.srsly
python310Packages.srsly: 2.4.5 -> 2.4.6
2023-03-01 08:07:51 +01:00
Fabian Affolter
be8fdc15a7 Merge pull request #218869 from fabaff/haversine-bump
python310Packages.haversine: 2.7.0 -> 2.8.0
2023-03-01 08:07:00 +01:00
Nick Cao
ee2c5ee36d Merge pull request #218920 from r-ryantm/auto-update/wangle
wangle: 2023.02.20.00 -> 2023.02.27.00
2023-03-01 15:06:36 +08:00
Nick Cao
2641dc0e0c Merge pull request #218915 from r-ryantm/auto-update/air
air: 1.41.0 -> 1.42.0
2023-03-01 15:05:45 +08:00
Weijia Wang
311e2e4afe Merge pull request #211334 from amjoseph-nixpkgs/pr/pdfstduio/libgccjit
pdfstudio: remove libgccjit dependency
2023-03-01 09:03:53 +02:00
Nick Cao
f6e6ed12cf Merge pull request #218941 from r-ryantm/auto-update/python310Packages.toposort
python310Packages.toposort: 1.9 -> 1.10
2023-03-01 15:03:28 +08:00
Nick Cao
4a4b82deae Merge pull request #218942 from wahjava/update-ugrep
ugrep: 3.9.7 -> 3.10.0
2023-03-01 15:02:05 +08:00
Weijia Wang
43b983d238 Merge pull request #218897 from wegank/mailutils-darwin
mailutils: disable tests on darwin
2023-03-01 08:58:06 +02:00
R. Ryantm
caac122399 worker-build: 0.0.12 -> 0.0.13 2023-03-01 01:57:56 -05:00
R. Ryantm
d07f292e55 python310Packages.junos-eznc: 2.6.6 -> 2.6.7 2023-03-01 06:41:11 +00:00
zowoq
9df748f599 Revert "workflows: pin install-nix-action to use nix 2.13.3"
This reverts commit 3563c178ca.

fixed in cachix/install-nix-action@v20
2023-03-01 16:17:36 +10:00
zowoq
6a174c65c2 .github/workflows: update cachix/install-nix-action to v20 2023-03-01 16:16:57 +10:00
github-actions[bot]
e3dc1573ff Merge staging-next into staging 2023-03-01 06:01:52 +00:00
github-actions[bot]
e616d5fbec Merge master into staging-next 2023-03-01 06:01:17 +00:00
Ashish SHUKLA
a4d5b8533a ugrep: 3.9.7 -> 3.10.0 2023-03-01 11:28:03 +05:30
R. Ryantm
3b9518f1ae python310Packages.toposort: 1.9 -> 1.10 2023-03-01 05:39:22 +00:00
PowerUser64
dc2b9778ad maintainers: add PowerUser64 2023-02-28 21:27:06 -08:00
zowoq
d680957e11 containerd: 1.6.18 -> 1.6.19
Diff: https://github.com/containerd/containerd/compare/v1.6.18...v1.6.19

Changelog: https://github.com/containerd/containerd/releases/tag/v1.6.19
2023-03-01 15:13:34 +10:00
zowoq
8aa433fd64 treewide: pin packages with failures to go 1.19 2023-03-01 15:12:46 +10:00
github-actions[bot]
06c5a4d8c9 terraform-providers.snowflake: 0.56.5 → 0.57.0 2023-03-01 15:11:51 +10:00
github-actions[bot]
f2995531d0 terraform-providers.scaleway: 2.11.1 → 2.12.0 2023-03-01 15:11:51 +10:00
github-actions[bot]
0c21ea6a85 terraform-providers.launchdarkly: 2.10.0 → 2.11.0 2023-03-01 15:11:51 +10:00
github-actions[bot]
1c2d630513 terraform-providers.dnsimple: 0.15.0 → 0.16.0 2023-03-01 15:11:51 +10:00
R. Ryantm
1251ac584c python310Packages.srsly: 2.4.5 -> 2.4.6 2023-03-01 05:08:01 +00:00
Robert Schütz
5c72d17b21 python310Packages.twitchapi: 3.8.0 -> 3.9.0
Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v3.9.0/docs/changelog.rst
2023-02-28 20:53:59 -08:00
Robert Schütz
8f7660bddf python310Packages.pyrogram: 2.0.99 -> 2.0.100
Diff: https://github.com/pyrogram/pyrogram/compare/v2.0.99...v2.0.100
2023-02-28 20:51:05 -08:00
R. Ryantm
45b33173d6 ipxe: unstable-2023-02-20 -> unstable-2023-02-28 2023-03-01 04:45:55 +00:00
zowoq
d5dfcf220a clusterctl: 1.3.3 -> 1.3.4
Diff: https://github.com/kubernetes-sigs/cluster-api/compare/v1.3.3...v1.3.4

Changelog: https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.3.4
2023-03-01 14:42:26 +10:00
figsoda
4191f2c183 grass-sass: init at 0.12.3 2023-02-28 23:22:21 -05:00
Mario Rodas
432744c1ff python310Packages.pglast: 5.0 -> 5.1 2023-03-01 04:20:00 +00:00
Mario Rodas
c295a9fdce pgformatter: fix uninitialized variable error 2023-03-01 04:20:00 +00:00
Mario Rodas
b225bac417 millet: 0.7.7 -> 0.7.9 2023-03-01 04:20:00 +00:00
Mario Rodas
b82b2b5303 fetchbzr: set cache directory to tmpdir
Breezy >3.3 writes the connections information to a cache directory,
which fails on sandbox.
2023-03-01 04:20:00 +00:00
Mario Rodas
8b15e401dc yq-go: 4.30.8 -> 4.31.2
https://github.com/mikefarah/yq/raw/v4.31.2/release_notes.txt
2023-03-01 04:20:00 +00:00
Mario Rodas
f65afdc0b1 python310Packages.jupyter-book: 0.13.2 -> 0.14.0
https://github.com/executablebooks/jupyter-book/releases/tag/v0.14.0
2023-03-01 04:20:00 +00:00
Mario Rodas
9eae4723b3 d2: 0.2.1 -> 0.2.2
https://github.com/terrastruct/d2/releases/tag/v0.2.2
2023-03-01 04:20:00 +00:00
Mario Rodas
074245aea0 lefthook: 1.3.2 -> 1.3.3
https://github.com/evilmartians/lefthook/releases/tag/v1.3.3
2023-03-01 04:20:00 +00:00
Mario Rodas
a1f0f485c4 python310Packages.breezy: 3.2.2 -> 3.3.2 2023-03-01 04:20:00 +00:00
Mario Rodas
37343e1557 python310Packages.sphinx-book-theme: 1.0.0rc2 -> 1.0.0 2023-03-01 04:20:00 +00:00
Mario Rodas
4c1b62fb6c python310Packages.merge3: init at 0.0.13 2023-03-01 04:20:00 +00:00
Mario Rodas
7c6642d5fb python310Packages.setuptools-gettext: 0.1.1 -> 0.1.3 2023-03-01 04:20:00 +00:00
Nick Cao
47993510dc Merge pull request #218536 from otavio/topic/upgrade-rtl88x2bu
rtl88x2bu: 2022-12-17 -> 2023-02-24
2023-03-01 12:10:00 +08:00
Nick Cao
b66ddedd97 Merge pull request #218791 from NickCao/mautrix
mautrix-telegram: unstable-2023-02-16 -> 0.13.0
2023-03-01 12:09:19 +08:00
figsoda
7773d61a07 miniserve: 0.22.0 -> 0.23.0
Diff: https://github.com/svenstaro/miniserve/compare/v0.22.0...v0.23.0

Changelog: https://github.com/svenstaro/miniserve/blob/v0.23.0/CHANGELOG.md
2023-02-28 23:09:01 -05:00
Gabriella Gonzalez
6340fcc6a9 proj: fix test suite (#218719)
When testing #213831 internally we ran into a build failure caused by
that change for the `proj` package (on `x86_64-linux`).  We're not sure
how that's possible, but the nature of the build failure was that the
network tests for the `proj` package were failing due to missing
certificates, so I fixed the build failure by adding `cacert` as a
test dependency.

It's still not clear (A) why the cert suddenly became necessary after
the change in #213831 or (B) why the build worked at all before, but
this is probably the right thing to do regardless because the test
suite does have a network component.
2023-02-28 19:58:41 -08:00
Anderson Torres
79649aea8b Merge pull request #217559 from icewind1991/openloco-23.02
openloco: init at 23.02
2023-03-01 00:36:02 -03:00
Martin Weinelt
b403da1a64 firefox-bin-unwrapped: 110.0 -> 110.0.1
https://www.mozilla.org/en-US/firefox/110.0.1/releasenotes/
2023-03-01 04:23:53 +01:00
Martin Weinelt
792bb6b527 firefox-unwrapped: 110.0 -> 110.0.1
https://www.mozilla.org/en-US/firefox/110.0.1/releasenotes/
2023-03-01 04:23:53 +01:00
Anderson Torres
9417578300 dosbox-staging: refactor
- Reorder argument set
- Remove references to pname
- Use rec-less overlay-style overridable attributes to mkDerivation
- Simplify postFixup
- Remove nested with
2023-02-28 23:59:17 -03:00
R. Ryantm
ecd5717087 wangle: 2023.02.20.00 -> 2023.02.27.00 2023-03-01 02:45:16 +00:00
R. Ryantm
6e3507b174 lefthook: 1.2.9 -> 1.3.2 2023-03-01 02:27:38 +00:00
R. Ryantm
220e3491c5 air: 1.41.0 -> 1.42.0 2023-03-01 02:18:22 +00:00
R. Ryantm
7a6bbe3970 d2: 0.2.0 -> 0.2.1 2023-03-01 02:09:45 +00:00
R. Ryantm
5153adc2e9 symfony-cli: 5.5.0 -> 5.5.1 2023-03-01 02:07:30 +00:00
Bobby Rong
1f9308f005 nixos/pantheon: add mutter to services.udev.packages
For ./lib/udev/rules.d/61-mutter.rules

Same as d1eeb64. This is forgotten in PR 130380.
2023-03-01 10:00:53 +08:00
Bobby Rong
a12fc54f19 Merge pull request #196511 from NixOS/pantheon
Pantheon: default to mutter 42
2023-03-01 09:51:43 +08:00
Luke Granger-Brown
ea737a0ee0 Merge pull request #217552 from Trundle/pulumi-command
pulumiPackages.pulumi-command, python310Packages.pulumi-command: init at 0.7.1
2023-03-01 01:13:38 +00:00
R. Ryantm
f2c9c12b22 scummvm: 2.6.1 -> 2.7.0 2023-03-01 01:12:50 +00:00
R. Ryantm
2010b76f58 yubikey-touch-detector: 1.10.0 -> 1.10.1 2023-03-01 01:12:28 +00:00
Luke Granger-Brown
fedc494489 Merge pull request #208559 from wesleyjrz/add-ctpv
ctpv: init at v1.0
2023-03-01 01:11:12 +00:00
Luke Granger-Brown
d41b43a6f2 Merge pull request #218094 from kilianar/portfolio-0.61.3
portfolio: 0.61.0 -> 0.61.3
2023-03-01 01:09:29 +00:00
superherointj
22d22a100f Merge pull request #218903 from austinbutler/renew-gitlens-subscription
vscode-extensions.eamodio.gitlens: 2023.2.1404 -> 2023.2.2804
2023-02-28 21:59:06 -03:00
Sandro Jäckel
d0e6ae382a yubikey-manager4: cleanup 2023-03-01 01:47:19 +01:00
Sandro Jäckel
4abfe25faf yubikey-manager4: fix build 2023-03-01 01:47:14 +01:00
github-actions[bot]
4b691f3ab3 Merge master into haskell-updates 2023-03-01 00:16:43 +00:00
github-actions[bot]
758a48fae4 Merge staging-next into staging 2023-03-01 00:03:05 +00:00
github-actions[bot]
7c0fe0cb66 Merge master into staging-next 2023-03-01 00:02:30 +00:00
sternenseemann
98f52356e8 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1791397](https://hydra.nixos.org/eval/1791397) of nixpkgs commit [81d5cb1](81d5cb1550) as of 2023-02-28 23:50 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-03-01 00:55:47 +01:00
Fabian Affolter
5d609e47fe Merge pull request #217943 from fabaff/ascii-magic-bump
python310Packages.ascii-magic: 2.1.1 -> 2.3.0
2023-03-01 00:45:36 +01:00
Sandro
ab6a7ee431 Merge pull request #217258 from SuperSandro2000/matrix-mjolnir 2023-03-01 00:40:20 +01:00
Sandro
631d5a4d5b Merge pull request #217259 from SuperSandro2000/matrix-pam 2023-03-01 00:39:50 +01:00
Sandro
0c63bfd476 Merge pull request #217393 from SuperSandro2000/matrix-http-rendezvous-synapse 2023-03-01 00:39:24 +01:00
sternenseemann
81d5cb1550 haskell.compiler.ghc927: init at 9.2.7
https://www.haskell.org/ghc/blog/20230227-ghc-9.2.7-released.html
2023-03-01 00:39:01 +01:00
Sandro
350527acdc Merge pull request #212682 from SuperSandro2000/py-systemd 2023-03-01 00:38:48 +01:00
Fabian Affolter
c6494760c4 Merge pull request #218879 from figsoda/scraper
scraper: 0.14.0 -> 0.15.0
2023-03-01 00:38:18 +01:00
Fabian Affolter
8efb8bed6f Merge pull request #218886 from fabaff/libreddit-bump
libreddit: 0.29.3 -> 0.29.4
2023-03-01 00:37:20 +01:00
Fabian Affolter
86277f1a25 Merge pull request #218895 from fabaff/angr-bump
python310Packages.angr: 9.2.39 -> 9.2.40
2023-03-01 00:37:00 +01:00
Fabian Affolter
e9f8c25f1c Merge pull request #217762 from joelkoen/rich-cli
rich-cli: fix dependency versions
2023-03-01 00:28:50 +01:00
Fabian Affolter
1b564ea848 python310Packages.psrpcore: 0.2.1 -> 0.2.2
Diff: https://github.com/jborean93/psrpcore/compare/refs/tags/v0.2.1...v0.2.2

Changelog: https://github.com/jborean93/psrpcore/blob/v0.2.2/CHANGELOG.md
2023-03-01 00:20:25 +01:00
Daniel Olsen
41f45c329f ocamlPackages.shine: 0.2.2 -> 0.2.3 2023-02-28 23:19:45 +00:00
Daniel Olsen
1b66e8cffc ocamlPackages.ffmpeg: 1.1.6 -> 1.1.7 2023-02-28 23:19:45 +00:00
Daniel Olsen
4cdf5cd024 ocamlPackages.mm: 0.8.1 -> 0.8.2 2023-02-28 23:19:45 +00:00
Fabian Affolter
7de7b4ea8b Merge pull request #218502 from alyssais/pysparse
python2.pkgs.pysparse: drop
2023-03-01 00:17:22 +01:00
maralorn
994e845bd0 Merge pull request #217242 from maralorn/broken-reasons
maintainers/scripts/haskell/hydra-report: Add comments with error causes to broken list
2023-03-01 00:17:20 +01:00
Austin Butler
3603891b63 vscode-extensions.eamodio.gitlens: 2023.2.1404 -> 2023.2.2804 2023-02-28 15:15:52 -08:00
Fabian Affolter
731c181324 Merge pull request #211585 from r-ryantm/auto-update/python310Packages.scmrepo
python310Packages.scmrepo: 0.1.12 -> 0.1.13
2023-03-01 00:15:41 +01:00
Sandro
e4dcef2f0a Merge pull request #217560 from SuperSandro2000/asf-5.4.2.13 2023-03-01 00:11:11 +01:00
Sandro
66a08872f2 Merge pull request #217654 from SuperSandro2000/croc 2023-03-01 00:08:12 +01:00
Fabian Affolter
2567f3b317 Merge pull request #218429 from GaetanLepage/speedtest-rs
speedtest-rs: init at 0.1.4
2023-03-01 00:06:09 +01:00
figsoda
3837061baf as-tree: 0.12.0 -> unstable-2021-03-09
Upstream has not seen any activity in 2 years, this update gets rid of
the patch and makes migration to importCargoLock easier:
https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151.

Diff: https://github.com/jez/as-tree/compare/0.12.0...0036c20f66795774eb9cda3ccbae6ca1e1c19444
2023-02-28 17:56:45 -05:00
Fabian Affolter
5280ef5698 python310Packages.auroranoaa: 0.0.2 -> 0.0.3
Diff: https://github.com/djtimca/aurora-api/compare/0.0.2...0.0.3
2023-02-28 23:47:16 +01:00
sternenseemann
2827717f7e haskell-language-server: allow hls-call-hierarchy >= 1.2
Upstream change not released yet:
05b248dfac
2023-02-28 23:45:50 +01:00
Fabian Affolter
4130d1b884 exploitdb: 2023-02-03 -> 2023-02-28 2023-02-28 23:44:38 +01:00
Fabian Affolter
ed9386a050 cpuid: 20230120 -> 20230228 2023-02-28 23:42:02 +01:00
Fabian Affolter
8695787be7 python310Packages.weconnect-mqtt: 0.42.1 -> 0.42.2
Diff: https://github.com/tillsteinbach/WeConnect-mqtt/compare/refs/tags/v0.42.1...v0.42.2

Changelog: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.42.2
2023-02-28 23:39:22 +01:00
Fabian Affolter
b36f3974b8 python310Packages.weconnect: relax ascii_magic constraint 2023-02-28 23:38:18 +01:00
Fabian Affolter
036d2a376e python310Packages.ascii-magic: 2.1.1 -> 2.3.0
Changelog: https://github.com/LeandroBarone/python-ascii_magic#changelog

- enable tests
2023-02-28 23:32:35 +01:00
Fabian Affolter
74cbd2b79c python310Packages.haversine: 2.7.0 -> 2.8.0
Diff: https://github.com/mapado/haversine/compare/v2.7.0...v2.8.0
2023-02-28 23:28:38 +01:00
R. Ryantm
8cba148eac rocsparse: 5.4.2 -> 5.4.3 2023-02-28 22:26:53 +00:00
R. Ryantm
62dcd158d3 eventstat: 0.05.00 -> 0.05.01 2023-02-28 22:24:29 +00:00
Weijia Wang
204e475602 mailutils: disable tests on darwin 2023-03-01 00:17:28 +02:00
Weijia Wang
995edc972a Merge pull request #218357 from r-ryantm/auto-update/pcm
pcm: 202211 -> 202302
2023-03-01 00:11:13 +02:00
Fabian Affolter
5c6e41f6ce python310Packages.angr: 9.2.39 -> 9.2.40 2023-02-28 23:10:31 +01:00
Fabian Affolter
40c4e9dca5 python310Packages.cle: 9.2.39 -> 9.2.40 2023-02-28 23:10:31 +01:00
Fabian Affolter
8a980cd28e python310Packages.claripy: 9.2.39 -> 9.2.40 2023-02-28 23:10:31 +01:00
Fabian Affolter
7d1f96b0bf python310Packages.pyvex: 9.2.39 -> 9.2.40 2023-02-28 23:10:30 +01:00
Fabian Affolter
d663a19fe8 python310Packages.ailment: 9.2.39 -> 9.2.40 2023-02-28 23:10:30 +01:00
Fabian Affolter
5573b8dc56 python310Packages.archinfo: 9.2.39 -> 9.2.40 2023-02-28 23:10:30 +01:00
superherointj
7ae560ea1d Merge pull request #218887 from astro/frogatto
frogatto: unstable-2020-12-04 -> unstable-2023-02-27
2023-02-28 19:09:25 -03:00
figsoda
46a76ce36c pw-volume: 0.4.0 -> 0.5.0, add figsoda as a maintainer
Diff: https://github.com/smasher164/pw-volume/compare/v0.4.0...v0.5.0

Changelog: https://github.com/smasher164/pw-volume/releases/tag/v0.5.0
2023-02-28 17:03:38 -05:00
R. Ryantm
bc67d56be1 apt: 2.5.5 -> 2.5.6 2023-02-28 21:49:45 +00:00
Astro
bdfb775fbe frogatto: unstable-2020-12-04 -> unstable-2023-02-27 2023-02-28 22:35:46 +01:00
Adam Stephens
2b554db6c0 gleam: 0.25.3 -> 0.26.2 2023-02-28 16:27:19 -05:00
Wael Nasreddine
2aea26edc2 nodePackages: update them all (#218736) 2023-02-28 13:25:11 -08:00
superherointj
7effb27feb python311Packages.ipython: 8.4.0 -> 8.11.0
Release: https://github.com/ipython/ipython/releases/tag/8.11.0
2023-02-28 18:22:33 -03:00
Martin Weinelt
3686005e6e Merge remote-tracking branch 'origin/staging-next' into staging 2023-02-28 21:17:51 +00:00
Martin Weinelt
0a07104880 Merge remote-tracking branch 'origin/master' into staging-next 2023-02-28 21:16:47 +00:00
Fabian Affolter
d34eea8f49 libreddit: 0.29.3 -> 0.29.4
Diff: https://github.com/libreddit/libreddit/compare/refs/tags/v0.29.3...v0.29.4

Changelog: https://github.com/libreddit/libreddit/releases/tag/v0.29.4
2023-02-28 22:14:51 +01:00
pennae
3563c178ca workflows: pin install-nix-action to use nix 2.13.3
same reasoning as #218858, only now for an action we depend on and can't
fix quite as easily. cachix-action also uses nix-env and will thus not
work correctly, so pin the nix version used to the last known good one.
2023-03-01 07:08:14 +10:00
maxine
7ceeb440c1 Merge pull request #213604 from mikroskeem/feature/docker-local-log-driver
nixos/docker: add "local" as valid logDriver option
2023-02-28 21:47:55 +01:00
Adam Joseph
210852bd51 pdfstudio: gcc -> stdenv.cc.cc 2023-02-28 22:45:40 +02:00
figsoda
bb7879af92 scraper: 0.14.0 -> 0.15.0
Diff: https://github.com/causal-agent/scraper/compare/v0.14.0...v0.15.0

Changelog: https://github.com/causal-agent/scraper/releases/tag/v0.15.0
2023-02-28 15:45:20 -05:00
Sergei Trofimovich
10f10a3d6a Merge pull request #217884 from trofi/gdb-update
gdb: 12.1 -> 13.1
2023-02-28 20:38:24 +00:00
R. Ryantm
8f279d854c fnlfmt: 0.2.3 -> 0.3.0 2023-02-28 20:38:03 +00:00
Weijia Wang
4389f86425 Merge pull request #211867 from wegank/scilab-bin-refactor
scilab-bin: refactor
2023-02-28 22:29:34 +02:00
Weijia Wang
31ce09b377 Merge pull request #218858 from cole-h/fixup-editorconfig-action
Fixup editorconfig action with Nix 2.14.0
2023-02-28 22:23:59 +02:00
Azat Bahawi
762fa26150 Merge pull request #218857 from r-ryantm/auto-update/werf
werf: 1.2.199 -> 1.2.202
2023-02-28 23:23:24 +03:00
Cole Helbling
19a122e092 ci: editorconfig: use nix-shell instead of nix-env 2023-02-28 11:36:32 -08:00
Weijia Wang
0d34707255 Merge pull request #218833 from r-ryantm/auto-update/python310Packages.types-dateutil
python310Packages.types-dateutil: 2.8.19.8 -> 2.8.19.9
2023-02-28 21:32:53 +02:00
R. Ryantm
f4e48a372d webex: 42.12.0.24485 -> 43.2.0.25211 2023-02-28 19:31:58 +00:00
Weijia Wang
111ca8e037 Merge pull request #218743 from r-ryantm/auto-update/python310Packages.udatetime
python310Packages.udatetime: 0.0.16 -> 0.0.17
2023-02-28 21:30:29 +02:00
Weijia Wang
512d5877eb Merge pull request #218558 from r-ryantm/auto-update/python310Packages.dkimpy
python310Packages.dkimpy: 1.0.5 -> 1.1.0
2023-02-28 21:27:32 +02:00
R. Ryantm
c1ea08740c clojure-lsp: 2023.01.26-11.08.16 -> 2023.02.27-13.12.12 2023-02-28 19:23:12 +00:00
Weijia Wang
e0b10fbd17 Merge pull request #218554 from r-ryantm/auto-update/wtfis
wtfis: 0.5.1 -> 0.6.1
2023-02-28 21:22:53 +02:00
Weijia Wang
33436396b1 Merge pull request #218506 from r-ryantm/auto-update/python310Packages.zigpy
python310Packages.zigpy: 0.53.1 -> 0.53.2
2023-02-28 21:21:08 +02:00
Weijia Wang
01af5ec48b Merge pull request #218552 from r-ryantm/auto-update/arkade
arkade: 0.8.62 -> 0.9.0
2023-02-28 21:20:47 +02:00
R. Ryantm
1aab159514 werf: 1.2.199 -> 1.2.202 2023-02-28 19:12:35 +00:00
Weijia Wang
01e3abd434 Merge pull request #218819 from r-ryantm/auto-update/checkstyle
checkstyle: 10.7.0 -> 10.8.0
2023-02-28 21:12:11 +02:00
piegames
9b8c1453cd Merge PR #208315: firefox: fix desktop file and icon for variants 2023-02-28 20:11:02 +01:00
Lionello Lunesu
64ff965cf8 pulumi-bin: 3.54.0 -> 3.55.0 2023-02-28 11:10:30 -08:00
Weijia Wang
1a418492dd Merge pull request #218745 from r-ryantm/auto-update/ctlptl
ctlptl: 0.8.16 -> 0.8.17
2023-02-28 21:09:28 +02:00
R. Ryantm
6b1ab3aa4b jbang: 0.103.2 -> 0.104.0 2023-02-28 19:06:44 +00:00
Weijia Wang
faaa0bfd62 Merge pull request #218823 from r-ryantm/auto-update/regctl
regctl: 0.4.5 -> 0.4.7
2023-02-28 21:05:33 +02:00
Weijia Wang
213432ab87 Merge pull request #218828 from superherointj/package-fluxcd-0.40.2
fluxcd: 0.40.1 -> 0.40.2
2023-02-28 21:03:16 +02:00
R. Ryantm
78f6ffdda1 google-java-format: 1.15.0 -> 1.16.0 2023-02-28 19:02:48 +00:00
K900
2ba72a90aa Merge pull request #218839 from K900/plasma-5.27.2
plasma: 5.27.1 -> 5.27.2
2023-02-28 22:02:09 +03:00
Weijia Wang
d52178b6e1 Merge pull request #218838 from figsoda/cargo-hack
cargo-hack: 0.5.27 -> 0.5.28
2023-02-28 20:50:15 +02:00
R. Ryantm
d48130d3a7 numix-icon-theme-square: 23.02.16 -> 23.02.28 2023-02-28 18:47:37 +00:00
Weijia Wang
44e1ca49a9 Merge pull request #218825 from r-ryantm/auto-update/unciv
unciv: 4.4.19 -> 4.5.1
2023-02-28 20:43:55 +02:00
K900
3e8c0b0dbd Merge pull request #218845 from fabaff/jira_cli-remove
jira_cli: remove
2023-02-28 21:37:48 +03:00
Weijia Wang
e22a91173c Merge pull request #218646 from superherointj/pkg-SDL2_mixer-2.6.3
SDL2_mixer: 2.0.4 -> 2.6.3
2023-02-28 20:35:54 +02:00
Robert Schütz
098644ac61 libwacom: add meta.changelog 2023-02-28 10:28:46 -08:00
Robert Schütz
b9a585ebd3 libwacom: run tests 2023-02-28 10:28:46 -08:00
Artturi
4aba90e89f Merge pull request #216278 from turion/dev_fix_vscode_tests 2023-02-28 20:19:40 +02:00
Fabian Affolter
b71b395f62 jira_cli: remove
Project is unmaintained
https://github.com/alisaifee/jira-cli#this-project-needs-a-new-owner
Requires suds-jurko which was removed (due to the usage of use_2to3)
2023-02-28 19:11:09 +01:00
github-actions[bot]
7dda7788ea Merge master into staging-next 2023-02-28 18:01:20 +00:00
figsoda
36acdebd04 Merge pull request #218748 from r-ryantm/auto-update/your-editor
your-editor: 1503 -> 1504
2023-02-28 12:45:03 -05:00
Fabian Affolter
b167c4ca8f Merge pull request #218836 from r-ryantm/auto-update/python310Packages.weconnect
python310Packages.weconnect: 0.54.0 -> 0.54.1
2023-02-28 18:39:29 +01:00
figsoda
c60dc70983 Merge pull request #218750 from r-ryantm/auto-update/dua
dua: 2.19.1 -> 2.19.2
2023-02-28 12:38:54 -05:00
figsoda
4f9fa18b58 Merge pull request #218767 from r-ryantm/auto-update/gitleaks
gitleaks: 8.15.4 -> 8.16.0
2023-02-28 12:34:08 -05:00
Thiago Kenji Okada
de098f6584 Merge pull request #218818 from thiagokokada/git-cola-darwin
git-cola: update dependencies and make it work in darwin
2023-02-28 17:29:37 +00:00
K900
982e08119d Merge pull request #218616 from fabaff/suseapi-remove
python310Packages.suseapi: remove
2023-02-28 20:19:09 +03:00
K900
c72a30954f plasma: 5.27.1 -> 5.27.2 2023-02-28 20:13:24 +03:00
Otavio Salvador
2ce6d7392a rtl88x2bu: 2022-12-17 -> 2023-02-24
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-02-28 13:58:28 -03:00
figsoda
45ee5cbf63 cargo-hack: 0.5.27 -> 0.5.28
Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.5.28/CHANGELOG.md
2023-02-28 11:56:26 -05:00
Fabian Affolter
1769f295d8 Merge pull request #218656 from fabaff/yaralyzer
yaralyzer: init at 0.9.0
2023-02-28 17:56:15 +01:00
Fabian Affolter
b6a35ec0d9 Merge pull request #218683 from fabaff/octosuite
octosuite: init at 3.1.0
2023-02-28 17:56:02 +01:00
Fabian Affolter
821939005b Merge pull request #218758 from fabaff/cart-bump
python310Packages.cart: 1.2.1 -> 1.2.2
2023-02-28 17:55:50 +01:00
Fabian Affolter
39c1061b7e Merge pull request #218759 from fabaff/neo4j-bump
python310Packages.neo4j: 5.5.0 -> 5.6.0
2023-02-28 17:55:38 +01:00
Fabian Affolter
938cb1f267 Merge pull request #218805 from fabaff/vt-cli-bump
vt-cli: add mainProgram
2023-02-28 17:55:25 +01:00
Fabian Affolter
36e6541850 python310Packages.suseapi: remove
- is no longer maintained
- requires suds-jurko which is also no longer maintained
2023-02-28 17:54:28 +01:00
Fabian Affolter
5f5f8be324 Merge pull request #218615 from fabaff/transip-remove
python310Packages.transip: remove
2023-02-28 17:52:16 +01:00
Fabian Affolter
6e83729a55 Merge pull request #218612 from fabaff/suds-jurko-remove
python310Packages.suds-jurko: remove
2023-02-28 17:52:04 +01:00
figsoda
8f5274fb6c Merge pull request #218820 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 14.2.7 -> 14.9.1
2023-02-28 11:43:39 -05:00
R. Ryantm
31f780bf67 python310Packages.weconnect: 0.54.0 -> 0.54.1 2023-02-28 16:41:06 +00:00
R. Ryantm
cfc46fb39a python310Packages.types-dateutil: 2.8.19.8 -> 2.8.19.9 2023-02-28 16:24:51 +00:00
R. Ryantm
ab42f6fdb4 firefox-beta-bin-unwrapped: 111.0b5 -> 111.0b6 2023-02-28 16:21:40 +00:00
Maximilian Bosch
a9bf34a2e5 Merge pull request #218796 from Ma27/bump-strace
strace: 6.1 -> 6.2
2023-02-28 17:10:47 +01:00
superherointj
c3bc7b1bcb fluxcd: 0.40.1 -> 0.40.2
Release: https://github.com/fluxcd/flux2/releases/tag/v0.40.2
2023-02-28 13:08:55 -03:00
Thiago Kenji Okada
6f1d2013c0 git-cola: run tests 2023-02-28 16:08:20 +00:00
R. Ryantm
78e3d43ba4 unciv: 4.4.19 -> 4.5.1 2023-02-28 15:55:15 +00:00
R. Ryantm
95e89adfb7 regctl: 0.4.5 -> 0.4.7 2023-02-28 15:43:08 +00:00
R. Ryantm
b850f713c4 oh-my-posh: 14.2.7 -> 14.9.1 2023-02-28 15:26:47 +00:00
R. Ryantm
2e07ef872d checkstyle: 10.7.0 -> 10.8.0 2023-02-28 15:20:20 +00:00
Bobby Rong
39caebaba5 rl-2305: Mention Pantheon 7 & Mutter 42 update 2023-02-28 23:19:42 +08:00
Bobby Rong
f685834edf pantheon.wingpanel-applications-menu: 2.11.0 -> 2.11.1 2023-02-28 23:19:42 +08:00
Bobby Rong
f9ea95f0df pantheon.elementary-default-settings: 6.0.2 -> 7.0.1 2023-02-28 23:19:42 +08:00
Bobby Rong
3da565c170 pantheon.elementary-shortcut-overlay: 1.2.1 -> 2.0.1 2023-02-28 23:19:42 +08:00
Bobby Rong
5d5e853701 pantheon.switchboard-plug-keyboard: Adjust GSD & Gala schema change 2023-02-28 23:19:42 +08:00
Bobby Rong
7f1e79239b pantheon.switchboard-plug-mouse-touchpad: 6.1.0 -> 7.0.0 2023-02-28 23:19:42 +08:00
Thiago Kenji Okada
93a524dba0 git-cola: update dependencies and make it work in darwin
- `pyinotify` was removed a long time ago:
https://github.com/git-cola/git-cola/pull/510
- `sip_4` does not seem to be needed, at least there is no mention at docs
  and the program seems to works fine without it
- `send2trash` added since it is an optional feature:
https://github.com/git-cola/git-cola#optional-features

The removal of `pyinotify` also makes this build and works in darwin, so
removing the `meta.platforms` (will inherit from `buildPythonApplication`
instead).
2023-02-28 15:15:14 +00:00
Bobby Rong
6eec505196 pantheon.gala: 6.3.1 -> 7.0.1
We are delaying gala updates since Oct 2022 (6.3.2) because
those versions are not shipped in elementary OS 6.1 and not
many users test them and I decided I cannot properly test them.
So instead, we manually backport patches that we can confirm
fixes issues people care. We mostly manage to do that.

Starting from 7.0.0, this is shipped in the new elementary OS 7
stable release and used by more people. It still contains some
regressions compared to our patched 6.3.1 but should be usuable
in most cases (when you only have a single display). And starting
from 7.0.1, support for older mutter is dropped, and some of
the fixes are done together with large sized formatting changes,
making manual backport much more harder. So I decided that this
will be a good chance to ship this to NixOS users.
2023-02-28 23:06:09 +08:00
Bobby Rong
3a97d63d5c pantheon.gnome-settings-daemon: 3.38.2 -> 42.2
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/GNOME_SETTINGS_DAEMON_3_38_2...42.2
2023-02-28 23:02:56 +08:00
Bobby Rong
cae5a65c90 pantheon.mutter: 3.38.6 -> 42.7
https://gitlab.gnome.org/GNOME/mutter/-/compare/3.38.6...42.4
https://gitlab.gnome.org/GNOME/mutter/-/compare/42.4...42.7
2023-02-28 23:02:56 +08:00
Pavol Rusnak
4a6cd14f37 Merge pull request #217624 from JamieMagee/dotnet-8.0
dotnet-sdk_8: init at 8.0.100-preview.1.23115.2
2023-02-28 15:50:07 +01:00
Jamie Magee
7fcb2ae4b5 dotnet-sdk_8: init at 8.0.100-preview.1.23115.2 2023-02-28 15:35:28 +01:00
John D. Boy
7ceec33873 python3Packages.spacy_models.*: add missing models and fix dependencies 2023-02-28 15:13:51 +01:00
John D. Boy
cdf044caad python3Packages.spacy-transformers: 1.1.9 -> 1.2.2 2023-02-28 15:13:47 +01:00
Luke Granger-Brown
723a8c9eac Merge pull request #218661 from e1mo/paperless-ngx-1-13
paperless-ngx: 1.12.2 -> 1.13.0
2023-02-28 14:12:02 +00:00
Weijia Wang
83a88dea9e Merge pull request #218680 from superherointj/mark-broken-python311Packages.pygame
python311Packages.pygame: marked broken for python >3.11
2023-02-28 16:00:02 +02:00
DarkOnion0
a4bb6c3c49 devspace: 6.2.5 -> 6.3.0 2023-02-28 14:58:51 +01:00
Hadi
a05928d7fe androidenv: make nix-build -A androidenv.test-suite work
androidenv: set config.allowUnfree = true for integration tests

androidenv: fix concerns in the PR
2023-02-28 08:53:43 -05:00
Hadi
d511bfd0e2 androidenv: add shell-with-emulator.nix to have test and more examples
androidenv: replace buildInputs with nativeBuildInputs
2023-02-28 08:53:43 -05:00
Hadi
e5fbfd894f androidenv: fix problem with avdmanager when trying to create an avd
To do so, we gathered different system images with the same
abiVersion in the same derivation.
2023-02-28 08:53:43 -05:00
superherointj
87cb67b8c6 lzwolf: pin SDL2_mixer to 2.0.x 2023-02-28 10:29:16 -03:00
superherointj
f254f935b0 Merge pull request #218725 from r-ryantm/auto-update/SDL2
SDL2: 2.24.2 -> 2.26.3
2023-02-28 10:15:11 -03:00
Fabian Affolter
6ef8111cc7 vt-cli: add mainProgram 2023-02-28 13:53:54 +01:00
Fabian Affolter
0536b97fb4 vt-cli: add changelog to meta 2023-02-28 13:50:51 +01:00
superherointj
e07edafb95 python311Packages.pygame: marked broken for python >3.11 2023-02-28 09:46:05 -03:00
superherointj
71aac402cc SDL2_mixer_2_0: init at 2.0.4
* As required by `lzwolf`.
2023-02-28 09:33:58 -03:00
Weijia Wang
68196a61c2 Merge pull request #218773 from 5aaee9/master
qbittorrent: 4.5.1 -> 4.5.2
2023-02-28 14:26:25 +02:00
Maximilian Bosch
008a86b223 strace: 6.1 -> 6.2
ChangeLog: https://github.com/strace/strace/releases/tag/v6.2
2023-02-28 13:10:47 +01:00
R. Ryantm
7424dcf615 monit: 5.32.0 -> 5.33.0 2023-02-28 12:09:37 +00:00
Weijia Wang
daad63931c Merge pull request #218679 from superherointj/mark-broken-manaplus
manaplus: fix build
2023-02-28 14:08:16 +02:00
Weijia Wang
bd8b4b94ea Merge pull request #218785 from jnsgruk/fix-multipass-systemd-unit
nixos/multipass: typo s/SyslogIdentifer/SyslogIdentifier/
2023-02-28 14:07:15 +02:00
Weijia Wang
44b9939b09 Merge pull request #218350 from wegank/mmex-bump
mmex: 1.6.1 -> 1.6.3
2023-02-28 14:03:37 +02:00
github-actions[bot]
445e4a4069 Merge staging-next into staging 2023-02-28 12:01:54 +00:00
github-actions[bot]
7379f7a77e Merge master into staging-next 2023-02-28 12:01:17 +00:00
Bobby Rong
6290a4f91a Merge pull request #218756 from datafoo/vscode-extensions.streetsidesoftware.code-spell-checker
vscode-extensions.streetsidesoftware.code-spell-checker: 2.17.1 -> 2.18.0
2023-02-28 19:58:43 +08:00
Fabian Affolter
f3a39f218a python311Packages.psrpcore: disable failing tests on Python 3.11 2023-02-28 12:58:26 +01:00
Weijia Wang
d16ef18ef6 Merge pull request #218792 from MrFreezeex/fix-maintainer
maintainers: fix @MrFreezeex githubid
2023-02-28 13:57:03 +02:00
Arthur Outhenin-Chalandre
4819abf7f4 maintainers: fix @MrFreezeex githubid
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
2023-02-28 12:33:10 +01:00
Bobby Rong
0de5a943cd Merge pull request #218735 from bobby285271/upd/pantheon.granite7
pantheon.granite7: 7.1.0 -> 7.2.0
2023-02-28 19:31:42 +08:00
Justinas Stankevicius
e831a3da98 nixos/tests/teleport: make justinas the maintainer 2023-02-28 13:22:50 +02:00
Justinas Stankevicius
31b5597cbd nixos/teleport: add "package" option 2023-02-28 13:22:50 +02:00
Justinas Stankevicius
6f1c82c7f8 teleport_11: init at 11.3.5 2023-02-28 13:22:36 +02:00
Alyssa Ross
aa5fe70f46 python2.pkgs.pysparse: drop
Only supports Python 2, but depends on numpy, which doesn't support
Python 2.  Unmaintained upstream.
2023-02-28 11:15:32 +00:00
Nick Cao
9900c9eaad mautrix-telegram: unstable-2023-02-16 -> 0.13.0
Changes: 354b49d9e5...v0.13.0
2023-02-28 19:12:16 +08:00
Maximilian Bosch
de64a00994 Merge pull request #218282 from LibreCybernetics/update-kernels
Linux kernel updates 2023-02-25
2023-02-28 12:07:50 +01:00
Maximilian Bosch
d2c50b4382 Merge pull request #218694 from astro/kernel-virtio-mmio
linux: enable VIRTIO_MMIO_CMDLINE_DEVICES
2023-02-28 12:07:26 +01:00
superherointj
6e6c1054d1 Merge pull request #218613 from fabaff/jira_cli-broken
jira_cli: mark as broken
2023-02-28 08:02:41 -03:00
superherointj
2caa0a8188 manaplus: fix build
manaplus: mark broken for Darwin
2023-02-28 08:00:04 -03:00
Vladimír Čunát
9156be778e Merge #218780: rathole: disable tests, as they loop forever 2023-02-28 11:59:47 +01:00
Vincent Laporte
db0dc68975 mkCoqDerivation: findlib is an optional input 2023-02-28 10:59:42 +00:00
Vincent Laporte
0cad0fd119 coqPackages.coq-elpi: propagate findlib 2023-02-28 10:59:42 +00:00
Vincent Laporte
a18a7e5ff8 coqPackages.coqhammer: fix src URL 2023-02-28 10:59:42 +00:00
Matthieu Coudron
71210f0410 neovimUtils.makeNeovimConfig: expose packpathsDir
this way home-manager can link the packpathDir in
~/.local/share/nvim/site which makes package discovery work without
needing to `set packpath` (making the wrapper further useless).
2023-02-28 11:59:22 +01:00
Alyssa Ross
1db7f30d1f lld: explain why we change the stack size on Musl
Suggested-by: Rahul Butani <rrbutani@users.noreply.github.com>
2023-02-28 10:56:53 +00:00
Alyssa Ross
6cc523ca28 lld: build with 2M stack size
Port of 6485a02fb3 ("llvm 14 lld: build with 2M stack size to fix
firefox lto").
2023-02-28 10:56:53 +00:00
Alyssa Ross
ed209e6279 clang_15: mark hardeningUnsupportedFlags fortify3
Port of 74ea4fe24f ("llvm*Packages.clang: mark
hardeningUnsupportedFlags fortify3").
2023-02-28 10:53:33 +00:00
Weijia Wang
74422033aa mmex: 1.6.1 -> 1.6.3 2023-02-28 12:52:35 +02:00
Jon Seager
cad6488509 nixos/multipass: typo s/SyslogIdentifer/SyslogIdentifier/ 2023-02-28 10:45:38 +00:00
Stanisław Pitucha
590e56a73f Merge pull request #216800 from viraptor/oguri-linux
oguri: reduce supported platforms
2023-02-28 21:44:43 +11:00
Stefan Frijters
bcaa989285 maestral-gui: 1.7.0 -> 1.7.1 2023-02-28 18:44:05 +08:00
Stefan Frijters
edc35cbefc python3Packages.maestral: 1.7.0 -> 1.7.1 2023-02-28 18:44:05 +08:00
Stefan Frijters
605ba64680 maestral-gui: 1.6.5 -> 1.7.0 2023-02-28 18:44:05 +08:00
Stefan Frijters
86231302a5 python3Packages.maestral: 1.6.5 -> 1.7.0 2023-02-28 18:44:05 +08:00
Stanisław Pitucha
4eafef1246 Merge pull request #216807 from viraptor/qownnotes-darwin
qownnotes: fix darwin build
2023-02-28 21:42:27 +11:00
Stanisław Pitucha
f6521d47b0 Merge pull request #216810 from viraptor/quassel-darwin
quasselDaemon,libsForQt5.qca-qt5: fix darwin build
2023-02-28 21:39:19 +11:00
R. Ryantm
9676505649 flyway: 9.15.0 -> 9.15.1 2023-02-28 10:25:31 +00:00
Vladimír Čunát
42748f7eea rathole: disable tests, as they loop forever
https://hydra.nixos.org/build/210755422
2023-02-28 11:25:14 +01:00
Weijia Wang
8a89560a26 Merge pull request #218774 from r-ryantm/auto-update/rocm-cmake
rocm-cmake: 5.4.2 -> 5.4.3
2023-02-28 12:24:48 +02:00
Stanisław Pitucha
d6effdc692 rubyPackages.fiddle: add libffi to dependencies 2023-02-28 21:23:57 +11:00
Vladimír Čunát
52fcee1ab3 Merge #218772: gnome-decoder: fixup build after pipewire updates 2023-02-28 10:57:53 +01:00
Fabian Affolter
95df4033fc python310Packages.pypsrp: disable failing tests 2023-02-28 10:50:05 +01:00
Silvan Mosberger
be9dae4950 Merge pull request #217990 from GaetanLepage/invidious-update 2023-02-28 10:43:20 +01:00
Fabian Affolter
b6b62949e7 python310Packages.pypsrp: add changelog to meta 2023-02-28 10:34:14 +01:00
Sandro
745be5dfce Merge pull request #217470 from SuperSamus/bottles
bottles: 50.2 -> 51.5
2023-02-28 10:34:01 +01:00
Indexyz
d0c6fa6d4e qbittorrent: 4.5.1 -> 4.5.2 2023-02-28 17:32:51 +08:00
Weijia Wang
da2b9ece3d Merge pull request #218768 from wegank/kakoune-gcc
kakoune: use gcc12Stdenv on aarch64-linux
2023-02-28 11:29:25 +02:00
Vladimír Čunát
bcf8849a81 gnome-decoder: fixup build after pipewire updates 2023-02-28 10:28:28 +01:00
Yorick
7785526659 Merge pull request #215526 from xlambein/xlambein/google-cloud-sdk-autopatchelf
google-cloud-sdk: add autoPatchElf to components
2023-02-28 10:21:12 +01:00
Weijia Wang
adec518c62 Merge pull request #218764 from wegank/root-gcc
root: use gcc12Stdenv on aarch64-linux
2023-02-28 11:10:16 +02:00
Weijia Wang
79eeb650ea Merge pull request #218766 from wegank/dolphin-emu-gcc
dolphin-emu: use gcc12Stdenv on aarch64-linux
2023-02-28 11:08:55 +02:00
R. Ryantm
dbfe0825c7 rocm-cmake: 5.4.2 -> 5.4.3 2023-02-28 09:05:35 +00:00
Weijia Wang
69854a4330 Merge pull request #218753 from dotlambda/adblock-fix
python310Packages.adblock: fix build
2023-02-28 11:02:14 +02:00
Weijia Wang
1ff196da3f Merge pull request #218763 from wegank/nheko-gcc
mtxclient, nheko: use gcc12Stdenv on aarch64-linux
2023-02-28 10:57:04 +02:00
Weijia Wang
18b559629a Merge pull request #218761 from wegank/bobcat-gcc
bobcat: use gcc12Stdenv on aarch64-linux
2023-02-28 10:54:09 +02:00
Weijia Wang
7b6e9e2cac kakoune: use gcc12Stdenv on aarch64-linux 2023-02-28 10:52:44 +02:00
Weijia Wang
acd35f8524 Merge pull request #218752 from r-ryantm/auto-update/freefilesync
freefilesync: 12.0 -> 12.1
2023-02-28 10:51:50 +02:00
Xavier Lambein
251f64f1d0 google-cloud-sdk: add autoPatchElf to components 2023-02-28 09:50:54 +01:00
R. Ryantm
fb827107ca zef: 0.17.0 -> 0.18.0 2023-02-28 08:50:49 +00:00
R. Ryantm
b17c7d1ba4 gitleaks: 8.15.4 -> 8.16.0 2023-02-28 08:42:41 +00:00
Weijia Wang
9fd1c27815 dolphin-emu: use gcc12Stdenv on aarch64-linux 2023-02-28 10:40:54 +02:00
R. Ryantm
cb361de4e7 evans: 0.10.10 -> 0.10.11 2023-02-28 08:35:39 +00:00
Weijia Wang
206a7d61dc root: use gcc12Stdenv on aarch64-linux 2023-02-28 10:32:19 +02:00
Weijia Wang
4edf3f1ef5 Merge pull request #218757 from wegank/openmm-gcc11
openmm: use gcc11Stdenv everywhere
2023-02-28 10:30:50 +02:00
Weijia Wang
9dce6a047b Merge pull request #218762 from wegank/rpm-ostree-gcc
rpm-ostree: use gcc12Stdenv on aarch64-linux
2023-02-28 10:29:59 +02:00
Weijia Wang
ed4566be65 mtxclient: use gcc12Stdenv on aarch64-linux 2023-02-28 10:29:00 +02:00
Weijia Wang
16b10bf112 nheko: use gcc12Stdenv on aarch64-linux 2023-02-28 10:25:12 +02:00
Weijia Wang
719a3afafc rpm-ostree: use gcc12Stdenv on aarch64-linux 2023-02-28 10:14:25 +02:00
Weijia Wang
42cba719c8 bobcat: use gcc12Stdenv on aarch64-linux 2023-02-28 10:12:50 +02:00
Stanisław Pitucha
b8ea5a12fc Merge pull request #213500 from ryanorendorff/patch-2
reaper: add curl and libxml2 ld_library_path deps
2023-02-28 19:12:16 +11:00
dependabot[bot]
43760d9cc4 build(deps): bump korthout/backport-action from 1.1.0 to 1.2.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 18:08:44 +10:00
zowoq
2ab049a5c7 nixos/tests/podman: add zfs to rootful test 2023-02-28 18:08:29 +10:00
zowoq
48642c634e podman: remove wrapper
trying to get all of the podman functionality to work with the wrapper
 is becoming more complicated with each release, it isn't sustainable

removing the wrapper does mean that using extraPackages will need to build from source

- remove unnecessary serviceConfig overrides

- set HELPER_BINARIES_DIR to libexec/podman

- use install.bin target on linux for podman/tmpfiles
  - also installs quadlet/rootlessport in libexec

- symlink binaries from helpersBin into HELPER_BINARIES_DIR

- remove unnecessary rootlessport output

- remove unnecessary substituteInPlace
2023-02-28 18:08:29 +10:00
zowoq
fc9356c8ad go, buildGoModule, buildGoPackage: default to 1.20 2023-02-28 18:08:06 +10:00
Gaetan Lepage
ca6c93187d invidious: unstable-2023-02-13 -> unstable-2023-02-22 2023-02-28 09:06:45 +01:00
Fabian Affolter
2d42003f5f python310Packages.neo4j: 5.5.0 -> 5.6.0
Changelog: https://github.com/neo4j/neo4j-python-driver/releases/tag/5.6.0
2023-02-28 09:05:53 +01:00
Fabian Affolter
31b4cd4bca python310Packages.cart: 1.2.1 -> 1.2.2
Changelog: https://github.com/CybercentreCanada/cart/releases/tag/v1.2.2
2023-02-28 09:01:29 +01:00
Fabian Affolter
14533fe0ae python310Packages.cart: add changelog to meta 2023-02-28 09:00:30 +01:00
Weijia Wang
c884849a3c openmm: use gcc11Stdenv everywhere 2023-02-28 09:58:04 +02:00
Fabian Affolter
6c4c6f7312 jira_cli: mark as broken 2023-02-28 08:55:24 +01:00
datafoo
d531f0a0d6 vscode-extensions.streetsidesoftware.code-spell-checker: 2.17.1 -> 2.18.0 2023-02-28 08:51:07 +01:00
R. Ryantm
d286464ec3 fioctl: 0.31 -> 0.32.0 2023-02-28 07:38:03 +00:00
Robert Schütz
b41bc9a0e0 python310Packages.adblock: fix build 2023-02-27 23:28:59 -08:00
R. Ryantm
36405d170a freefilesync: 12.0 -> 12.1 2023-02-28 07:26:51 +00:00
R. Ryantm
6f82f79acd dua: 2.19.1 -> 2.19.2 2023-02-28 07:19:48 +00:00
Weijia Wang
6841e32f27 Merge pull request #218629 from wegank/pyvista-bump
python310Packages.pyvista: 0.38.2 -> 0.38.3
2023-02-28 09:18:24 +02:00
Fabian Affolter
51da7d6570 Merge pull request #218619 from fabaff/lexicon-fix
lexicon: 3.9.4 -> 3.11.7
2023-02-28 08:10:40 +01:00
Fabian Affolter
bd188f170d Merge pull request #218698 from fabaff/tld-bump
python310Packages.tld: 0.12.7 -> 0.13
2023-02-28 08:10:28 +01:00
Fabian Affolter
fc46814061 Merge pull request #218702 from fabaff/roonapi-bump
python310Packages.roonapi: 0.1.3 -> 0.1.4
2023-02-28 08:10:17 +01:00
R. Ryantm
8041ca7884 your-editor: 1503 -> 1504 2023-02-28 06:57:14 +00:00
Vladimír Čunát
dc270339c7 Merge #217469: cmocka: 1.1.5 -> 1.1.6
...into staging
2023-02-28 07:50:51 +01:00
Jacek Galowicz
1fcafa1d17 Merge pull request #218714 from newAM/drawio-headless-auto-display
drawio-headless: add --auto-display to prevent races
2023-02-28 07:46:41 +01:00
Rick van Schijndel
5d88a31246 Merge pull request #213269 from marsam/treewide-fix-pname
treewide: fix pname usage
2023-02-28 07:42:09 +01:00
R. Ryantm
d051e0ad48 librelp: 1.10.0 -> 1.11.0 2023-02-28 06:19:43 +00:00
R. Ryantm
0c960d8de4 ctlptl: 0.8.16 -> 0.8.17 2023-02-28 06:11:48 +00:00
github-actions[bot]
51c18e4be1 Merge staging-next into staging 2023-02-28 06:01:38 +00:00
github-actions[bot]
f610d5f5d6 Merge master into staging-next 2023-02-28 06:01:06 +00:00
R. Ryantm
59cb90605d python310Packages.udatetime: 0.0.16 -> 0.0.17 2023-02-28 05:45:08 +00:00
Robert Schütz
9e56d6ec92 moodle-dl: 2.1.2.5 -> 2.2.2.4 2023-02-27 21:00:09 -08:00
Robert Schütz
d71893657d python310Packages.aioxmpp: init at 0.13.3 2023-02-27 21:00:09 -08:00
Robert Schütz
6025563be6 python310Packages.aiosasl: init at 0.5.0 2023-02-27 21:00:09 -08:00
Robert Schütz
eafa5eba29 python310Packages.aioopenssl: init at 0.6.0 2023-02-27 21:00:09 -08:00
R. Ryantm
059ba12edd tgt: 1.0.85 -> 1.0.86 2023-02-28 04:57:27 +00:00
Robert Schütz
6d945d2803 python310Packages.svg2tikz: unstable-2021-01-12 -> 1.2.0
Diff: https://github.com/xyz2tex/svg2tikz/compare/refs/tags/vunstable-2021-01-12...v1.2.0

Changelog: https://github.com/xyz2tex/svg2tikz/blob/refs/tags/v1.2.0/README.md#changes-bug-fixes-and-known-problems-from-the-original
2023-02-27 20:56:02 -08:00
Robert Schütz
5d12e405f6 python310Packages.inkex: build independently
Previously it was missing the .dist-info directory.
2023-02-27 20:56:02 -08:00
Robert Schütz
5261692e98 python310Packages.bx-py-utils: 75 -> 76
Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v75...v76
2023-02-27 20:55:31 -08:00
Robert Schütz
375f5b6f80 openvpn3: 18_beta -> 19_beta
Diff: https://github.com/OpenVPN/openvpn3-linux/compare/v18_beta...v19_beta

Changelog: https://github.com/OpenVPN/openvpn3-linux/releases/tag/v19_beta
2023-02-27 20:54:32 -08:00
Robert Schütz
3a2f536e74 python311Packages.sip_4: disable 2023-02-27 20:54:10 -08:00
Robert Schütz
4bc6ce1da0 ooniprobe-cli: 3.16.7 -> 3.17.0
Diff: https://github.com/ooni/probe-cli/compare/v3.16.7...v3.17.0

Changelog: https://github.com/ooni/probe-cli/releases/tag/v3.17.0
2023-02-27 20:52:33 -08:00
Ryan Orendorff
0e1d56a397 reaper: add curl and libxml2 ld_library_path deps 2023-02-27 21:38:21 -07:00
R. Ryantm
1da5b4be76 python310Packages.scmrepo: 0.1.12 -> 0.1.13 2023-02-28 04:19:51 +00:00
github-actions[bot]
44ac1cbea8 terraform-providers.tencentcloud: 1.79.11 → 1.79.12 2023-02-28 14:11:13 +10:00
github-actions[bot]
37eea1f950 terraform-providers.ucloud: 1.34.0 → 1.34.1 2023-02-28 14:11:13 +10:00
github-actions[bot]
872ba19121 terraform-providers.spotinst: 1.100.0 → 1.101.0 2023-02-28 14:11:13 +10:00
github-actions[bot]
ea7312d1ef terraform-providers.sumologic: 2.20.0 → 2.21.0 2023-02-28 14:11:13 +10:00
github-actions[bot]
c97c4ccd37 terraform-providers.newrelic: 3.14.0 → 3.15.0 2023-02-28 14:11:13 +10:00
github-actions[bot]
725415519f terraform-providers.minio: 1.11.0 → 1.12.0 2023-02-28 14:11:13 +10:00
github-actions[bot]
5c48a03602 terraform-providers.launchdarkly: 2.9.5 → 2.10.0 2023-02-28 14:11:13 +10:00
github-actions[bot]
568bece2c5 terraform-providers.google-beta: 4.54.0 → 4.55.0 2023-02-28 14:11:13 +10:00
github-actions[bot]
4659cef5b9 terraform-providers.google: 4.54.0 → 4.55.0 2023-02-28 14:11:13 +10:00
Bobby Rong
79414696e0 pantheon.granite7: 7.1.0 -> 7.2.0
This upgrade is needed for Epiphany 44 to support Pantheon.
2023-02-28 12:05:12 +08:00
Stanisław Pitucha
358fa30baf oguri: reduce supported platforms
This doesn't work on darwin which has no wayland support.
2023-02-28 14:14:46 +11:00
Nick Cao
501b4fa439 Merge pull request #218630 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 111.0b5 -> 111.0b6
2023-02-28 11:04:57 +08:00
Stanisław Pitucha
a96bbfb8fa Merge pull request #216791 from viraptor/libaosd-darwin
libaosd: mark broken on darwin
2023-02-28 14:04:14 +11:00
Nick Cao
38e6a8da7e Merge pull request #218626 from fabaff/env-canada-bump
python310Packages.env-canada: 0.5.28 -> 0.5.29
2023-02-28 11:03:00 +08:00
Nick Cao
3467edf8dc Merge pull request #218623 from figsoda/cargo-llvm-lines
cargo-llvm-lines: 0.4.24 -> 0.4.25
2023-02-28 11:02:37 +08:00
Nick Cao
0bee00c523 Merge pull request #218593 from kouyk/update/zotero
zotero: 6.0.20 -> 6.0.22
2023-02-28 11:01:12 +08:00
Nick Cao
c7d9f8854b Merge pull request #218589 from NickCao/v2ray-dlc
v2ray-domain-list-community: 20230202101858 -> 20230227064844
2023-02-28 11:00:26 +08:00
Nick Cao
30e1f42305 Merge pull request #218666 from figsoda/cargo-dist
cargo-dist: 0.0.2 -> 0.0.3
2023-02-28 10:58:50 +08:00
Nick Cao
e2219da7d3 Merge pull request #218681 from Kiskae/nvidia-vulkan/-525.47.11
linuxPackages.nvidia_x11_vulkan_beta: 515.47.06 -> 525.47.11
2023-02-28 10:58:00 +08:00
Nick Cao
0c5804426e Merge pull request #218685 from r-ryantm/auto-update/protonup-qt
protonup-qt: 2.7.4 -> 2.7.7
2023-02-28 10:57:26 +08:00
R. Ryantm
d65319733c powerstat: 0.03.00 -> 0.03.01 2023-02-28 02:57:19 +00:00
Nick Cao
f4ca6ab6f1 Merge pull request #218690 from r-ryantm/auto-update/wolf-shaper
wolf-shaper: 1.0.0 -> 1.0.1
2023-02-28 10:57:00 +08:00
Nick Cao
041bc165a9 Merge pull request #218692 from r-ryantm/auto-update/konstraint
konstraint: 0.25.0 -> 0.25.1
2023-02-28 10:56:46 +08:00
rewine
5191e540ac deepin.dde-device-formatter: init at unstable-2022-09-05 2023-02-28 10:55:19 +08:00
Nick Cao
99b60c9274 Merge pull request #218697 from r-ryantm/auto-update/uxplay
uxplay: 1.63 -> 1.63.2
2023-02-28 10:52:23 +08:00
R. Ryantm
78649a67ab SDL2: 2.24.2 -> 2.26.3 2023-02-28 02:51:46 +00:00
Nikolay Korotkiy
eed0361951 Merge pull request #218704 from r-ryantm/auto-update/cudatext-qt
cudatext-qt: 1.185.0 -> 1.186.0
2023-02-28 06:51:33 +04:00
Nick Cao
fec6c70738 Merge pull request #218699 from fabaff/trufflehog-bump
trufflehog: 3.28.1 -> 3.28.2
2023-02-28 10:51:08 +08:00
Robert Schütz
c5a32e9b5c Merge pull request #218399 from Izorkin/fix-poetry2nix
poetry2nix: fix override bootstrapped-pip
2023-02-27 18:50:34 -08:00
Nick Cao
331bd3fa0f Merge pull request #218701 from OPNA2608/update/mir
mir: 2.12.0 -> 2.12.1
2023-02-28 10:50:06 +08:00
Nick Cao
84d902dc6d Merge pull request #218708 from r-ryantm/auto-update/spicedb-zed
spicedb-zed: 0.9.1 -> 0.10.0
2023-02-28 10:49:12 +08:00
Nick Cao
dbe7f3664b Merge pull request #218710 from fabaff/msoffcrypto-tool-bump
python310Packages.msoffcrypto-tool: 5.0.0 -> 5.0.1
2023-02-28 10:48:38 +08:00
Nick Cao
62d3431d03 Merge pull request #218713 from fabaff/notifications-python-client-bump
python310Packages.notifications-python-client: 7.0.0 -> 8.0.0
2023-02-28 10:44:24 +08:00
R. Ryantm
5f7abf8e23 mpop: 1.4.17 -> 1.4.18 2023-02-28 02:41:29 +00:00
Nick Cao
119c1bd9ad Merge pull request #216995 from phip1611/phip1611-cleanup
ansi/ttfb: cleanup
2023-02-28 10:40:41 +08:00
rewine
58609f1dc5 deepin.deepin-movie-reborn: init at 5.10.17 2023-02-28 10:34:51 +08:00
R. Ryantm
660e32a9ff kdiff3: 1.9.6 -> 1.10.0 2023-02-28 09:57:25 +08:00
Gabriel Ebner
8d38e23966 Merge pull request #218705 from gebner/medfile-hdf5-114
medfile: build with hdf5 1.14
2023-02-27 17:31:21 -08:00
Samuel Ainsworth
3bc99d82aa Merge pull request #217363 from ConnorBaker/feat/cudnn-8.8.0
cudnn: init 8.8.0; rewrite to assist maintainability
2023-02-27 20:18:05 -05:00
Luna Nova
02fa99fd08 lua_5_3_compat, lua_5_4_compat: set LUA_COMPAT_5_x as LUA_COMPAT_ALL was removed
Fixes NixOS#218227
2023-02-28 01:56:06 +01:00
Anderson Torres
0c65749502 Merge pull request #216255 from atorres1985-contrib/arcan
Arcan updates
2023-02-27 21:53:14 -03:00
Izorkin
61295f7a0e poetry2nix: fix override bootstrapped-pip 2023-02-28 03:37:38 +03:00
Robert Hensing
359a46e751 llvm*: Remove outputSpecified workaround where possible
The effect of `.out // { outputSpecified = false; }` in these cases
is to select the default output explicitly, but then make the
selection implicit until `overrideAttrs` is called. Previously
`overrideAttrs` would not preserve output selection, masking the
apparently unnecessary behavior of this workaround.

For `libllvm-polly`, this logic does not apply, as it does not
select the default output.

The `outputSpecified` workaround was introduced in
https://github.com/NixOS/nixpkgs/pull/122554

and was perhaps rushed because of a release deadline, and expected
delays from mass rebuilds.

The change in `overrideAttrs` behavior was added in
5b2f597b11 / https://github.com/NixOS/nixpkgs/pull/211685

and the problem was discovered in https://github.com/NixOS/nixpkgs/pull/218537,
which may contain further information.
2023-02-28 00:34:00 +00:00
zowoq
ce07d44ca9 Revert "nixos/release: disable nfs3.simple"
This reverts commit 6a28e4887c.
2023-02-28 10:30:28 +10:00
zowoq
ae671e1b91 Revert "nixos/release: disable nfs3.simple"
This reverts commit 5682853027.
2023-02-28 10:30:28 +10:00
squalus
b8b74bb84e standardnotes: 3.148.0 -> 3.150.0 2023-02-27 16:28:27 -08:00
Luke Granger-Brown
914d1f852b Merge pull request #218467 from Izorkin/update-nghttp3
nghttp3: 0.8.0 -> 0.9.0
2023-02-28 00:28:26 +00:00
Luke Granger-Brown
785bf0e5eb Merge pull request #218487 from WolfangAukang/cwarp-update
cloudflare-warp: 2022.8.936 -> 2023.1.133, add Cloudflare Zero Trust enrollment desktop file
2023-02-28 00:24:00 +00:00
Luflosi
b034792be3 kubo: 0.18.0 -> 0.18.1
https://github.com/ipfs/kubo/releases/tag/v0.18.1
2023-02-28 01:23:55 +01:00
Luflosi
60f5299a00 kubo: 0.17.0 -> 0.18.0
https://github.com/ipfs/kubo/releases/tag/v0.18.0
2023-02-28 01:23:54 +01:00
Luke Granger-Brown
997d8d5870 Merge pull request #218618 from dali99/headscale-openid
nixos/headscale: update oidc options
2023-02-28 00:21:04 +00:00
github-actions[bot]
ce1777b04a Merge master into haskell-updates 2023-02-28 00:13:36 +00:00
Luke Granger-Brown
c6d0ee1248 Merge pull request #218675 from lukegb/issue218456
netcdf-cxx4: during tests, use netcdf's installed plugins
2023-02-28 00:11:10 +00:00
github-actions[bot]
387a5e220d Merge staging-next into staging 2023-02-28 00:03:08 +00:00
github-actions[bot]
48c9797748 Merge master into staging-next 2023-02-28 00:02:35 +00:00
Fabian Affolter
fd802ced97 python310Packages.notifications-python-client: 7.0.0 -> 8.0.0
Changelog: https://github.com/alphagov/notifications-python-client/blob/8.0.0/CHANGELOG.md
2023-02-28 00:57:41 +01:00
Sandro
eef1defad8 Merge pull request #217244 from SuperSandro2000/hedgedoc-1.9.7 2023-02-28 00:57:24 +01:00
Sandro Jäckel
dd50092fda croc: 9.6.2 -> 9.6.3, disable extra test on darwin, cleanup
Diff: https://github.com/schollz/croc/compare/v9.6.2...v9.6.3
2023-02-28 00:56:02 +01:00
Alex Martens
d654c44d2f drawio-headless: add --auto-display to prevent races 2023-02-27 15:51:41 -08:00
Fabian Affolter
254fbb6a37 python310Packages.msoffcrypto-tool: add changelog to meta 2023-02-28 00:47:38 +01:00
Fabian Affolter
a6bc7c0bba python310Packages.msoffcrypto-tool: 5.0.0 -> 5.0.1 2023-02-28 00:44:08 +01:00
Weijia Wang
e558141817 Merge pull request #218659 from r-ryantm/auto-update/python310Packages.azure-storage-blob
python310Packages.azure-storage-blob: 12.14.1 -> 12.15.0
2023-02-28 01:39:42 +02:00
Weijia Wang
881651b7bf Merge pull request #218632 from wegank/cppcheck-aarch64-linux
cppcheck: disable tests on aarch64-linux
2023-02-28 01:33:09 +02:00
Weijia Wang
916f626e42 Merge pull request #218700 from wegank/vte-gcc12
vte: restrict condition for using clangStdenv
2023-02-28 01:32:48 +02:00
R. Ryantm
b9b555ff62 spicedb-zed: 0.9.1 -> 0.10.0 2023-02-27 23:25:03 +00:00
Weijia Wang
b9f8de04eb Merge pull request #218691 from emattiza/update/otel-cli-0-2-0
otel-cli: 0.1.0 -> 0.2.0
2023-02-28 01:24:01 +02:00
Fabian Affolter
35e4921e18 Merge pull request #218586 from fabaff/holidays-bump
python310Packages.holidays: 0.18 -> 0.20
2023-02-28 00:23:04 +01:00
Sandro
b83895e608 Merge pull request #217854 from azuwis/sketchybar 2023-02-28 00:20:13 +01:00
R. Ryantm
f04260448a libgit2: 1.5.1 -> 1.6.1 2023-02-27 23:19:02 +00:00
Gabriel Ebner
ce83a0c11c medfile: build with hdf5 1.14 2023-02-27 15:16:20 -08:00
Fabian Affolter
d15787c4dc python310Packages.roonapi: 0.1.3 -> 0.1.4
Diff: https://github.com/pavoni/pyroon/compare/0.1.3...0.1.4

Changelog: https://github.com/pavoni/pyroon/releases/tag/0.1.4
2023-02-28 00:14:25 +01:00
R. Ryantm
77bbdaa9be cudatext-qt: 1.185.0 -> 1.186.0 2023-02-27 23:13:08 +00:00
Thomas Gerbet
a700cfde02 Merge pull request #218651 from developer-guy/feature/new-cosign-maintainer
add developer-guy to cosign maintainers list
2023-02-28 00:12:41 +01:00
Weijia Wang
70335751e4 vte: restrict condition for using clangStdenv 2023-02-28 01:04:47 +02:00
Fabian Affolter
5e98938f2b python310Packages.tld: 0.12.7 -> 0.13
Changelog: https://github.com/barseghyanartur/tld/blob/0.13/CHANGELOG.rst
2023-02-28 00:03:31 +01:00
R. Ryantm
8f32beea22 uxplay: 1.63 -> 1.63.2 2023-02-27 22:59:17 +00:00
OPNA2608
36fccf2fdb mir: 2.12.0 -> 2.12.1 2023-02-27 23:58:42 +01:00
Fabian Affolter
a46074d1ac trufflehog: 3.28.1 -> 3.28.2
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.28.1...v3.28.2

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.2
2023-02-27 23:58:35 +01:00
Robert Schütz
be55739ebb Merge pull request #218025 from MrFreezeex/protonbridge-update
protonmail-bridge: 2.3.0 -> 3.0.18
2023-02-27 14:57:12 -08:00
zendo
2c106c1e7c google-chrome: Support GTK 4 (#218572)
Same as #217144 (04b1a12a6e) but for Google Chrome.
Relevant when launching Chrome with `--gtk-version=4`.
2023-02-27 23:50:50 +01:00
Will Fancher
ace4d26ccc Merge pull request #217887 from lilyinstarlight/fix/allow-overriding-systemd-initrd-bins
nixos/systemd-initrd: allow overriding initrdBin with extraBin
2023-02-27 17:43:30 -05:00
Weijia Wang
97e7b0e43c Merge pull request #218670 from wegank/nodenv-unix
nodenv: support more platforms
2023-02-28 00:38:47 +02:00
Weijia Wang
647a7f0eea Merge pull request #218684 from wegank/orc-gcc12
orc: fix build with gcc12 on aarch64-linux
2023-02-28 00:37:35 +02:00
R. Ryantm
344355f755 kubeone: 1.5.6 -> 1.6.0 2023-02-27 22:32:55 +00:00
Batuhan Apaydın
000960c351 cosign: add developer-guy to the maintainers 2023-02-27 23:25:33 +01:00
Batuhan Apaydın
f2a1f0cf82 maintainers: add developer-guy 2023-02-27 23:24:15 +01:00
R. Ryantm
ae6dc2525d konstraint: 0.25.0 -> 0.25.1 2023-02-27 22:23:02 +00:00
emattiza
a3a34145d3 otel-cli: 0.1.0 -> 0.2.0
Release Notes: https://github.com/equinix-labs/otel-cli/releases/tag/v0.2.0
2023-02-27 16:18:50 -06:00
R. Ryantm
7f17cacb6a wolf-shaper: 1.0.0 -> 1.0.1 2023-02-27 22:14:19 +00:00
Doron Behar
33b748f6f2 Merge pull request #218643 from r-ryantm/auto-update/zoom-us
zoom-us: 5.13.7.683 -> 5.13.10.1208
2023-02-28 00:13:39 +02:00
Doron Behar
805ad231bc Merge pull request #218573 from r-ryantm/auto-update/texlab
texlab: 5.2.0 -> 5.3.0
2023-02-28 00:09:22 +02:00
Samuel Ainsworth
f8b7170883 Merge pull request #218634 from r-ryantm/auto-update/python310Packages.ml-collections
python310Packages.ml-collections: 0.1.0 -> 0.1.1
2023-02-27 17:08:16 -05:00
Samuel Ainsworth
831d312916 Merge pull request #217410 from ConnorBaker/feat/magma-2.7.0
magma: init 2.7.1; migrate to cudaPackages
2023-02-27 17:06:19 -05:00
adisbladis
c13127ebd4 Merge pull request #218605 from saschagrunert/crun
crun: 1.8 -> 1.8.1
2023-02-28 11:03:04 +13:00
Fabian Affolter
8e149942c7 octosuite: init at 3.1.0 2023-02-27 22:52:53 +01:00
Weijia Wang
3ad64d9e2d Merge pull request #218677 from r-ryantm/auto-update/rocclr
rocclr: 5.4.2 -> 5.4.3
2023-02-27 23:49:53 +02:00
Weijia Wang
e825a158dc orc: fix build with gcc12 on aarch64-linux 2023-02-27 23:47:08 +02:00
R. Ryantm
fe4e321188 protonup-qt: 2.7.4 -> 2.7.7 2023-02-27 21:45:47 +00:00
Kiskae
3a6f8a5871 linuxPackages.nvidia_x11_vulkan_beta: 515.47.06 -> 525.47.11 2023-02-27 22:40:02 +01:00
Robert Scott
3a3d4c8bd2 Merge pull request #217902 from LeSuisse/haproxy-CVE-2023-25725
haproxy: 2.7.2 -> 2.7.3
2023-02-27 21:39:38 +00:00
Astro
8f7e647c30 linux: enable VIRTIO_MMIO_CMDLINE_DEVICES 2023-02-27 22:39:23 +01:00
Sandro
7afa5caf5f Merge pull request #203869 from jordanisaacs/shairport-sync-update 2023-02-27 22:35:17 +01:00
Philipp Schuster
dc17f0ae4e ttfb: cleanup 2023-02-27 22:35:09 +01:00
Philipp Schuster
137ed8a032 ansi: cleanup 2023-02-27 22:35:09 +01:00
Sandro
7dce27fe8d Merge pull request #209304 from Luflosi/update/kubo-migrator 2023-02-27 22:34:19 +01:00
R. Ryantm
3b4775c00e fb303: 2023.02.13.00 -> 2023.02.20.00 2023-02-27 21:34:12 +00:00
Sandro
c3c83d053a Merge pull request #216311 from zendo/clash-verge 2023-02-27 22:33:18 +01:00
Stefan Frijters
2af041ab44 nixos/gitlab-runner: do not pull in Docker if gitlab-runner-clear-docker-cache is disabled
Only create the service if the option is enabled and if any docker executors exist.
2023-02-27 22:24:14 +01:00
Weijia Wang
84e04bd391 Merge pull request #218029 from r-ryantm/auto-update/python310Packages.python-openstackclient
python310Packages.python-openstackclient: 6.0.0 -> 6.1.0
2023-02-27 23:11:40 +02:00
Weijia Wang
b96b5b805a Merge pull request #218148 from r-ryantm/auto-update/wasmtime
wasmtime: 5.0.0 -> 6.0.0
2023-02-27 23:08:03 +02:00
Martin Weinelt
1119b00710 python310Packages.wasmer*: Fix build with maturin 0.14
With maturin 0.14.0 certain metadata fields cannot live in Cargo.toml
anymore. Instead of warning about it we're seeing a hard fail, so we
just go about and patch the names away, so it doesn't see them any
longer.

> The following metadata fields in `package.metadata.maturin` section
> of Cargo.toml are removed since maturin 0.14.0: classifier,
> project-url, please set them in pyproject.toml as PEP 621 specifies.
2023-02-27 20:58:56 +00:00
Luke Granger-Brown
751efb4314 Merge pull request #208635 from lukegb/prison-zxing
libsForQt5.prison: enable PrisonScanner functionality
2023-02-27 20:51:58 +00:00
Weijia Wang
cdebb2e68f Merge pull request #218142 from r-ryantm/auto-update/semodule-utils
semodule-utils: 3.4 -> 3.5
2023-02-27 22:42:13 +02:00
Gabriella Gonzalez
509f32d9c9 python3Packages.dnspython: fix tests (again) (#218662)
This is essentially the same fix as #161740, except not just for macOS.

The `dnspython` build was failing on Linux with a certificate
verification failure just like in #161740:

```ShellSession
$ nix build nixpkgs#python3Packages.dnspython --rebuild
error: builder for '/nix/store/c1v553fzq3yybsd0lm398qf87jmy47qd-python3.10-dnspython-2.3.0.drv' failed with exit code 1;
       last 10 log lines:
       >
       > /nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/ssl.py:1342: SSLCertVerificationError
…
```

… and this change fixes that build failure.
2023-02-27 12:39:53 -08:00
Weijia Wang
57b5ae9ac8 Merge pull request #218103 from r-ryantm/auto-update/sdrangel
sdrangel: 7.9.0 -> 7.10.0
2023-02-27 22:39:36 +02:00
Luke Granger-Brown
de8e79c9ba Revert "netcdfcxx4: disable tests"
This reverts commit 18df4e28c4.
2023-02-27 20:34:19 +00:00
Luke Granger-Brown
6123056e18 netcdf-cxx4: during tests, use netcdf's installed plugins 2023-02-27 20:33:46 +00:00
Luke Granger-Brown
981839f265 netcdf: install plugins into lib/hdf5-plugins 2023-02-27 20:33:46 +00:00
Luke Granger-Brown
8dbf479759 netcdf: enable parallel building 2023-02-27 20:33:46 +00:00
Luke Granger-Brown
3e439e7cc4 netcdf: add bzip2/libzip/zstd dependencies (and allow for szip support; disabled by default because it's nonfree) 2023-02-27 20:33:46 +00:00
R. Ryantm
28f162579b rocclr: 5.4.2 -> 5.4.3 2023-02-27 20:31:30 +00:00
Weijia Wang
6063022010 Merge pull request #217967 from r-ryantm/auto-update/virtiofsd
virtiofsd: 1.5.0 -> 1.5.1
2023-02-27 22:29:24 +02:00
Weijia Wang
29fd9b78ea Merge pull request #218635 from figsoda/zine
zine: 0.11.0 -> 0.11.1
2023-02-27 22:27:12 +02:00
R. Ryantm
5035ccd56f python310Packages.sparse: 0.13.0 -> 0.14.0 2023-02-27 20:26:18 +00:00
Weijia Wang
6666824460 Merge pull request #218650 from LeSuisse/gogs-0.13.0
gogs: 0.12.10 -> 0.13.0
2023-02-27 22:25:53 +02:00
Weijia Wang
702dd8ea61 nodenv: support more platforms 2023-02-27 22:25:02 +02:00
Weijia Wang
bfe0ddb422 Merge pull request #218302 from r-ryantm/auto-update/nodenv
nodenv: 1.4.0 -> 1.4.1
2023-02-27 22:23:20 +02:00
Weijia Wang
15ae5dd794 Merge pull request #218645 from cpu/cpu-blightmud-5.1.0
blightmud: 5.0.0 -> 5.1.0
2023-02-27 22:15:36 +02:00
Weijia Wang
602d0d31d0 Merge pull request #218639 from evils/serialio-typo
python serialio: connunication -> communication
2023-02-27 22:14:41 +02:00
Weijia Wang
96a4c16d94 Merge pull request #218647 from Luflosi/update/apfs-fuse
apfs-fuse: 2020-09-28 -> 2023-01-04
2023-02-27 22:11:58 +02:00
Weijia Wang
5e07339c4e Merge pull request #218540 from r-ryantm/auto-update/pv-migrate
pv-migrate: 1.0.1 -> 1.1.0
2023-02-27 22:07:31 +02:00
Weijia Wang
e3bf380256 Merge pull request #218519 from r-ryantm/auto-update/furnace
furnace: 0.6pre3 -> 0.6pre4-hotfix
2023-02-27 22:05:08 +02:00
Weijia Wang
3c7464178e Merge pull request #218047 from r-ryantm/auto-update/foxotron
foxotron: 2022-11-02 -> 2023-02-23
2023-02-27 22:04:44 +02:00
Weijia Wang
f2b5cbf351 Merge pull request #218127 from r-ryantm/auto-update/snappymail
snappymail: 2.26.0 -> 2.26.3
2023-02-27 22:02:58 +02:00
Weijia Wang
22a4595919 Merge pull request #218146 from r-ryantm/auto-update/opcr-policy
opcr-policy: 0.1.47 -> 0.1.50
2023-02-27 22:00:54 +02:00
John D. Boy
3698eb68a7 python3Packages.pymorphy3: init at 1.2.0
Also adds pymorphy3-dicts-ru and pymorphy3-dicts-uk.
2023-02-27 20:58:14 +01:00
Weijia Wang
b454ccfa61 Merge pull request #217973 from r-ryantm/auto-update/dufs
dufs: 0.31.0 -> 0.32.0
2023-02-27 21:57:11 +02:00
Austin Butler
645253e62f firefox: fix desktop file and icon for variants 2023-02-27 11:54:16 -08:00
Weijia Wang
9e5ca4fd96 Merge pull request #217965 from r-ryantm/auto-update/minizinc
minizinc: 2.6.4 -> 2.7.0
2023-02-27 21:53:14 +02:00
Weijia Wang
6e7cfee297 Merge pull request #217969 from r-ryantm/auto-update/slint-lsp
slint-lsp: 0.3.4 -> 0.3.5
2023-02-27 21:51:52 +02:00
Piper McCorkle
8435101b64 cloudflared: 2023.2.1 -> 2023.2.2 2023-02-27 13:49:10 -06:00
Weijia Wang
664e2591b3 Merge pull request #218168 from r-ryantm/auto-update/bundlewrap
bundlewrap: 4.16.0 -> 4.17.0
2023-02-27 21:47:19 +02:00
Weijia Wang
780452a301 Merge pull request #218259 from r-ryantm/auto-update/benthos
benthos: 4.11.0 -> 4.12.1
2023-02-27 21:45:17 +02:00
Weijia Wang
325a4e0b24 Merge pull request #218211 from r-ryantm/auto-update/lighthouse
lighthouse: 3.4.0 -> 3.5.0
2023-02-27 21:44:29 +02:00
Weijia Wang
592b90c974 Merge pull request #218389 from r-ryantm/auto-update/python310Packages.fastavro
python310Packages.fastavro: 1.7.1 -> 1.7.2
2023-02-27 21:42:36 +02:00
Weijia Wang
79cbfd10a7 Merge pull request #218278 from r-ryantm/auto-update/jotta-cli
jotta-cli: 0.14.60923 -> 0.15.75988
2023-02-27 21:41:19 +02:00
Weijia Wang
cdd939b474 Merge pull request #218277 from r-ryantm/auto-update/qcad
qcad: 3.27.8.7 -> 3.27.9.2
2023-02-27 21:41:06 +02:00
Robert Schütz
cb1ee0a78a rng-tools: don't use librtlsdr alias 2023-02-27 11:39:26 -08:00
Robert Schütz
cf3243a243 sdrpp: don't use librtlsdr alias 2023-02-27 11:39:26 -08:00
Robert Schütz
e59f35e7f6 guglielmo: don't use librtlsdr alias 2023-02-27 11:39:26 -08:00
Weijia Wang
9af51710a2 Merge pull request #218361 from r-ryantm/auto-update/asdf-vm
asdf-vm: 0.11.1 -> 0.11.2
2023-02-27 21:35:42 +02:00
Weijia Wang
772fa13036 Merge pull request #218362 from r-ryantm/auto-update/go-task
go-task: 3.20.0 -> 3.21.0
2023-02-27 21:35:03 +02:00
Weijia Wang
5d732ac041 Merge pull request #218475 from r-ryantm/auto-update/treesheets
treesheets: unstable-2023-02-14 -> unstable-2023-02-25
2023-02-27 21:32:22 +02:00
superherointj
5a0fd07776 Merge pull request #218665 from Misterio77/onlyoffice-add-gcc-lib
onlyoffice-bin: add gcc lib to runtimeInputs
2023-02-27 16:28:42 -03:00
Weijia Wang
ccd9d6da1e Merge pull request #218118 from r-ryantm/auto-update/diamond
diamond: 2.1.1 -> 2.1.3
2023-02-27 21:28:18 +02:00
Weijia Wang
1f7f6d685a Merge pull request #218317 from r-ryantm/auto-update/thedesk
thedesk: 24.0.8 -> 24.0.10
2023-02-27 21:19:56 +02:00
Robert Hensing
692a1033ff Merge pull request #218365 from winterqt/revert-static-gid-migration
Revert systemd-coredump and polkit static GIDs
2023-02-27 20:16:57 +01:00
figsoda
d729a80b14 cargo-dist: 0.0.2 -> 0.0.3
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.0.2...v0.0.3

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.0.3/CHANGELOG.md
2023-02-27 14:16:12 -05:00
figsoda
53037741ea Merge pull request #218382 from figsoda/trashy
trashy: remove patch, clean up
2023-02-27 14:12:12 -05:00
Gabriel Fontes
2d0a4d55c7 onlyoffice-bin: add gcc lib to runtimeInputs
OnlyOffice is currently not launching
(https://github.com/NixOS/nixpkgs/issues/218238), due to a missing
library (libstdc++.so.6).

I used nix-locate to see which outputs provide it, and
`gcc-unwrapped.lib` is the one that makes more sense to me, but I'm not
sure if there's a better way to supply that lib.
2023-02-27 15:59:28 -03:00
Cole Helbling
36ea86257b nixVersions.nix_2_12: 2.12.0 -> 2.12.1 2023-02-27 10:40:18 -08:00
Eelco Dolstra
056b679c35 nix-fallback-paths.nix: Update to 2.13.3 2023-02-27 10:40:18 -08:00
Cole Helbling
aaecc6a7c7 nixVersions.nix_2_13: 2.13.2 -> 2.13.3
Includes fixes for writable /etc.
2023-02-27 10:40:18 -08:00
Luke Granger-Brown
b6aa01b74f Merge pull request #218658 from r-ryantm/auto-update/python310Packages.hg-evolve
python310Packages.hg-evolve: 10.5.3 -> 11.0.0
2023-02-27 18:39:13 +00:00
figsoda
70f0b88566 Merge pull request #218372 from figsoda/scryer
scryer-prolog: replace patch with environment variable, clean up
2023-02-27 13:38:45 -05:00
Moritz 'e1mo' Fromm
3ee30ec402 paperless-ngx: 1.12.2 -> 1.13.0 2023-02-27 19:35:01 +01:00
Moritz 'e1mo' Fromm
d928451e6d python3Packages.django-compression-middleware: init at 0.4.2 2023-02-27 19:34:56 +01:00
Luke Granger-Brown
f43347d8a3 Merge pull request #214346 from SFrijters/postfix-ipv4
nixos/postfix: restrict inet_protocols to ipv4 when ipv6 is disabled
2023-02-27 18:24:53 +00:00
github-actions[bot]
40707bbbb3 Merge staging-next into staging 2023-02-27 18:02:06 +00:00
github-actions[bot]
b7f5d288c6 Merge master into staging-next 2023-02-27 18:01:26 +00:00
Alyssa Ross
a12ccf900b python3.pkgs.wordcloud: 1.8.1 -> unstable-2023-01-04
Adds support for Python 3.11, which hasn't made it into a release yet.
2023-02-27 17:59:49 +00:00
Pascal Bach
de9f490d3f Merge pull request #218395 from r-ryantm/auto-update/minio
minio: 2023-02-17T17-52-43Z -> 2023-02-22T18-23-45Z
2023-02-27 18:55:19 +01:00
R. Ryantm
61770c9a16 python310Packages.azure-storage-blob: 12.14.1 -> 12.15.0 2023-02-27 17:54:57 +00:00
R. Ryantm
7b7e2a217e python310Packages.hg-evolve: 10.5.3 -> 11.0.0 2023-02-27 17:52:09 +00:00
Fabian Affolter
bac11af0da yaralyzer: init at 0.9.0 2023-02-27 18:50:50 +01:00
Thomas Gerbet
cc7b8d0e92 gogs: 0.12.10 -> 0.13.0
Fixes CVE-2022-32174 and CVE-2022-2024.

https://github.com/gogs/gogs/releases/tag/v0.13.0
https://github.com/gogs/gogs/releases/tag/v0.12.11
2023-02-27 18:38:36 +01:00
Vladimir Pouzanov
477440f9d7 ali: init at 0.7.5
Adds ali, the HTTP benchmark tool that plots the results in real time.
2023-02-27 17:36:01 +00:00
Cabia Rangris
f8b026c478 Merge pull request #218637 from Luflosi/klipper-fix-typo
nixos/klipper: fix assert message to match actual assertion
2023-02-27 21:17:18 +04:00
sternenseemann
8a5af8e2b8 haskellPackages.cabal2nix-unstable: 2023-02-25 -> 2023-02-27 2023-02-27 18:15:19 +01:00
superherointj
c973f19acd SDL2_mixer: 2.0.4 -> 2.6.3
Release: https://github.com/libsdl-org/SDL_mixer/releases/tag/release-2.6.3
2023-02-27 14:08:42 -03:00
Pavol Rusnak
7b6e7dd796 electron-bin: move print-hashes.sh script 2023-02-27 18:04:02 +01:00
Sandro
19b6acd9f8 Merge pull request #218101 from r-ryantm/auto-update/opustags
opustags: 1.6.0 -> 1.7.0
2023-02-27 17:58:50 +01:00
sternenseemann
b8442a653a haskellPackages.haskell-gi: move temporary upgrade into overlay
This achieves the same as 1af0d67ebe, but
prevents it being rolled back by package set regeneration.
2023-02-27 17:57:08 +01:00
Thomas Gerbet
43e79015bf nixos/tests/haproxy: stop using nixos/profiles/minimal
The defaults conflicts with the defaults of `services.httpd`:
```
error: The option `nodes.machine.services.logrotate.enable' has conflicting definition values:
       - In `/home/thomas/Workspace/Packaging/nixpkgs/nixos/modules/profiles/minimal.nix': false
       - In `/home/thomas/Workspace/Packaging/nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix': true
       Use `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of these definitions.
(use '--show-trace' to show detailed location information)
```

`nixos/profile/minimal` is not used in the majority of the tests and it does not
seem to have a specific reason to use it for the HAProxy test.
2023-02-27 17:56:56 +01:00
Daniel McCarney
50800cbe94 blightmud: 5.0.0 -> 5.1.0
Updates Blightmud from v5.0.0 to v5.1.0.

See the upstream release notes[0] for more information.

[0]: https://github.com/Blightmud/Blightmud/releases/tag/v5.1.0
2023-02-27 11:53:46 -05:00
Sandro
67d85447eb Merge pull request #217296 from SuperSandro2000/govulncheck
govulncheck: unstable-2022-09-02 -> unstable-2023-02-17
2023-02-27 17:53:28 +01:00
Thomas Gerbet
592fe49fc7 haproxy: 2.7.2 -> 2.7.3
Fixes CVE-2023-25725.

https://www.mail-archive.com/haproxy@formilux.org/msg43229.html
2023-02-27 17:50:13 +01:00
Robert Schütz
248f7e60aa Merge pull request #218608 from prusnak/electron-bin
electron-bin: rename from electron
2023-02-27 08:45:39 -08:00
Dacio
2cbded08a2 wezterm: add vulkan-loader to library path (#218410)
* wezterm: add vulkan-loader to library path

* wezterm: switch to patchelf instead of wrapProgram
2023-02-27 17:44:42 +01:00
R. Ryantm
039245588c zoom-us: 5.13.7.683 -> 5.13.10.1208 2023-02-27 16:41:36 +00:00
Robert Schütz
b4c4419b05 libwacom-surface: init at 2.4.0 2023-02-27 08:31:09 -08:00
Fabian Affolter
f4849d6b5f python310Packages.rich-argparse-plus: init at 0.3.1.4 2023-02-27 17:29:00 +01:00
Luflosi
55f6bccb51 apfs-fuse: 2020-09-28 -> 2023-01-04 2023-02-27 17:21:26 +01:00
Evils
922fbae50c python serialio: connunication -> communication
typo in meta.description
2023-02-27 17:20:47 +01:00
Artturi
554419c634 Merge pull request #218543 from mikatammi/fix_weston_cross 2023-02-27 18:20:08 +02:00
Artturi
1c6a1e5650 Merge pull request #218500 from alyssais/pythonForBuild 2023-02-27 18:17:27 +02:00
Alyssa Ross
60a2f64123 llvmPackages_git: switch to using ninja
Port of 912056c71e ("llvmPackages_15: switch to using `ninja`").
2023-02-27 16:11:48 +00:00
Alyssa Ross
fe1c338510 llvmPackages_git: expand the NIX_BUILD_CORES arg passed to lit at configure time
Port of 4d3857d6ed ("llvmPackages_15: expand the `NIX_BUILD_CORES`
arg passed to lit at configure time").
2023-02-27 16:11:48 +00:00
Soner Sayakci
ff7dfcba57 nixos/opensearch: fix opensearch startup 2023-02-27 16:07:12 +00:00
Weijia Wang
1cfcabf838 Merge pull request #218283 from r-ryantm/auto-update/xjadeo
xjadeo: 0.8.11 -> 0.8.12
2023-02-27 18:05:45 +02:00
Weijia Wang
e88d62e139 Merge pull request #218292 from r-ryantm/auto-update/i2pd
i2pd: 2.46.0 -> 2.46.1
2023-02-27 18:05:22 +02:00
Luflosi
2378d1a214 nixos/klipper: fix assert message to match actual assertion
This error was introduced in 849c40b5f5.
2023-02-27 17:04:48 +01:00
Weijia Wang
0f9aca7c7c Merge pull request #218339 from r-ryantm/auto-update/pyradio
pyradio: 0.9.0 -> 0.9.1
2023-02-27 18:03:15 +02:00
Weijia Wang
21bb99733d Merge pull request #218342 from r-ryantm/auto-update/bcftools
bcftools: 1.16 -> 1.17
2023-02-27 18:02:55 +02:00
figsoda
d0f30dbfc8 zine: 0.11.0 -> 0.11.1
Changelog: https://github.com/zineland/zine/releases/tag/v0.11.1
2023-02-27 11:02:10 -05:00
Weijia Wang
4542a684ae Merge pull request #218457 from r-ryantm/auto-update/wrangler_1
wrangler_1: 1.20.0 -> 1.21.0
2023-02-27 18:01:47 +02:00
Weijia Wang
8b2a7e34d0 Merge pull request #218400 from r-ryantm/auto-update/prometheus-haproxy-exporter
prometheus-haproxy-exporter: 0.14.0 -> 0.15.0
2023-02-27 18:00:25 +02:00
Weijia Wang
84fd67faae Merge pull request #218469 from r-ryantm/auto-update/linkerd_edge
linkerd_edge: 23.2.2 -> 23.2.3
2023-02-27 17:57:58 +02:00
Weijia Wang
1f3971e9d2 Merge pull request #218387 from r-ryantm/auto-update/micronaut
micronaut: 3.8.4 -> 3.8.5
2023-02-27 17:57:25 +02:00
Weijia Wang
1de944b4f6 Merge pull request #218473 from r-ryantm/auto-update/vassal
vassal: 3.6.11 -> 3.6.12
2023-02-27 17:55:16 +02:00
R. Ryantm
e02836f017 python310Packages.ml-collections: 0.1.0 -> 0.1.1 2023-02-27 15:53:34 +00:00
Weijia Wang
c8a1127856 cppcheck: disable tests on aarch64-linux 2023-02-27 17:53:03 +02:00
Artturi
61d7ce1813 Merge pull request #217341 from alejandro-angulo/fix-ldb-cross-compile-64bit-to-32bit 2023-02-27 17:52:33 +02:00
Weijia Wang
fab0c541e8 Merge pull request #218393 from r-ryantm/auto-update/cppcheck
cppcheck: 2.10 -> 2.10.1
2023-02-27 17:51:40 +02:00
Weijia Wang
ddc128d04b Merge pull request #218398 from r-ryantm/auto-update/typos
typos: 1.13.10 -> 1.13.12
2023-02-27 17:44:21 +02:00
Weijia Wang
d137ddaf17 Merge pull request #218549 from r-ryantm/auto-update/python310Packages.datasets
python310Packages.datasets: 2.9.0 -> 2.10.0
2023-02-27 17:42:04 +02:00
R. Ryantm
897b8d4eb4 firefox-devedition-bin-unwrapped: 111.0b5 -> 111.0b6 2023-02-27 15:39:21 +00:00
Weijia Wang
6813793f79 Merge pull request #218602 from superherointj/awscli2-2.10.3
awscli2: 2.10.1 -> 2.10.3
2023-02-27 17:38:37 +02:00
Weijia Wang
cd7e5df731 Merge pull request #218488 from r-ryantm/auto-update/tpm2-tools
tpm2-tools: 5.4 -> 5.5
2023-02-27 17:36:24 +02:00
Fabian Affolter
028dd3d23e Merge pull request #218624 from fabaff/trufflehog-bump
trufflehog: 3.28.0 -> 3.28.1
2023-02-27 16:33:27 +01:00
Weijia Wang
7c796c6c9f Merge pull request #218505 from r-ryantm/auto-update/rocblas
rocblas: 5.4.2 -> 5.4.3
2023-02-27 17:31:51 +02:00
Weijia Wang
e1b3ce4b6b Merge pull request #218513 from r-ryantm/auto-update/python310Packages.deal
python310Packages.deal: 4.23.7 -> 4.24.0
2023-02-27 17:29:39 +02:00
superherointj
869e91ec78 awscli2: 2.10.1 -> 2.10.3
Release: https://github.com/aws/aws-cli/releases/tag/2.10.3
2023-02-27 12:28:21 -03:00
Weijia Wang
d7399ca1eb Merge pull request #218594 from fabaff/khoj-fix
khoj: 0.2.6 -> 0.3.0
2023-02-27 17:27:46 +02:00
Julien Malka
64b341c997 ferretdb: 0.9.1->0.9.2 2023-02-27 15:19:42 +00:00
Weijia Wang
05751ed28f python310Packages.pyvista: 0.38.2 -> 0.38.3 2023-02-27 17:15:59 +02:00
Fabian Affolter
31915a6e91 Merge pull request #216198 from fabaff/pyairvisual-at
python311Packages.pyairvisual: drop asynctest
2023-02-27 16:07:52 +01:00
Fabian Affolter
6034f0bda3 python310Packages.env-canada: 0.5.28 -> 0.5.29
Diff: https://github.com/michaeldavie/env_canada/compare/refs/tags/v0.5.28...v0.5.29

Changelog: https://github.com/michaeldavie/env_canada/blob/v0.5.29/CHANGELOG.md
2023-02-27 15:53:03 +01:00
Fabian Affolter
b0c4b7f933 Merge pull request #218625 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 12.2.0 -> 12.2.1
2023-02-27 15:46:27 +01:00
Fabian Affolter
529946c468 python310Packages.peaqevcore: 12.2.0 -> 12.2.1 2023-02-27 15:45:05 +01:00
Fabian Affolter
b8aa3ead71 trufflehog: 3.28.0 -> 3.28.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.28.0...3.28.1

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.1
2023-02-27 15:45:01 +01:00
Fabian Affolter
fab5be185c python311Packages.pyairvisual: drop asynctest 2023-02-27 15:37:45 +01:00
figsoda
79de2ae2ce cargo-llvm-lines: 0.4.24 -> 0.4.25
Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.24...0.4.25
2023-02-27 09:34:58 -05:00
Fabian Affolter
a2a4966638 lexicon: 3.9.4 -> 3.11.7
Diff: AnalogJ/lexicon@refs/tags/v3.9.4...v3.11.7

Changelog: https://github.com/AnalogJ/lexicon/blob/v3.11.7/CHANGELOG.md
2023-02-27 15:29:39 +01:00
Fabian Affolter
c6f109bb59 lexicon: add changelog to meta 2023-02-27 15:20:23 +01:00
Daniel Olsen
ea31ef91af nixos/headscale: update oidc options 2023-02-27 15:17:16 +01:00
Raghav Sood
14b23e091d Merge pull request #218460 from r-ryantm/auto-update/polkadot
polkadot: 0.9.37 -> 0.9.38
2023-02-27 22:06:51 +08:00
Weijia Wang
15b7d8ee89 Merge pull request #218611 from domenkozar/docopts-darwin
docopts: support darwin
2023-02-27 16:06:20 +02:00
Fabian Affolter
aa433c9106 Merge pull request #218579 from fabaff/dbx-fix
dbx: 0.7.6 -> 0.8.8
2023-02-27 14:45:28 +01:00
Fabian Affolter
2fa2a08ba1 Merge pull request #218610 from fabaff/oci-fix
python310Packages.oci: 2.92.0 -> 2.93.0
2023-02-27 14:38:36 +01:00
Fabian Affolter
4af447d135 Merge pull request #217294 from fabaff/flask-appbuilder-fix
python310Packages.flask-sqlalchemy: 3.0.2 -> 3.0.3, python310Packages.flask-appbuilder: mark as broken
2023-02-27 14:38:24 +01:00
Fabian Affolter
28a70c103b python310Packages.transip: remove
- TransIP SOAP V5 API was marked as deprecated
- no longer maintained
  https://github.com/benkonrath/transip-api/issues/65#issuecomment-1158884743
2023-02-27 14:35:05 +01:00
Damien Cassou
4fa6026eaa copyq: set meta.mainProgram 2023-02-27 14:30:39 +01:00
Fabian Affolter
d63e95274a python310Packages.suds-jurko: remove
- still uses use_2to3
- unmaintained for a while
2023-02-27 14:20:05 +01:00
Domen Kožar
18a5e5afdd docopts: support darwin 2023-02-27 13:16:55 +00:00
Fabian Affolter
2f56855cf2 Merge pull request #218581 from fabaff/karton-dashboard-fix
python311Packages.karton-dashboard: move to pythonRelaxDepsHook
2023-02-27 14:09:51 +01:00
Fabian Affolter
94de0a3a24 Merge pull request #218607 from fabaff/django-cacheops-fix
python311Packages.django-cacheops: re-add six
2023-02-27 14:09:09 +01:00
superherointj
640eaa8c3d Merge pull request #218596 from superherointj/kaniko-add-maintainer
kaniko: add jk as maintainer
2023-02-27 10:03:21 -03:00
Fabian Affolter
fc14705f97 python310Packages.oci: 2.92.0 -> 2.93.0
Diff: https://github.com/oracle/oci-python-sdk/compare/refs/tags/v2.92.0...v2.93.0

Changelog: https://github.com/oracle/oci-python-sdk/blob/v2.93.0/CHANGELOG.rst
2023-02-27 14:00:07 +01:00
Fabian Affolter
45c2057059 python310Packages.oci: update homepage and add changelog 2023-02-27 13:53:57 +01:00
Fabian Affolter
94a9f07625 python310Packages.flask-appbuilder: 4.1.3 -> 4.2.1, mark as broken 2023-02-27 13:46:39 +01:00
Fabian Affolter
9d3aa1d2e9 python310Packages.flask-sqlalchemy: 3.0.2 -> 3.0.3
Changelog: https://github.com/pallets-eco/flask-sqlalchemy/blob/3.0.3/CHANGES.rst
2023-02-27 13:46:39 +01:00
Yureka
435086885c electron-bin: rename from electron 2023-02-27 13:46:09 +01:00
Fabian Affolter
605b230af9 python310Packages.apispec: add optional-dependencies 2023-02-27 13:43:16 +01:00
Fabian Affolter
4ec20c70d8 python310Packages.flask-appbuilder: add changelog to meta 2023-02-27 13:43:16 +01:00
Fabian Affolter
c246d9af83 python311Packages.django-cacheops: re-add six
six was removed in the current master and not 6.2
2023-02-27 13:38:05 +01:00
Fabian Affolter
8187b26b7b Merge pull request #218597 from fabaff/shap-broke
python310Packages.shap: mark as broken
2023-02-27 13:30:03 +01:00
Fabian Affolter
89d8ca298b Merge pull request #217295 from fabaff/mmocket-fix
python310Packages.mocket: 3.10.9 -> 3.11.0
2023-02-27 13:28:45 +01:00
Franz Pletz
8a737b1249 Merge pull request #218346 from r-ryantm/auto-update/wireless-regdb 2023-02-27 13:23:54 +01:00
Franz Pletz
bb2cedc4a7 Merge pull request #218507 from arjan-s/ntfy-sh-2.1.0 2023-02-27 13:22:32 +01:00
Vincent Laporte
930b1c06b1 ocamlPackages.base64: 3.5.0 → 3.5.1 (#218580)
* ocamlPackages.otr: use Dune 3

* ocamlPackages.h2: use Dune 3

* ocamlPackages.index: use Dune 3

* ocamlPackages.progress: use Dune 3

* ocamlPackages.repr: use Dune 3

* ocamlPackages.emile: use Dune 3

* ocamlPackages.bistro: use Dune 3

* ocamlPackages.base64: 3.5.0 → 3.5.1
2023-02-27 09:14:03 -03:00
Sascha Grunert
c62d5ef31f crun: 1.8 -> 1.8.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-02-27 13:13:17 +01:00
github-actions[bot]
5e46cfeba0 Merge staging-next into staging 2023-02-27 12:01:41 +00:00
github-actions[bot]
ba4b337e37 Merge master into staging-next 2023-02-27 12:01:07 +00:00
Fabian Affolter
8eee919c90 python310Packages.mocket: 3.10.9 -> 3.11.0 2023-02-27 12:44:12 +01:00
Fabian Affolter
65f898d6e4 python310Packages.geoip2: add changelog to meta
python310Packages.geoip2: remove postPatch section

python311Packages.geoip2: disable failing tests
2023-02-27 12:44:12 +01:00
Fabian Affolter
edcfe3f6b9 python310Packages.mocket: add changelog to meta
python310Packages.mocket: disable on unsupported Python releases

python310Packages.mocket: add optional-dependencies
2023-02-27 12:43:59 +01:00
Riley
c713217380 nixos/k3s: add environmentFile as an option
* k3s: add environmentFile option

Enabling to include secrets through configuration such as 'sops'

* Update nixos/doc/manual/release-notes/rl-2305.section.md

Co-authored-by: Jairo Llopis <973709+yajo@users.noreply.github.com>
2023-02-27 08:15:25 -03:00
Fabian Affolter
c0c598ef35 Merge pull request #218583 from fabaff/numpyro-bump
python310Packages.numpyro: add changelog to meta
2023-02-27 12:13:41 +01:00
Fabian Affolter
32e5b26f96 Merge pull request #218585 from r-ryantm/auto-update/python310Packages.bellows
python310Packages.bellows: 0.34.8 -> 0.34.9
2023-02-27 12:12:59 +01:00
ajs124
06df8e1cda Merge pull request #218022 from SuperSandro2000/nextcloud-notify_push
nextcloud-notify_push: 0.5.0 -> 0.6.0
2023-02-27 12:11:48 +01:00
Fabian Affolter
1c5e5f4dff python310Packages.shap: mark as broken
No support for scikit-learn > 1.2
https://github.com/slundberg/shap/issues/2866
2023-02-27 12:08:00 +01:00
Fabian Affolter
d2ca40be87 python310Packages.shap: add changelog to meta 2023-02-27 12:06:38 +01:00
superherointj
1a24bd868c kaniko: add jk as maintainer
As requested: https://github.com/NixOS/nixpkgs/pull/217850#pullrequestreview-1311428701
2023-02-27 08:05:44 -03:00
Alyssa Ross
4040a6d131 llvmPackages_git.compiler-rt: fix Glibc build
Copied from LLVM 15.
2023-02-27 10:56:20 +00:00
Alyssa Ross
e731fba414 llvmPackages_git.compiler-rt: fix armv7l patch
Use the same patch as compiler-rt 15.
2023-02-27 10:56:20 +00:00
ajs124
572d4f4ce7 Merge pull request #218251 from helsinki-systems/sslsplit_ossl3
sslsplit: fix build with openssl_3
2023-02-27 11:49:19 +01:00
Fabian Affolter
9c1c08a57e khoj: 0.2.6 -> 0.3.0
Changelog: https://github.com/debanjum/khoj/releases/tag/0.3.0
2023-02-27 11:46:23 +01:00
Steven Kou
6bc9107566 zotero: 6.0.20 -> 6.0.22
https://www.zotero.org/support/changelog#changes_in_6022_february_22_2023
2023-02-27 18:45:00 +08:00
Weijia Wang
1c8f39713d Merge pull request #218522 from amjoseph-nixpkgs/pr/libre/parallel
libre: enableParallelBuilding=true
2023-02-27 12:28:45 +02:00
Weijia Wang
f925155ed3 Merge pull request #218521 from amjoseph-nixpkgs/pr/librem/parallel
librem: enableParallelBuilding=true
2023-02-27 12:27:44 +02:00
Nick Cao
ea232651a1 v2ray-domain-list-community: 20230202101858 -> 20230227064844
Diff: 2023020210...2023022706
2023-02-27 18:25:09 +08:00
Fabian Affolter
9166649c3e khoj: add changelog to meta 2023-02-27 11:18:41 +01:00
Weijia Wang
74038a7e3d Merge pull request #218523 from amjoseph-nixpkgs/pr/baresip/enableParallelBuilding
baresip: enableParallelBuilding=true
2023-02-27 12:12:18 +02:00
Weijia Wang
b196bcdeab Merge pull request #217857 from azuwis/soundfile
python3Packages.soundfile: 0.11.0 -> 0.12.1
2023-02-27 12:09:02 +02:00
Fabian Affolter
7af9e1fe8a python310Packages.holidays: 0.18 -> 0.20
Changelog: https://github.com/dr-prodigy/python-holidays/releases/tag/v.0.20
2023-02-27 11:07:06 +01:00
Weijia Wang
addae20444 Merge pull request #218499 from wegank/lighthouse-darwin
lighthouse: fix build on aarch64-darwin
2023-02-27 12:06:00 +02:00
R. Ryantm
42b339db06 python310Packages.bellows: 0.34.8 -> 0.34.9 2023-02-27 09:55:33 +00:00
Fabian Affolter
3d7cef76e3 python310Packages.numpyro: add changelog to meta 2023-02-27 10:54:29 +01:00
Fabian Affolter
6b1f1c1b8c Merge pull request #218324 from fabaff/pytest-subtests-bump
python310Packages.pytest-subtests: 0.9.0 -> 0.10.0
2023-02-27 10:49:24 +01:00
Sergei Trofimovich
945ff62ef8 gnumake: 4.4 -> 4.4.1
Changes: https://lists.gnu.org/archive/html/info-gnu/2023-02/msg00011.html
2023-02-27 09:44:48 +00:00
Fabian Affolter
369ab08b57 python311Packages.karton-dashboard: move to pythonRelaxDepsHook
- relax mistune constraint as we have a patch already
2023-02-27 10:43:51 +01:00
Fabian Affolter
faa5ecad9d dbx: 0.7.6 -> 0.8.8
Diff: https://github.com/databrickslabs/dbx/compare/refs/tags/v0.7.6...v0.8.8

Changelog: https://github.com/databrickslabs/dbx/blob/v0.8.8/CHANGELOG.md
2023-02-27 10:28:53 +01:00
Fabian Affolter
51d6b4cc27 dbx: add changelog to meta 2023-02-27 10:12:58 +01:00
Fabian Affolter
1545ad57bd Merge pull request #218504 from fabaff/mqtt-benchmark
mqtt-benchmark: init at 0.2.0
2023-02-27 10:07:57 +01:00
R. Ryantm
ec666e514b uid_wrapper: 1.2.9 -> 1.3.0 2023-02-27 08:35:43 +00:00
R. Ryantm
f1698cbb38 texlab: 5.2.0 -> 5.3.0 2023-02-27 08:34:26 +00:00
Arjan Schrijver
081f28c0a0 ntfy-sh: 2.0.1 -> 2.1.0
Diff: https://github.com/binwiederhier/ntfy/compare/v2.0.1...v2.1.0
Release notes: https://docs.ntfy.sh/releases/#ntfy-server-v210
2023-02-27 09:30:15 +01:00
R. Ryantm
04aa417225 ombi: 4.22.5 -> 4.35.10 2023-02-27 08:28:01 +00:00
R. Ryantm
d2306aa5ec wireguard-go: 0.0.20220316 -> 0.0.20230223 2023-02-27 08:23:27 +00:00
Fabian Affolter
736c2dfa3e Merge pull request #218564 from r-ryantm/auto-update/python310Packages.ffmpeg-progress-yield
python310Packages.ffmpeg-progress-yield: 0.7.0 -> 0.7.1
2023-02-27 09:13:12 +01:00
Matthieu Coudron
75a2a4a389 Merge pull request #217706 from teto/add-haskell-tools
luaPackages: update
2023-02-27 09:08:34 +01:00
Philipp Middendorf
fca0501c76 crystfel: 0.10.1 → 0.10.2 2023-02-27 09:01:51 +01:00
Joel Koen
9f1539702d rich-cli: fix dependency versions 2023-02-27 17:32:47 +10:00
Fabian Affolter
308b07dd10 Merge pull request #218470 from r-ryantm/auto-update/python310Packages.django-cacheops
python310Packages.django-cacheops: 6.1 -> 6.2
2023-02-27 08:20:46 +01:00
Fabian Affolter
b5ec8cc6cc Merge pull request #218484 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 12.1.6 -> 12.2.0
2023-02-27 08:20:05 +01:00
Fabian Affolter
1561aff442 Merge pull request #218427 from fabaff/naabu-bump
naabu: 2.1.1 -> 2.1.2
2023-02-27 08:19:54 +01:00
Fabian Affolter
214aa12132 Merge pull request #218432 from fabaff/meshtastic-input
python310Packages.meshtastic: add setuptools
2023-02-27 08:19:43 +01:00
Fabian Affolter
35260272d4 python310Packages.ffmpeg-progress-yield: disable on unsupported Python releases 2023-02-27 08:19:23 +01:00
Fabian Affolter
89990aeae8 python310Packages.ffmpeg-progress-yield: add changelog to meta 2023-02-27 08:18:42 +01:00
Fabian Affolter
0ce70dca51 Merge pull request #218556 from r-ryantm/auto-update/python310Packages.google-cloud-pubsub
python310Packages.google-cloud-pubsub: 2.14.1 -> 2.15.0
2023-02-27 08:14:50 +01:00
Nick Cao
50302bbfc7 Merge pull request #218386 from dotlambda/txredisapi-python3
nixos/tests/txredisapi: stop using python38
2023-02-27 14:47:25 +08:00
Nick Cao
1fd7a2db04 Merge pull request #218358 from devusb/aws-sso-cli
aws-sso-cli: 1.9.6 -> 1.9.9
2023-02-27 14:46:53 +08:00
Nick Cao
0ca09e6912 Merge pull request #218371 from r-ryantm/auto-update/deno
deno: 1.30.3 -> 1.31.1
2023-02-27 14:45:13 +08:00
Nick Cao
b949bcb51f Merge pull request #218376 from r-ryantm/auto-update/go-mockery
go-mockery: 2.20.0 -> 2.20.2
2023-02-27 14:44:44 +08:00
Nick Cao
4531a21cdf Merge pull request #218380 from r-ryantm/auto-update/go-graft
go-graft: 0.2.17 -> 0.2.18
2023-02-27 14:44:32 +08:00
Nick Cao
4e330b4423 Merge pull request #218396 from r-ryantm/auto-update/ameba
ameba: 1.4.1 -> 1.4.2
2023-02-27 14:42:02 +08:00
Nick Cao
c251c88d0e Merge pull request #218402 from r-ryantm/auto-update/ddccontrol-db
ddccontrol-db: 20230124 -> 20230223
2023-02-27 14:41:02 +08:00
Nick Cao
503f8dd63e Merge pull request #218415 from r-ryantm/auto-update/helmsman
helmsman: 3.16.1 -> 3.16.4
2023-02-27 14:40:38 +08:00
Nick Cao
530f071a22 Merge pull request #218419 from r-ryantm/auto-update/avalanchego
avalanchego: 1.9.8 -> 1.9.9
2023-02-27 14:39:52 +08:00
Nick Cao
ac32d6b71c Merge pull request #218423 from chuangzhu/denaro
denaro: 2023.2.0 -> 2023.2.2
2023-02-27 14:39:22 +08:00
Nick Cao
7ba1503b40 Merge pull request #218426 from r-ryantm/auto-update/mark
mark: 8.7 -> 8.8
2023-02-27 14:38:58 +08:00
Nick Cao
ac76f404b6 Merge pull request #218497 from wrmilling/armcord-3.1.6
armcord: 3.1.4 -> 3.1.6
2023-02-27 14:36:56 +08:00
Nick Cao
891c733e28 Merge pull request #218476 from r-ryantm/auto-update/kube-bench
kube-bench: 0.6.11 -> 0.6.12
2023-02-27 14:35:38 +08:00
Nick Cao
729995f3bf Merge pull request #218486 from r-ryantm/auto-update/grpc-gateway
grpc-gateway: 2.15.0 -> 2.15.1
2023-02-27 14:34:03 +08:00
Nick Cao
a9e444fa01 Merge pull request #218511 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 111.0b3 -> 111.0b5
2023-02-27 14:32:14 +08:00
Nick Cao
616bf27579 Merge pull request #218498 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice
python310Packages.azure-mgmt-containerservice: 21.1.0 -> 21.2.0
2023-02-27 14:31:29 +08:00
Nick Cao
4f361b4653 Merge pull request #218510 from r-ryantm/auto-update/python310Packages.mne-python
python310Packages.mne-python: 1.3.0 -> 1.3.1
2023-02-27 14:29:36 +08:00
Nick Cao
2f64a7aa5a Merge pull request #218512 from figsoda/rnr
rnr: 0.4.1 -> 0.4.2
2023-02-27 14:29:13 +08:00
Nick Cao
c7314960e9 Merge pull request #218526 from SebTM/update/1password_8100_8101-19
Update/1password 8100 8101 19
2023-02-27 14:28:09 +08:00
Nick Cao
7d9cf60992 Merge pull request #218527 from fabaff/yalexs-ble-bump
python310Packages.yalexs-ble: 2.0.3 -> 2.0.4
2023-02-27 14:27:35 +08:00
Nick Cao
71a307b333 Merge pull request #218528 from fabaff/pyoverkiz-bump
python310Packages.pyoverkiz: 1.7.4 -> 1.7.6
2023-02-27 14:27:13 +08:00
Nick Cao
46d7460023 Merge pull request #218531 from SuperSandro2000/hplip-fix-link
hplip: fix patch download link
2023-02-27 14:26:42 +08:00
Nick Cao
d7f3275b25 Merge pull request #218532 from figsoda/boxxy
boxxy: 0.3.4 -> 0.3.5
2023-02-27 14:25:42 +08:00
Nick Cao
7874749481 Merge pull request #218563 from wozeparrot/zfxtop
zfxtop: init at 0.2.1
2023-02-27 14:24:15 +08:00
Nick Cao
93a2768b54 Merge pull request #218562 from ryantm/rm-2-26-mmdoc
mmdoc: 0.13.0 -> 0.14.0; fix darwin build
2023-02-27 14:23:31 +08:00
Nick Cao
0a5d94b18b Merge pull request #218559 from r-ryantm/auto-update/commitizen
commitizen: 2.42.0 -> 2.42.1
2023-02-27 14:22:48 +08:00
Nick Cao
bf9859be27 Merge pull request #218555 from r-ryantm/auto-update/python310Packages.atlassian-python-api
python310Packages.atlassian-python-api: 3.33.0 -> 3.34.0
2023-02-27 14:22:05 +08:00
Nick Cao
ee9afead16 Merge pull request #218550 from r-ryantm/auto-update/datree
datree: 1.8.24 -> 1.8.27
2023-02-27 14:21:05 +08:00
Nick Cao
c5a2a8cf1c Merge pull request #218535 from wahjava/update-flyctl
flyctl: 0.465 -> 0.470
2023-02-27 14:18:36 +08:00
zowoq
95806059e1 sqlite: 3.40.1 -> 3.41.0
Changelog: https://www.sqlite.org/releaselog/3_41_0.html
2023-02-27 16:14:54 +10:00
github-actions[bot]
765fff9297 terraform-providers.lxd: 1.9.0 → 1.9.1 2023-02-27 16:14:25 +10:00
R. Ryantm
b958bc9bdb python310Packages.ffmpeg-progress-yield: 0.7.0 -> 0.7.1 2023-02-27 06:07:13 +00:00
github-actions[bot]
288c9d7892 Merge staging-next into staging 2023-02-27 06:01:44 +00:00
github-actions[bot]
883a16c862 Merge master into staging-next 2023-02-27 06:01:12 +00:00
Robert Schütz
542eb0d8d0 Merge pull request #218529 from fabaff/caldav-bump
python310Packages.caldav: 1.1.3 -> 1.2.0
2023-02-26 21:48:21 -08:00
Woze Parrot
924cc0331c zfxtop: init at 0.2.1 2023-02-27 00:47:46 -05:00
Ryan Mulligan
496cb1e30f mmdoc: 0.13.0 -> 0.14.0; fix darwin build 2023-02-26 21:38:55 -08:00
Justin Bedő
6d7093e9eb python310Packages.cnvkit: 0.9.9 -> 0.9.10 2023-02-27 05:18:40 +00:00
R. Ryantm
78eda5168c commitizen: 2.42.0 -> 2.42.1 2023-02-27 05:16:58 +00:00
Vincent Laporte
f44d0c895a framac: 25.0 (Manganese) → 26.1 (Iron) 2023-02-27 06:11:21 +01:00
R. Ryantm
59a2869c5e python310Packages.dkimpy: 1.0.5 -> 1.1.0 2023-02-27 05:08:59 +00:00
R. Ryantm
616b846634 python310Packages.google-cloud-pubsub: 2.14.1 -> 2.15.0 2023-02-27 04:35:28 +00:00
R. Ryantm
f66033d290 python310Packages.atlassian-python-api: 3.33.0 -> 3.34.0 2023-02-27 04:20:53 +00:00
R. Ryantm
eb30f33d0a wtfis: 0.5.1 -> 0.6.1 2023-02-27 03:44:06 +00:00
figsoda
3f19c04354 Merge pull request #218517 from fabaff/go-dork
go-dork: init at 1.0.2
2023-02-26 22:34:50 -05:00
Dacio Romero
17c8670473 psst: add wmclass to desktop file 2023-02-27 11:09:22 +08:00
R. Ryantm
266609b0e2 arkade: 0.8.62 -> 0.9.0 2023-02-27 03:01:34 +00:00
figsoda
8ac6786526 Merge pull request #218542 from r-ryantm/auto-update/trivy
trivy: 0.37.2 -> 0.37.3
2023-02-26 21:53:36 -05:00
R. Ryantm
841c416f0a datree: 1.8.24 -> 1.8.27 2023-02-27 02:53:25 +00:00
figsoda
a4dd572de1 Merge pull request #218539 from r-ryantm/auto-update/ticker
ticker: 4.5.5 -> 4.5.6
2023-02-26 21:30:08 -05:00
Martin Weinelt
4323150c5c update-python-libraries: Improve code quality
- Prune unused imports
- Collect imports at the top
- Removed unused exception assignments
- Fill bare except clause with
- Expand overly long check_output lines
2023-02-27 02:21:07 +00:00
Martin Weinelt
0d09b95ad1 doc/python: Explain opt-out out of bulk updates 2023-02-27 02:21:07 +00:00
Martin Weinelt
c4ee7b8f62 update-python-libraries: Make the hash replacement more robust
Retrieve the current package hash and use it for a more precise match,
which allows us to update a derivation in situation where multiple
hashes are present.
2023-02-27 02:21:07 +00:00
Martin Weinelt
4ba1db9876 update-python-libraries: Allow packages to deny bulk updates
By settings `passthru.skipBulkUpdate = true` in a python package, it
will be excluded from bulk update runs.

This is useful in case of fragile packages, that require special
attention during updates.
2023-02-27 02:21:07 +00:00
Martin Weinelt
706cae6532 update-python-libraries: Add support for fetchgit
Previously when packages that required the git fetcher were updated, we
would wrongly rely on `nix-prefetch-url`, which would reliable break the
hash.

Instead we need to use `nix-prefetch-git` to determine the proper hash,
when the relevant attributes are present.
2023-02-27 02:21:07 +00:00
R. Ryantm
6d71c7c3e2 python310Packages.datasets: 2.9.0 -> 2.10.0 2023-02-27 01:52:58 +00:00
adisbladis
5d447a9e70 Merge pull request #218002 from wildsebastian/emacs-fix-emacsql
emacs.pkgs.melpaStablepackages.emacsql: Add sqlite as dependency
2023-02-27 14:20:46 +13:00
adisbladis
c004f7fb1c Merge pull request #218464 from r-ryantm/auto-update/sqlc
sqlc: 1.17.0 -> 1.17.2
2023-02-27 14:19:40 +13:00
Mika Tammi
3da83ed15a weston: fix cross-compilation
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-02-27 03:13:39 +02:00
R. Ryantm
01c57a994a trivy: 0.37.2 -> 0.37.3 2023-02-27 01:11:19 +00:00
Mika Tammi
69da0d24d9 colord: fix cross-compilation
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-02-27 03:09:28 +02:00
schnusch
bbc988ba00 nixos/matrix-synapse: fix .well-known delegation of federated traffic
Synapse is reverse-proxied on ${fqdn} not ${config.networking.domain} and
the .well-known delegation info must point to the domain on which synapse
is hosted, see https://matrix-org.github.io/synapse/latest/delegate.html
2023-02-27 02:02:35 +01:00
Naïm Favier
f4c041be3e python3Packages.textual: 0.10.1 -> 0.11.1 2023-02-27 00:53:34 +00:00
Naïm Favier
92004c8d61 python3Packages.markdown-it-py: 2.1.0 -> 2.2.0
https://github.com/executablebooks/markdown-it-py/releases/tag/v2.2.0
2023-02-27 00:53:34 +00:00
Naïm Favier
2d2bf00961 python3Packages.pandas: break dependency cycle with hypothesis docs
hypothesis → sphinx-autocodelink → ipython → stack-data → executing →
rich → markdown-it-py → pytest-regressions → pandas
2023-02-27 00:53:34 +00:00
Sandro Jäckel
4ef98e7200 python310Packages.rich: 13.0.0 -> 13.3.0
Fixes pygments compatibility
https://github.com/Textualize/rich/blob/HEAD/CHANGELOG.md
2023-02-27 00:53:34 +00:00
Naïm Favier
a9a46e5770 sphinx: disable tests that fail with pygments 2.14
965768bfda
2023-02-27 00:53:34 +00:00
Naïm Favier
c80fd6659e python3Packages.pygments: 2.13.0 -> 2.14.0
https://github.com/pygments/pygments/releases/tag/2.14.0
2023-02-27 00:53:34 +00:00
R. Ryantm
625157f81d urbit: 1.20 -> 1.21 2023-02-27 00:53:20 +00:00
Robert Scott
9157b0d978 Merge pull request #218207 from LeSuisse/mruby-3.2.0
mruby: 3.1.0 -> 3.2.0
2023-02-27 00:52:29 +00:00
Matthieu Coudron
62c632241b luaPackages: update
pinned lpeglabel else build failed
2023-02-27 01:38:45 +01:00
Stanisław Pitucha
52b011fa01 Merge pull request #218150 from marsam/update-rbspy
rbspy: 0.15.0 -> 0.16.0
2023-02-27 11:37:32 +11:00
Gaetan Lepage
4af3342a93 speedtest-rs: init at 0.1.4 2023-02-27 01:24:29 +01:00
R. Ryantm
0ace7d6a8f ticker: 4.5.5 -> 4.5.6 2023-02-27 00:24:06 +00:00
R. Ryantm
3dbe3e3507 pv-migrate: 1.0.1 -> 1.1.0 2023-02-27 00:22:24 +00:00
github-actions[bot]
df97b4d4b1 Merge master into haskell-updates 2023-02-27 00:13:53 +00:00
Ashish SHUKLA
9c421e5934 flyctl: 0.465 -> 0.470 2023-02-27 05:39:17 +05:30
Sandro Jäckel
017522f61a nextcloud{24,25}Packages: update 2023-02-27 01:06:50 +01:00
github-actions[bot]
c1ec54ba0f Merge staging-next into staging 2023-02-27 00:03:03 +00:00
github-actions[bot]
2e9c9b49df Merge master into staging-next 2023-02-27 00:02:31 +00:00
Sandro Jäckel
fb7c2cdb51 hplip: fix patch download link 2023-02-27 00:56:34 +01:00
figsoda
6a4a039425 boxxy: 0.3.4 -> 0.3.5
Diff: https://github.com/queer/boxxy/compare/v0.3.4...v0.3.5
2023-02-26 18:55:17 -05:00
Sandro
ee90de5543 Merge pull request #215682 from candyc1oud/autocorrect 2023-02-27 00:49:46 +01:00
Sebastian Sellmeier
86961ce993 _1password-gui: stable 8.9.14 -> 8.10.0, beta 8.10.0-20 -> 8.10.1-19 2023-02-27 00:47:17 +01:00
Martin Weinelt
6e78ac9785 Merge pull request #217558 from winterqt/pypy3-fix-site-packages
pypy3{8,9}: fix sitePackages
2023-02-26 23:39:27 +00:00
Sandro
582a3fdb1e Merge pull request #217458 from wineee/deepin-desktop-schemas 2023-02-27 00:38:56 +01:00
Sandro
ba118b7ecd Merge pull request #217789 from wineee/deepin-core 2023-02-27 00:38:28 +01:00
Fabian Affolter
79aed27012 python310Packages.caldav: disable on unsupported Python releases 2023-02-27 00:38:10 +01:00
Fabian Affolter
58d79831bf python310Packages.caldav: add changelog to meta 2023-02-27 00:36:47 +01:00
Fabian Affolter
2d6461ed31 python310Packages.caldav: 1.1.3 -> 1.2.0
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.1.3...v1.2.0
2023-02-27 00:31:51 +01:00
Fabian Affolter
00dd8da110 python310Packages.yalexs-ble: 2.0.3 -> 2.0.4
Diff: https://github.com/bdraco/yalexs-ble/compare/refs/tags/v2.0.3...v2.0.4

Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.0.4/CHANGELOG.md
2023-02-27 00:30:58 +01:00
Fabian Affolter
526fa7eefb python310Packages.pyoverkiz: 1.7.4 -> 1.7.6
Diff: https://github.com/iMicknl/python-overkiz-api/compare/refs/tags/v1.7.4...v1.7.6

Changelog: https://github.com/iMicknl/python-overkiz-api/releases/tag/v1.7.6
2023-02-27 00:30:17 +01:00
Martin Weinelt
2a1538d398 Merge pull request #217970 from dotlambda/readchar-darwin
python310Packages.readchar: run tests on Darwin
2023-02-26 23:29:02 +00:00
Sandro
9fddbfb11c Merge pull request #217738 from andersk/openafs-kernel-6.2 2023-02-27 00:25:55 +01:00
Benjamin Hipple
afa7507574 Merge pull request #218514 from r-ryantm/auto-update/python310Packages.plaid-python
python310Packages.plaid-python: 11.5.0 -> 11.6.0
2023-02-26 18:12:44 -05:00
Adam Joseph
7e0e052817 baresip: enableParallelBuilding=true 2023-02-26 15:06:08 -08:00
Adam Joseph
141b35de2d libre: enableParallelBuilding=true 2023-02-26 15:04:27 -08:00
Adam Joseph
bc8ef8049b librem: enableParallelBuilding=true 2023-02-26 15:03:31 -08:00
R. Ryantm
b4efe4c1d6 furnace: 0.6pre3 -> 0.6pre4-hotfix 2023-02-26 23:03:00 +00:00
Fabian Affolter
56e5d60a24 go-dork: init at 1.0.2 2023-02-26 23:55:12 +01:00
Matthieu Coudron
426ebe81e2 luarocks-nix: unstable-2022-10-12 -> unstable-2023-02-26
generates slightly better derivations
2023-02-26 23:33:35 +01:00
Weijia Wang
a4c8109f60 Merge pull request #218325 from r-ryantm/auto-update/wtf
wtf: 0.42.0 -> 0.43.0
2023-02-27 00:28:05 +02:00
R. Ryantm
99beb76ded python310Packages.gsd: 2.7.0 -> 2.8.0 2023-02-26 22:25:02 +00:00
R. Ryantm
8d8c53c689 python310Packages.deal: 4.23.7 -> 4.24.0 2023-02-26 22:06:40 +00:00
github-actions[bot]
405409fce7 Merge staging-next into staging 2023-02-26 22:01:26 +00:00
github-actions[bot]
54767589c7 Merge master into staging-next 2023-02-26 22:00:52 +00:00
R. Ryantm
6fda5c9544 python310Packages.plaid-python: 11.5.0 -> 11.6.0 2023-02-26 21:59:58 +00:00
figsoda
cf68961533 rnr: 0.4.1 -> 0.4.2
Diff: https://github.com/ismaelgv/rnr/compare/v0.4.1...v0.4.2

Changelog: https://github.com/ismaelgv/rnr/blob/v0.4.2/CHANGELOG.md
2023-02-26 16:57:44 -05:00
Sergei Trofimovich
e7e072d05a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
2023-02-26 21:53:22 +00:00
R. Ryantm
bf16d007b8 firefox-devedition-bin-unwrapped: 111.0b3 -> 111.0b5 2023-02-26 21:39:14 +00:00
R. Ryantm
2d597fccc1 python310Packages.mne-python: 1.3.0 -> 1.3.1 2023-02-26 21:35:55 +00:00
Sandro
203e1cb499 Merge pull request #216661 from GGwpAiushtha/catppuccin-kvantum 2023-02-26 22:35:50 +01:00
Sandro
c9fa9b5503 Merge pull request #215347 from michaelgrahamevans/shipments 2023-02-26 22:34:00 +01:00
Weijia Wang
f05b5d4054 stdenv: aarch64-linux: gcc9 -> gcc12
Hydra job building them: https://hydra.nixos.org/build/208909151

The bootstrap files can be reproduced on the commit 21ec906463, e.g. by:
  cat $(nix-build pkgs/top-level/release.nix -QA stdenvBootstrapTools.aarch64-linux.dist)/nix-support/hydra-build-products
    file tarball /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
    file busybox /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/busybox
and the hashes as well:
  nix hash file /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
    sha256-aJvtsWeuQHbb14BGZ2EiOKzjQn46h3x3duuPEawG0eE=
  nix hash path /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/busybox
    sha256-0MuIeQlBUaeisqoFSu8y+8oB6K4ZG5Lhq8RcS9JqkFQ=

You can check this on any machine, as the builds are on cache.nixos.org
but also you can reproduce the hashes when rebuilt on aarch64-linux HW.
2023-02-26 23:26:30 +02:00
figsoda
43505abad4 Merge pull request #218374 from figsoda/cross
cargo-cross: 0.2.4 -> 0.2.5
2023-02-26 16:24:42 -05:00
figsoda
a31781d9df Merge pull request #218501 from fabaff/shellclear
shellclear: init at 0.4.8
2023-02-26 16:24:10 -05:00
R. Ryantm
da79c1937d python310Packages.zigpy: 0.53.1 -> 0.53.2 2023-02-26 21:12:32 +00:00
Azat Bahawi
05949694d7 Merge pull request #218369 from wozeparrot/update-seaweedfs
seaweedfs: 3.42 -> 3.43
2023-02-27 00:06:13 +03:00
Azat Bahawi
eca68afe22 Merge pull request #217698 from dsymbol/master
gossa: init at 0.2.2
2023-02-27 00:04:03 +03:00
Artturin
e9f7a65db8 perlPackages.AlienLibxml2: enable strictDeps
when pkg-config is available AlienBuild uses it(PkgConfig::CommandLine) instead of -config
scripts

build logs compared and output diffed

perlPackages.XMLLibXML builds and buildlog compared
2023-02-26 23:03:56 +02:00
Fabian Affolter
0137d7803f mqtt-benchmark: init at 0.2.0 2023-02-26 22:02:54 +01:00
R. Ryantm
eefba3de1d rocblas: 5.4.2 -> 5.4.3 2023-02-26 20:39:50 +00:00
Fabian Affolter
c1f473901e shellclear: init at 0.4.8 2023-02-26 21:36:56 +01:00
superherointj
9499706a63 Merge pull request #218495 from thiagokokada/bump-pinta
pinta: 2.1 -> 2.1.1
2023-02-26 17:34:01 -03:00
Alyssa Ross
2bfa93e01c treewide: python{ => .pythonForBuild}.interpreter
It won't be enough to fix cross in all cases, but it is in at least
one: pywayland.  I've only made the change in cases I'm confident it's
correct, as it would be wrong to change this when python.interpreter
is used in wrappers, and possibly when it's used for running tests.
2023-02-26 20:26:17 +00:00
Weijia Wang
c538c2a720 Merge pull request #218147 from r-ryantm/auto-update/lxi-tools
lxi-tools: 2.4 -> 2.5
2023-02-26 22:19:50 +02:00
Artturin
5d56b258b6 liblouis: enable strictDpes 2023-02-26 22:14:37 +02:00
Weijia Wang
a0521c92c0 lighthouse: fix build on aarch64-darwin 2023-02-26 22:13:40 +02:00
R. Ryantm
8c693ec9ac python310Packages.azure-mgmt-containerservice: 21.1.0 -> 21.2.0 2023-02-26 20:06:26 +00:00
Winston R. Milling
2e8740b3a9 armcord: 3.1.4 -> 3.1.6
Updating to latest release: https://github.com/ArmCord/ArmCord/releases/tag/v3.1.6
2023-02-26 13:57:50 -06:00
Michele Guerini Rocco
5acf6808ca Merge pull request #218493 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.215 -> 1.217
2023-02-26 20:55:11 +01:00
sternenseemann
80cff3a5b2 Merge remote-tracking branch 'origin/master' into haskell-updates 2023-02-26 20:45:50 +01:00
lvitaly
76a4e078ba coursier: 2.1.0-M7 -> 2.1.0-RC6 2023-02-26 21:44:50 +02:00
Guillaume Girol
5850a111ba Merge pull request #216724 from fabaff/sqlalchemy-continuum-fix
python310Packages.sqlalchemy-continuum: disable failing test
2023-02-26 19:42:18 +00:00
Thiago Kenji Okada
6ff5d1fa84 pinta: 2.1 -> 2.1.1 2023-02-26 19:36:17 +00:00
Benjamin Hipple
b93e6140cf Merge pull request #218479 from r-ryantm/auto-update/vals
vals: 0.21.0 -> 0.22.0
2023-02-26 14:31:34 -05:00
Robert Hensing
acb76e827a Merge pull request #218474 from hercules-ci/fix-issue-214229
Fix `nixops_unstable` build, #214229
2023-02-26 20:16:58 +01:00
R. Ryantm
8f750cbbfd bdf2psf: 1.215 -> 1.217 2023-02-26 19:15:09 +00:00
Fabian Affolter
9eb255c553 python310Packages.cnvkit: disable on unsupported Python releases 2023-02-26 20:12:24 +01:00
Fabian Affolter
f780ed4c68 python310Packages.cnvkit: normalize pname 2023-02-26 20:11:03 +01:00
Fabian Affolter
b1fea486af python310Packages.cnvkit: add changelog to meta 2023-02-26 20:09:21 +01:00
R. Ryantm
ce7409ca56 tpm2-tools: 5.4 -> 5.5 2023-02-26 19:04:22 +00:00
Fabian Affolter
cbe45180d1 python310Packages.django-cacheops: disabled on unsupported Python releases 2023-02-26 20:02:40 +01:00
P. R. d. O
af995c1288 cloudflare-warp: 2022.8.936 -> 2023.1.133, add Cloudflare Zero Trust enrollment desktop file 2023-02-26 13:00:33 -06:00
Fabian Affolter
8af02a1997 python310Packages.django-cacheops: add changelog to meta 2023-02-26 20:00:22 +01:00
R. Ryantm
91a05709b6 grpc-gateway: 2.15.0 -> 2.15.1 2023-02-26 18:56:37 +00:00
Jörg Thalheim
9c2d391f0d Merge pull request #218436 from mweinelt/pypy-use-hash
pypy: Use hash everywhere
2023-02-26 19:46:14 +01:00
Jörg Thalheim
6fe8d82c45 Merge pull request #218454 from hercules-ci/update.nix-comment
maintainers/scripts/update.nix: Add comment, remove TODO
2023-02-26 19:45:36 +01:00
Bernardo Meurer
2fb08b7017 Merge pull request #218363 from figsoda/mdbook-graphviz 2023-02-26 18:41:18 +00:00
Jörg Thalheim
7095600dc0 Merge pull request #218430 from flokli/evans-0.10.10
evans: 0.10.9 -> 0.10.10
2023-02-26 19:40:53 +01:00
Mats
c9793345dd jellyfin-mpv-shim: 2.4.2 -> 2.5.0 2023-02-26 19:34:43 +01:00
Mats
0364037265 python3Packages.python-mpv-jsonipc: 1.1.14 -> 1.2.0 2023-02-26 19:34:28 +01:00
Robert Hensing
b2b2297b14 nixops_unstable: bump dependencies
Using libvirtd-python: 8.10 -> 9.0
2023-02-26 19:30:15 +01:00
Fabian Affolter
8342c954d1 python310Packages.peaqevcore: 12.1.6 -> 12.2.0 2023-02-26 19:22:44 +01:00
Fabian Affolter
6ef0c6ab9b kube-bench: update fetcher 2023-02-26 19:19:05 +01:00
Robert Schütz
9e1d4dff3e nixos/openvpn: use writeShellScript
Previously the upScript would fail with

    Syntax error: "(" unexpected (expecting "done")

on line 7 if /bin/sh is not bash.
2023-02-26 10:12:28 -08:00
Robert Schütz
e11c967d8f python310Packages.readchar: run tests on Darwin 2023-02-26 10:11:14 -08:00
github-actions[bot]
549daacfcf Merge master into staging-next 2023-02-26 18:01:29 +00:00
Martin Weinelt
2700684d64 Merge pull request #211304 from dotlambda/aspectlib-init
python310Packages.python-olm: run tests
2023-02-26 17:46:00 +00:00
R. Ryantm
1db54d6b36 vals: 0.21.0 -> 0.22.0 2023-02-26 17:28:08 +00:00
Weijia Wang
afdcf78bf9 Merge pull request #218158 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.7.2 -> 3.8.0
2023-02-26 19:25:45 +02:00
Weijia Wang
9c466e7c1d Merge pull request #218151 from r-ryantm/auto-update/refurb
refurb: 1.12.0 -> 1.13.0
2023-02-26 19:24:24 +02:00
R. Ryantm
bf935617bf kube-bench: 0.6.11 -> 0.6.12 2023-02-26 17:23:52 +00:00
Mario Rodas
2be6da9a6a Merge pull request #218438 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 23.1.0 -> 23.1.2
2023-02-26 12:18:34 -05:00
Weijia Wang
cb50fa30b4 Merge pull request #218188 from r-ryantm/auto-update/fluidd
fluidd: 1.23.1 -> 1.23.2
2023-02-26 19:18:03 +02:00
R. Ryantm
0ec0b1ad0d treesheets: unstable-2023-02-14 -> unstable-2023-02-25 2023-02-26 17:11:57 +00:00
R. Ryantm
a451a7634d vassal: 3.6.11 -> 3.6.12 2023-02-26 17:08:36 +00:00
Mario Rodas
0a41eae0bd Merge pull request #218463 from figsoda/cargo-zigbuild
cargo-zigbuild: 0.16.1 -> 0.16.2
2023-02-26 11:57:58 -05:00
Mario Rodas
e2e7144cdb Merge pull request #218390 from marsam/update-1password
_1password: 2.13.1 -> 2.14.0
2023-02-26 11:57:30 -05:00
Mario Rodas
8ffbe72c00 Merge pull request #218397 from r-ryantm/auto-update/fastly
fastly: 6.0.6 -> 7.0.0
2023-02-26 11:54:51 -05:00
Mario Rodas
77d1306469 Merge pull request #218405 from r-ryantm/auto-update/bun
bun: 0.5.6 -> 0.5.7
2023-02-26 11:53:43 -05:00
Weijia Wang
4e42194948 Merge pull request #218298 from r-ryantm/auto-update/glooctl
glooctl: 1.13.7 -> 1.13.8
2023-02-26 18:53:16 +02:00
Mario Rodas
4c0b5fc56c Merge pull request #218446 from fabaff/sunweg-bump
python310Packages.sunweg: 0.0.8 -> 0.0.11
2023-02-26 11:52:34 -05:00
Mario Rodas
45e100483b Merge pull request #218439 from r-ryantm/auto-update/espeak-ng
espeak-ng: 1.51 -> 1.51.1
2023-02-26 11:51:45 -05:00
Weijia Wang
543e25f0a7 Merge pull request #218314 from r-ryantm/auto-update/cariddi
cariddi: 1.2.1 -> 1.3.0
2023-02-26 18:45:12 +02:00
iko
e9c3f417dd ubports-click: init at 22-02-2023 2023-02-26 19:44:37 +03:00
Weijia Wang
7285cddd05 Merge pull request #218271 from r-ryantm/auto-update/toot
toot: 0.34.0 -> 0.34.1
2023-02-26 18:43:44 +02:00
Fabian Affolter
799d5b5bbe Merge pull request #218461 from r-ryantm/auto-update/terragrunt
terragrunt: 0.43.2 -> 0.44.0
2023-02-26 17:43:25 +01:00
Weijia Wang
b390b634c4 Merge pull request #218384 from r-ryantm/auto-update/neuron-full
neuron-full: 8.2.1 -> 8.2.2
2023-02-26 18:42:25 +02:00
Weijia Wang
331002359b Merge pull request #218303 from r-ryantm/auto-update/wangle
wangle: 2023.02.13.00 -> 2023.02.20.00
2023-02-26 18:41:23 +02:00
Weijia Wang
c15519d5cf Merge pull request #218164 from r-ryantm/auto-update/fbthrift
fbthrift: 2023.01.30.00 -> 2023.02.20.00
2023-02-26 18:41:01 +02:00
Weijia Wang
f03ad2799c Merge pull request #218225 from r-ryantm/auto-update/coreth
coreth: 0.11.6 -> 0.11.7
2023-02-26 18:38:40 +02:00
Weijia Wang
8b2aa9bef5 Merge pull request #218247 from r-ryantm/auto-update/erlang-ls
erlang-ls: 0.46.1 -> 0.46.2
2023-02-26 18:38:13 +02:00
R. Ryantm
da3ecb18d8 python310Packages.django-cacheops: 6.1 -> 6.2 2023-02-26 16:37:25 +00:00
Weijia Wang
d2ce6ace1a Merge pull request #218124 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.5.0 -> 4.5.1
2023-02-26 18:36:14 +02:00
Robert Schütz
26125d9fd6 python310Packages.python-olm: run tests 2023-02-26 08:35:27 -08:00
Vladimír Čunát
e5fb0c0c72 Merge #217380: curl: 7.88.0 -> 7.88.1
...into staging
2023-02-26 17:30:44 +01:00
R. Ryantm
eec6c7a41c linkerd_edge: 23.2.2 -> 23.2.3 2023-02-26 16:27:52 +00:00
Vladimír Čunát
69d33860f6 Merge #217832: mesa: 22.3.5 -> 22.3.6
...into staging
2023-02-26 17:27:32 +01:00
Robert Schütz
ef77617bc0 python310Packages.aspectlib: init at 2.0.0 2023-02-26 08:25:01 -08:00
Izorkin
7b2d32770b nghttp3: 0.8.0 -> 0.9.0 2023-02-26 19:22:51 +03:00
R. Ryantm
a34f8ec2fe sqlc: 1.17.0 -> 1.17.2 2023-02-26 16:06:33 +00:00
R. Ryantm
c284e1d27e terragrunt: 0.43.2 -> 0.44.0 2023-02-26 15:51:21 +00:00
R. Ryantm
4462237366 polkadot: 0.9.37 -> 0.9.38 2023-02-26 15:46:49 +00:00
Fabian Affolter
74ad6d1a25 Merge pull request #218453 from r-ryantm/auto-update/python310Packages.types-tabulate
python310Packages.types-tabulate: 0.9.0.0 -> 0.9.0.1
2023-02-26 16:38:44 +01:00
figsoda
91d944fa76 cargo-zigbuild: 0.16.1 -> 0.16.2
Diff: https://github.com/messense/cargo-zigbuild/compare/v0.16.1...v0.16.2

Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.16.2
2023-02-26 10:19:27 -05:00
R. Ryantm
ce1b8a7055 wrangler_1: 1.20.0 -> 1.21.0 2023-02-26 15:18:40 +00:00
R. Ryantm
0dc54aaeb3 python310Packages.cnvkit: 0.9.9 -> 0.9.10 2023-02-26 15:08:59 +00:00
figsoda
bb92827c04 Merge pull request #218378 from figsoda/thumbs
thumbs: move cargoPatches to patches
2023-02-26 10:07:19 -05:00
Robert Hensing
d1aa2475eb maintainers/scripts/update.nix: Add comment, remove TODO 2023-02-26 16:01:20 +01:00
R. Ryantm
cda32ff05c python310Packages.types-tabulate: 0.9.0.0 -> 0.9.0.1 2023-02-26 15:01:15 +00:00
Thiago Kenji Okada
3abe01e086 Merge pull request #218440 from PedroHLC/zen-kernels-6.2.1
zen-kernels: 6.2 -> 6.2.1
2023-02-26 14:42:10 +00:00
Fabian Affolter
da5d2b239f Merge pull request #218338 from r-ryantm/auto-update/quark-engine
quark-engine: 22.12.1 -> 23.2.1
2023-02-26 15:37:31 +01:00
Mario Rodas
a84db31928 Merge pull request #218428 from r-ryantm/auto-update/python310Packages.ptpython
python310Packages.ptpython: 3.0.22 -> 3.0.23
2023-02-26 09:31:49 -05:00
Mario Rodas
935a7004c0 Merge pull request #218434 from firefly-cpp/toml-adapt-0211
python310Packages.toml-adapt: 0.2.10 -> 0.2.11
2023-02-26 09:30:02 -05:00
Mario Rodas
a3c9adedb5 Merge pull request #218448 from fabaff/types-requests-bump
python310Packages.types-requests: 2.28.11.14 -> 2.28.11.15
2023-02-26 09:29:00 -05:00
Mario Rodas
807fb4102e Merge pull request #218444 from fabaff/types-urllib3-bump
python310Packages.types-urllib3: 1.26.25.7 -> 1.26.25.8
2023-02-26 09:28:40 -05:00
Fabian Affolter
9275334b20 bomber-go: add changelog to meta 2023-02-26 22:27:54 +08:00
Mario Rodas
4ba3568d5b Merge pull request #218409 from kilianar/starship-1.13.1
starship: 1.13.0 -> 1.13.1
2023-02-26 09:27:40 -05:00
Fabian Affolter
3fcdb6167a cariddi: add changelog to meta 2023-02-26 15:27:05 +01:00
kilianar
6b745f41f5 vscode-extensions.james-yu.latex-workshop: 9.5.0 -> 9.7.0
https://github.com/James-Yu/LaTeX-Workshop/releases/tag/v9.7.0
2023-02-26 22:25:36 +08:00
Fabian Affolter
e67c23d734 Merge pull request #218431 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery
python310Packages.google-cloud-bigquery: 3.5.0 -> 3.6.0
2023-02-26 15:25:05 +01:00
Ivan Bastrakov
df25c7e1a2 catppuccin-kvantum: init at unstable-2022-07-04 2023-02-26 16:46:58 +03:00
Fabian Affolter
0c0aa7785b python310Packages.types-urllib3: 1.26.25.7 -> 1.26.25.8 2023-02-26 14:43:31 +01:00
Fabian Affolter
3f2f01f17f python310Packages.types-requests: 2.28.11.14 -> 2.28.11.15 2023-02-26 14:42:06 +01:00
Alyssa Ross
1e26d33371 clang_15: add nostdlibinc flag
Port of 44165d3657 ("llvmPackages_{14, git}.clang: add nostdlibinc flag")
to Clang 15.  It was originally thought this wasn't needed[1], but it is,
to fix expressions like the following:

	with import ./. {};

	llvmPackages_15.libcxxStdenv.mkDerivation {
	  name = "libcxx-stdenv-c++-test";

	  dontUnpack = true;

	  input = ''
	    #include <cstdlib>

	    int main() {
	        std::abort();
	        return 0;
	    }
	  '';
	  passAsFile = [ "input" ];

	  installPhase = ''
	    $CXX -c -o $out -x c++ $inputPath
	   '';
	}

[1]: https://github.com/NixOS/nixpkgs/pull/194634#issue-1398202534
2023-02-26 13:40:24 +00:00
Alyssa Ross
eb2eafd2af clang_13,clang_14,clang_git: deduplicate patch
The same patch applies to all Clang versions using it.
2023-02-26 13:40:24 +00:00
Fabian Affolter
e7f312679b python310Packages.sunweg: 0.0.8 -> 0.0.11
Diff: https://github.com/rokam/sunweg/compare/refs/tags/0.0.8...0.0.11

Changelog: https://github.com/rokam/sunweg/releases/tag/0.0.11
2023-02-26 14:40:07 +01:00
PedroHLC ☭
2a251817f4 swaynotificationcenter: 0.7.3 -> 0.8.0
Bumps to new version, including thsese changes:
- Includes new deps: libgee and libpulseaudio;
- Adds meta.changelog;
- Release changelog: https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.8.0
- Full changelog: https://github.com/ErikReider/SwayNotificationCenter/compare/v0.7.3...v0.8.0
2023-02-26 10:37:30 -03:00
PedroHLC ☭
862f6a0999 linuxKernel.kernels.linux_lqx: 6.1.13-lqx1 -> 6.1.13-lqx2 2023-02-26 10:23:09 -03:00
Fabian Affolter
27854c0cfd quark-engine: remove postPatch section 2023-02-26 14:22:17 +01:00
PedroHLC ☭
1c259f0660 linuxKernel.kernels.linux_zen: 6.2-zen1 -> 6.2.1-zen1 2023-02-26 10:18:59 -03:00
Martin Weinelt
2af27d6143 pypy: Use hash everywhere
Fixes the build after cpython switched to hash.
2023-02-26 13:11:30 +00:00
K900
82964d1694 nixos/x11: default to the modesetting driver
The upstream drivers are very dead:
- nouveau:
   - https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/-/commits/master
   - last meaningful change in August 2020
- ati (aka radeon):
   - https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/commits/master
   - last meaningful change in April 2020
- amdgpu:
   - https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/commits/master
   - barely alive, mostly thanks to Valve people

Modesetting isn't even the future, it's the now, especially with Wayland.
We should embrace it.
2023-02-26 16:11:13 +03:00
Fabian Affolter
94d78e46ed Merge pull request #218027 from fabaff/boofuzz-fix
boofuzz: disable failing test
2023-02-26 14:07:25 +01:00
Aaron Andersen
d8c0a9204a Merge pull request #217834 from yaxitech/gh-runner-workdir-clean
nixos/github-runners: clean `workDir` as root
2023-02-26 08:05:05 -05:00
firefly-cpp
3913bf1930 python310Packages.toml-adapt: 0.2.10 -> 0.2.11 2023-02-26 14:04:36 +01:00
Fabian Affolter
fec6db1daf Merge pull request #218377 from marsam/update-pydata-sphinx-theme
python310Packages.pydata-sphinx-theme: 0.13.0rc4 -> 0.13.0rc6
2023-02-26 14:02:37 +01:00
Fabian Affolter
a5fa602ea8 Merge pull request #218411 from r-ryantm/auto-update/python310Packages.criticality-score
python310Packages.criticality-score: 1.0.7 -> 1.0.8
2023-02-26 13:55:40 +01:00
Fabian Affolter
a8f787e11a Merge pull request #218391 from r-ryantm/auto-update/python310Packages.django-cleanup
python310Packages.django-cleanup: 6.0.0 -> 7.0.0
2023-02-26 13:54:41 +01:00
Fabian Affolter
c1c5728884 Merge pull request #218412 from r-ryantm/auto-update/python310Packages.west
python310Packages.west: 0.14.0 -> 1.0.0
2023-02-26 13:54:07 +01:00
Fabian Affolter
79cd76390c python310Packages.meshtastic: add setuptools
The CLI tools fail otherwise with
ModuleNotFoundError: No module named 'pkg_resources'
2023-02-26 13:49:42 +01:00
R. Ryantm
a6c4e3eba6 espeak-ng: 1.51 -> 1.51.1 2023-02-26 12:39:20 +00:00
Fabian Affolter
e95fb806cb Merge pull request #218048 from r-ryantm/auto-update/python310Packages.node-semver
python310Packages.node-semver: 0.8.1 -> 0.9.0
2023-02-26 13:38:29 +01:00
Mario Rodas
4f38c1947c intel-media-sdk: 23.1.1 -> 23.1.2 2023-02-26 12:36:00 +00:00
R. Ryantm
3e8b58f5d8 intel-media-sdk: 23.1.0 -> 23.1.1 2023-02-26 12:35:12 +00:00
pinkcreeper100
eec584d627 findex: init at v0.7.1 2023-02-26 12:09:52 +00:00
pinkcreeper100
742cdb455f maintainers: add pinkcreeper100 2023-02-26 12:09:52 +00:00
R. Ryantm
0e89ec6c0a python310Packages.google-cloud-bigquery: 3.5.0 -> 3.6.0 2023-02-26 12:09:50 +00:00
superherointj
84e33aea0f Merge pull request #218404 from vbgl/ocaml-xml-light-2.5
ocamlPackages.xml-light: 2.4 → 2.5
2023-02-26 09:03:36 -03:00
github-actions[bot]
87475f22ed Merge master into staging-next 2023-02-26 12:01:32 +00:00
Florian Klink
1ef183e0ab evans: 0.10.9 -> 0.10.10 2023-02-26 12:51:51 +01:00
Fabian Affolter
41ff17b161 naabu: add changelog to meta 2023-02-26 12:42:04 +01:00
Fabian Affolter
42222b9994 naabu: 2.1.1 -> 2.1.2 2023-02-26 12:39:51 +01:00
R. Ryantm
03337d130c python310Packages.ptpython: 3.0.22 -> 3.0.23 2023-02-26 11:38:56 +00:00
Fabian Affolter
5353b1bd37 Merge pull request #218381 from dotlambda/pyisy-3.1.14
python310Packages.pyisy: 3.1.13 -> 3.1.14
2023-02-26 12:28:31 +01:00
Fabian Affolter
c2dc8b69b1 boofuzz: disable failing test on darwin 2023-02-26 12:24:39 +01:00
Fabian Affolter
1942aa8661 Merge pull request #218318 from fabaff/plugwise-bump
python310Packages.plugwise: 0.27.6 -> 0.27.7
2023-02-26 12:22:23 +01:00
Fabian Affolter
be0a80efd1 Merge pull request #218284 from fabaff/notifications-python-client-bump
python310Packages.notifications-python-client: 6.4.1 -> 7.0.0
2023-02-26 12:21:56 +01:00
Fabian Affolter
86fbc12182 Merge pull request #218287 from fabaff/nocaselist-bump
python310Packages.nocaselist: 1.0.6 -> 1.1.0
2023-02-26 12:21:44 +01:00
Fabian Affolter
efb6c22611 Merge pull request #218215 from fabaff/google-apitools-bump
python311Packages.google-apitools: remove
2023-02-26 12:21:08 +01:00
Fabian Affolter
c6fff91ad5 Merge pull request #218113 from fabaff/pyramid_hawkauth-remove
python310Packages.pyramid_hawkauth: remove
2023-02-26 12:20:47 +01:00
Fabian Affolter
e4d894be9f Merge pull request #218078 from fabaff/conan-bump
conan: 1.53.0 -> 2.0.0
2023-02-26 12:20:27 +01:00
Fabian Affolter
6d394a5862 Merge pull request #218194 from fabaff/devpi-client-fix
devpi-client: 5.2.3 -> 6.0.3
2023-02-26 12:19:52 +01:00
Fabian Affolter
359a1880e4 Merge pull request #218254 from fabaff/dulwich-bump
python310Packages.dulwich: 0.21.2 -> 0.21.3
2023-02-26 12:19:24 +01:00
Fabian Affolter
d1b0c73419 Merge pull request #217460 from fabaff/scmrepo-bump
python310Packages.scmrepo: 0.1.9 -> 0.1.12
2023-02-26 12:18:45 +01:00
Nikolay Korotkiy
eadcc02407 Merge pull request #218416 from r-ryantm/auto-update/osm2pgsql
osm2pgsql: 1.8.0 -> 1.8.1
2023-02-26 15:17:49 +04:00
Fabian Affolter
387f9a1ad4 Merge pull request #218279 from fabaff/psygnal-bump
python310Packages.psygnal: 0.6.0 -> 0.8.1
2023-02-26 12:17:35 +01:00
Weijia Wang
2e581806da Merge pull request #217516 from r-ryantm/auto-update/rust-analyzer-unwrapped
rust-analyzer-unwrapped: 2023-02-06 -> 2023-02-20
2023-02-26 13:16:56 +02:00
Fabian Affolter
7bcd94a87d Merge pull request #218322 from fabaff/wavinsentio-bump
python310Packages.wavinsentio: 0.3.0 -> 0.4.0
2023-02-26 12:16:39 +01:00
Fabian Affolter
84ee307941 Merge pull request #218347 from fabaff/metasploit-bump
metasploit: 6.2.35 -> 6.3.4
2023-02-26 12:16:29 +01:00
Fabian Affolter
2edfbf103a python310Packages.west: update disabled 2023-02-26 12:14:12 +01:00
Fabian Affolter
7711d8f945 python310Packages.west: add changelog to meta 2023-02-26 12:14:07 +01:00
Chuang Zhu
a5d69be810 denaro: 2023.2.0 -> 2023.2.2 2023-02-26 19:10:00 +08:00
Fabian Affolter
41657484f4 Merge pull request #218414 from r-ryantm/auto-update/python310Packages.google-cloud-firestore
python310Packages.google-cloud-firestore: 2.9.1 -> 2.10.0
2023-02-26 12:08:00 +01:00
R. Ryantm
d5b65a2253 mark: 8.7 -> 8.8 2023-02-26 11:07:39 +00:00
Fabian Affolter
9d921c4197 python310Packages.criticality-score: add changelog to meta 2023-02-26 12:05:27 +01:00
Fabian Affolter
80f24d93da python310Packages.django-cleanup: disabled on unsupported Python releases 2023-02-26 12:03:31 +01:00
Fabian Affolter
867a6363d4 python310Packages.django-cleanup: equalize 2023-02-26 11:59:34 +01:00
Fabian Affolter
c1557660c2 python310Packages.django-cleanup: add changelog to meta 2023-02-26 11:57:56 +01:00
Spider
5c276de32a wooting-udev-rules: add rules for all keyboards (#217586)
* Update the wooting.rules file

The following update allows more keyboards to be used by wootility. Rules were fetched from this site 
https://help.wooting.io/en/article/wootility-configuring-device-access-for-wootility-under-linux-udev-rules-r6lb2o/

* Wooting-udev-rules: add rules for all keyboards

The following commit contains the full updated udev rules for all the current Wooting Keyboards
source: https://help.wooting.io/en/article/wootility-configuring-device-access-for-wootility-under-linux-udev-rules-r6lb2o/
2023-02-26 11:54:28 +01:00
Fabian Affolter
53cc43526b Merge pull request #218373 from r-ryantm/auto-update/python310Packages.bitarray
python310Packages.bitarray: 2.7.2 -> 2.7.3
2023-02-26 11:52:56 +01:00
R. Ryantm
25915c636a avalanchego: 1.9.8 -> 1.9.9 2023-02-26 10:52:50 +00:00
Michael Evans
bdb5111a20 shipments: init at 0.3.0 2023-02-26 12:50:07 +02:00
Michael Evans
8fec3a727a maintainers: add michaelgrahamevans 2023-02-26 12:50:07 +02:00
Fabian Affolter
33af67cc87 Merge pull request #218327 from fabaff/praw-bump
python310Packages.praw: 7.6.1 -> 7.7.0
2023-02-26 11:49:23 +01:00
Martin Weinelt
e66de880a0 Merge pull request #215741 from NixOS/python-codeownership
CODEOWNERS: Drop python-modules ownership
2023-02-26 10:48:32 +00:00
Fabian Affolter
fb4a3e4175 Merge pull request #216884 from fabaff/databricks-sql-connector-fix
python310Packages.databricks-sql-connector: 2.2.1 -> 2.3.0, python310Packages.python-lz4: 4.3.1 -> 4.3.2
2023-02-26 11:47:17 +01:00
Martin Weinelt
bb933c5b7c CODEOWNERS: Drop python-modules and python-packages ownership
We currently have 5800 python modules in that path, and we're seeing
roughly 1000 pull requests for these modules per month.

Having @FRidh and @jonringer requested on every PR that touches a
python package isn't helping anyone, nor is it sustainable for any one
person to have that number of incoming notifications.

I think it's time to get rid of that code ownership.
2023-02-26 10:46:09 +00:00
superherointj
363913d575 Merge pull request #218175 from vbgl/ocaml-prettym-0.0.3
ocamlPackages.prettym: 0.0.2 → 0.0.3
2023-02-26 07:39:21 -03:00
R. Ryantm
1190bd3524 osm2pgsql: 1.8.0 -> 1.8.1 2023-02-26 10:39:17 +00:00
Jonas Heinrich
7f5639fa3b shell-genie: init at unstable-2023-01-27 2023-02-26 05:26:41 -05:00
Weijia Wang
4be6baacfe Merge pull request #218170 from r-ryantm/auto-update/readstat
readstat: 1.1.8 -> 1.1.9
2023-02-26 12:24:53 +02:00
0x4A6F
0f3ff3d1a5 Merge pull request #218356 from figsoda/eidolon
eidolon: replace patch with Cargo.lock
2023-02-26 11:24:33 +01:00
R. Ryantm
eaa2576cf7 helmsman: 3.16.1 -> 3.16.4 2023-02-26 10:24:23 +00:00
Weijia Wang
9dd96aaea8 Merge pull request #218087 from r-ryantm/auto-update/python310Packages.oslo-context
python310Packages.oslo-context: 5.1.0 -> 5.1.1
2023-02-26 12:22:13 +02:00
R. Ryantm
0607f9a45c python310Packages.google-cloud-firestore: 2.9.1 -> 2.10.0 2023-02-26 10:20:39 +00:00
Weijia Wang
39f75a6d43 Merge pull request #218330 from r-ryantm/auto-update/watchmate
watchmate: 0.4.1 -> 0.4.2
2023-02-26 12:17:26 +02:00
Weijia Wang
bc299361a8 Merge pull request #218275 from r-ryantm/auto-update/python310Packages.onnx
python310Packages.onnx: 1.13.0 -> 1.13.1
2023-02-26 12:16:56 +02:00
Weijia Wang
b7bccb9935 Merge pull request #218176 from r-ryantm/auto-update/python310Packages.ipyvue
python310Packages.ipyvue: 1.8.0 -> 1.9.0
2023-02-26 12:12:09 +02:00
R. Ryantm
6552016f5a python310Packages.west: 0.14.0 -> 1.0.0 2023-02-26 10:09:51 +00:00
Weijia Wang
df46bed9ab Merge pull request #218024 from r-ryantm/auto-update/python310Packages.poetry-dynamic-versioning
python310Packages.poetry-dynamic-versioning: 0.21.3 -> 0.21.4
2023-02-26 12:04:24 +02:00
Weijia Wang
d178040d90 Merge pull request #218159 from r-ryantm/auto-update/asymptote
asymptote: 2.83 -> 2.85
2023-02-26 12:03:55 +02:00
Weijia Wang
4e906f7ffd Merge pull request #218041 from r-ryantm/auto-update/python310Packages.sounddevice
python310Packages.sounddevice: 0.4.5 -> 0.4.6
2023-02-26 12:00:16 +02:00
Weijia Wang
8441881218 Merge pull request #218059 from r-ryantm/auto-update/python310Packages.makefun
python310Packages.makefun: 1.15.0 -> 1.15.1
2023-02-26 11:59:45 +02:00
Weijia Wang
b4961d3062 Merge pull request #218353 from r-ryantm/auto-update/rocprim
rocprim: 5.4.2 -> 5.4.3
2023-02-26 11:55:17 +02:00
Weijia Wang
e4b25ae5ed Merge pull request #218367 from r-ryantm/auto-update/rocfft
rocfft: 5.4.2 -> 5.4.3
2023-02-26 11:54:55 +02:00
Weijia Wang
8871b726ac Merge pull request #218295 from r-ryantm/auto-update/ddosify
ddosify: 0.13.2 -> 0.14.1
2023-02-26 11:53:53 +02:00
R. Ryantm
e7cbc46184 python310Packages.criticality-score: 1.0.7 -> 1.0.8 2023-02-26 09:51:01 +00:00
Weijia Wang
d499aa7494 Merge pull request #218117 from r-ryantm/auto-update/libsemanage
libsemanage: 3.4 -> 3.5
2023-02-26 11:48:22 +02:00
Weijia Wang
7d1fadf58a Merge pull request #204921 from r-ryantm/auto-update/tpm2-abrmd
tpm2-abrmd: 2.4.1 -> 3.0.0
2023-02-26 11:37:11 +02:00
kilianar
2d1a6d2957 starship: 1.13.0 -> 1.13.1
https://github.com/starship/starship/releases/tag/v1.13.1
2023-02-26 10:31:28 +01:00
Doron Behar
7917934531 Merge pull request #217907 from r-ryantm/auto-update/python310Packages.moku
python310Packages.moku: remove
2023-02-26 11:16:38 +02:00
Vladimír Čunát
30e272bc04 Merge #216499: staging-next 2023-02-15 2023-02-26 10:11:50 +01:00
R. Ryantm
553584b295 bun: 0.5.6 -> 0.5.7 2023-02-26 09:10:48 +00:00
Vincent Laporte
9854e75ddd ocamlPackages.prettym: 0.0.2 → 0.0.3 2023-02-26 10:09:11 +01:00
Vladimír Čunát
1af0d67ebe haskellPackages.haskell-gi: 0.26.2 -> 0.26.3 (hacky)
Just manually updating the generated nix file, so that .gi-harfbuzz
builds until a proper update is done.  Upstream cross-ref:
https://github.com/haskell-gi/haskell-gi/issues/396#issuecomment-1445181362
2023-02-26 10:07:14 +01:00
Vincent Laporte
0161dab815 ocamlPackages.xml-light: 2.4 → 2.5 2023-02-26 10:06:40 +01:00
R. Ryantm
953997c5c2 ddccontrol-db: 20230124 -> 20230223 2023-02-26 08:44:04 +00:00
R. Ryantm
828e8214f4 prometheus-haproxy-exporter: 0.14.0 -> 0.15.0 2023-02-26 08:36:28 +00:00
Doron Behar
f49ebf25d0 python3.pkgs.moku: Remove
Unusable. Upstream recommends instead utilities from
https://www.liquidinstruments.com/software/utilities/ which don't seem
opensource, and require new packaging from the bottom up.
2023-02-26 10:25:49 +02:00
R. Ryantm
0309bd6a4c typos: 1.13.10 -> 1.13.12 2023-02-26 08:11:16 +00:00
R. Ryantm
c73a83b29d fastly: 6.0.6 -> 7.0.0 2023-02-26 08:00:32 +00:00
Doron Behar
5d1eee6cf0 Merge pull request #218210 from r-ryantm/auto-update/imapfilter
imapfilter: 2.7.6 -> 2.8.1
2023-02-26 09:57:05 +02:00
R. Ryantm
b783f87fc2 ameba: 1.4.1 -> 1.4.2 2023-02-26 07:56:32 +00:00
Nikolay Korotkiy
4e019182e2 Merge pull request #217203 from sifmelcara/fix-ffcast
ffcast: Fix ffmpeg dependency for screenshot
2023-02-26 11:50:14 +04:00
Robert Schütz
9d9ea5188b glasgow: move out of python3Packages
It is a command line tool, not a Python module.
2023-02-25 23:41:15 -08:00
Robert Schütz
c27a1a105e pika-backup: 0.4.2 -> 0.5.2
Diff: https://gitlab.gnome.org/World/pika-backup/-/compare/v0.5.1...v0.5.2

Changelog: https://gitlab.gnome.org/World/pika-backup/-/blob/v0.5.2/CHANGELOG.md
2023-02-25 23:40:17 -08:00
Nikolay Korotkiy
f44976929e Merge pull request #218261 from r-ryantm/auto-update/hobbits
hobbits: 0.53.2 -> 0.54.0
2023-02-26 11:34:29 +04:00
R. Ryantm
5c470aa92b minio: 2023-02-17T17-52-43Z -> 2023-02-22T18-23-45Z 2023-02-26 07:08:54 +00:00
Robert Schütz
271bca8765 numberstation: 1.2.0 -> 1.3.0
Changelog: https://git.sr.ht/~martijnbraam/numberstation/refs/1.3.0
2023-02-25 23:00:31 -08:00
happysalada
8872f52732 qdrant: service module init 2023-02-26 01:33:15 -05:00
R. Ryantm
f3e9abfb9e cppcheck: 2.10 -> 2.10.1 2023-02-26 06:30:36 +00:00
R. Ryantm
77c6d1bf34 python310Packages.django-cleanup: 6.0.0 -> 7.0.0 2023-02-26 06:22:11 +00:00
github-actions[bot]
de3f71e277 Merge staging-next into staging 2023-02-26 06:02:30 +00:00
github-actions[bot]
399e2c78d4 Merge master into staging-next 2023-02-26 06:01:09 +00:00
Winter
3d0de0e8c8 gcc12: fix building foreign toolchain on aarch64-darwin
It seems that the patchset we apply to get some fixes for aarch64-darwin
support [0] breaks in unexpected ways when compiling a foreign toolchain [1].
Luckily, according to the branch's author, the patchset isn't required
for merely using aarch64-darwin as the build system [2], so let's only apply
it when hostPlatform == aarch64-darwin to fix cross.

[0]: https://github.com/iains/gcc-12-branch
[1]: https://github.com/iains/gcc-12-branch/issues/18
[2]: https://github.com/iains/gcc-12-branch/issues/18#issuecomment-1435792834
2023-02-26 00:48:03 -05:00
R. Ryantm
265f5b4739 python310Packages.fastavro: 1.7.1 -> 1.7.2 2023-02-26 05:46:55 +00:00
figsoda
6fcd1dcb0b rustPlatform.importCargoLock: passthru lockFile
This is to make it possible to implement support for updating
`Cargo.lock`s in nix-update by exposing the path to the `Cargo.lock`
file
2023-02-26 00:46:36 -05:00
Winter
115e3413e1 rustPlatform.importCargoLock: add support for v1 lock files
v1 lock files (generated by default by Cargo versions 1.40 and below)
use a single table, `metadata`, to store the checksums of packages.

The primary motivation for doing this now is that we're considering
vendoring all Cargo lock files in Nixpkgs, some packages still use it
(e.g. cargo-asm), and adding support for it doesn't increase the
complexity of the function. No matter the outcome of the vendoring
discussion, this is a nice thing to have because Cargo still supports v1
lock files.
2023-02-26 00:45:40 -05:00
Mario Rodas
c4808864b0 Merge pull request #218359 from r-ryantm/auto-update/aws-sso-creds
aws-sso-creds: 1.4.0 -> 1.4.1
2023-02-26 00:43:59 -05:00
Robert Schütz
783f9ac918 Merge pull request #218185 from fabaff/spotdl-bump
spotdl: 4.0.6 -> 4.0.7
2023-02-25 21:42:10 -08:00
Robert Schütz
9a8272bd01 nixos/tests/txredisapi: stop using python38 2023-02-25 21:32:15 -08:00
R. Ryantm
1747570c58 micronaut: 3.8.4 -> 3.8.5 2023-02-26 05:30:22 +00:00
figsoda
013d612e59 book-summary: switch to fetchCrate to remove patch 2023-02-26 00:21:19 -05:00
R. Ryantm
f2465e1ecf neuron-full: 8.2.1 -> 8.2.2 2023-02-26 05:18:37 +00:00
figsoda
3a0b1aff7a trashy: remove patch, clean up 2023-02-26 00:14:15 -05:00
Robert Schütz
07305ef3e0 python310Packages.pyisy: 3.1.13 -> 3.1.14
Diff: https://github.com/automicus/PyISY/compare/refs/tags/v3.1.13...v3.1.14

Changelog: https://github.com/automicus/PyISY/releases/tag/v3.1.14
2023-02-25 21:10:00 -08:00
R. Ryantm
fc547a8f8d go-graft: 0.2.17 -> 0.2.18 2023-02-26 05:07:38 +00:00
figsoda
0d9631a765 thumbs: move cargoPatches to patches
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-26 00:06:17 -05:00
R. Ryantm
d3630d1d70 go-mockery: 2.20.0 -> 2.20.2 2023-02-26 05:01:29 +00:00
figsoda
a53f1b94cc cargo-cross: 0.2.4 -> 0.2.5
Diff: https://github.com/cross-rs/cross/compare/refs/tags/v0.2.4...v0.2.5

Changelog: https://github.com/cross-rs/cross/blob/v0.2.5/CHANGELOG.md
2023-02-25 23:54:35 -05:00
R. Ryantm
0ec03f3a30 python310Packages.bitarray: 2.7.2 -> 2.7.3 2023-02-26 04:41:56 +00:00
figsoda
515b3009c1 scryer-prolog: replace patch with environment variable, clean up
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-25 23:41:51 -05:00
R. Ryantm
32422ca13d deno: 1.30.3 -> 1.31.1 2023-02-26 04:36:41 +00:00
Woze Parrot
763d09674b seaweedfs: 3.42 -> 3.43 2023-02-25 23:32:02 -05:00
github-actions[bot]
9952d6bc39 terraform-providers.bitbucket: 2.30.1 → 2.30.2 2023-02-26 13:47:33 +10:00
figsoda
5164beb7f4 Merge pull request #218360 from NickCao/tdesktop
tdesktop: 4.6.3 -> 4.6.5
2023-02-25 22:45:23 -05:00
Winter
ee6517a915 Revert "nixos/polkit: guard static gid for polkituser behind state version"
This reverts commit 2265160fc0 and
e56db577a1.

Ideally, we shouldn't cause friction for users that bump `stateVersion`,
and I'd consider having to switch and/or manually hardcode a UID/GID
to supress the warning friction. I think it'd be more beneficial to, in
this rare case of an ID being missed, just let it be until more
discussion happens surrounding this overall issue.

See https://github.com/NixOS/nixpkgs/pull/217785 for more context.
2023-02-25 22:32:16 -05:00
Winter
15f1369b95 Revert "nixos/systemd-coredump: guard static gid for systemd-coredump behind state version"
This reverts commits f5483464d5 and
6b9583e5e1.

Ideally, we shouldn't cause friction for users that bump `stateVersion`,
and I'd consider having to switch and/or manually hardcode a UID/GID
to supress the warning friction. I think it'd be more beneficial to, in
this rare case of an ID being missed, just let it be until more
discussion happens surrounding this overall issue.

See https://github.com/NixOS/nixpkgs/pull/217785 for more context.
2023-02-25 22:31:56 -05:00
R. Ryantm
e8f54cbb3d rocfft: 5.4.2 -> 5.4.3 2023-02-26 03:26:46 +00:00
figsoda
0f487f2b51 Merge pull request #205113 from Frostman/mdbook-admonish-1.8.0
mdbook-admonish: 1.7.0 -> 1.8.0
2023-02-25 22:13:03 -05:00
figsoda
db185dc7ea mdbook-graphviz: 0.1.4 -> 0.1.6
Diff: https://github.com/dylanowen/mdbook-graphviz/compare/v0.1.4...v0.1.6

Changelog: https://github.com/dylanowen/mdbook-graphviz/releases/tag/v0.1.6
2023-02-25 22:03:35 -05:00
R. Ryantm
90aebced34 go-task: 3.20.0 -> 3.21.0 2023-02-26 02:42:51 +00:00
R. Ryantm
1d8d2e408c asdf-vm: 0.11.1 -> 0.11.2 2023-02-26 02:34:30 +00:00
Nick Cao
e3f9921357 tdesktop: 4.6.3 -> 4.6.5 2023-02-26 10:28:46 +08:00
Anselm Schüler
9769e90233 lib/options: Add more options to mkPackageOption 2023-02-26 03:00:22 +01:00
Nick Cao
d6ae1560b0 Merge pull request #218136 from r-ryantm/auto-update/cli53
cli53: 0.8.18 -> 0.8.21
2023-02-26 09:57:13 +08:00
Nick Cao
58b9163345 Merge pull request #218149 from r-ryantm/auto-update/rtsp-simple-server
rtsp-simple-server: 0.21.4 -> 0.21.5
2023-02-26 09:56:14 +08:00
Nick Cao
3df6a1efec Merge pull request #218160 from figsoda/zigbuild
cargo-zigbuild: 0.16.0 -> 0.16.1
2023-02-26 09:54:57 +08:00
Nick Cao
a362cbc728 Merge pull request #218161 from r-ryantm/auto-update/neo4j-desktop
neo4j-desktop: 1.5.6 -> 1.5.7
2023-02-26 09:54:39 +08:00
Nick Cao
6a597bdf11 Merge pull request #218167 from r-ryantm/auto-update/nwg-bar
nwg-bar: 0.1.0 -> 0.1.1
2023-02-26 09:54:22 +08:00
Nick Cao
bd35961cfc Merge pull request #218193 from r-ryantm/auto-update/pocketbase
pocketbase: 0.12.2 -> 0.12.3
2023-02-26 09:52:39 +08:00
Nick Cao
73515072d5 Merge pull request #218204 from r-ryantm/auto-update/krill
krill: 0.12.1 -> 0.12.2
2023-02-26 09:51:26 +08:00
R. Ryantm
7118df46c4 aws-sso-creds: 1.4.0 -> 1.4.1 2023-02-26 01:51:18 +00:00
Nick Cao
c978e757a8 Merge pull request #218216 from r-ryantm/auto-update/osv-scanner
osv-scanner: 1.1.0 -> 1.2.0
2023-02-26 09:50:41 +08:00
Nick Cao
40a9b4f94b Merge pull request #218212 from greizgh/seahub-9.0.10
seahub: 9.0.6 -> 9.0.10
2023-02-26 09:50:31 +08:00
Nick Cao
5d6c5cf354 Merge pull request #218233 from r-ryantm/auto-update/pypi-mirror
pypi-mirror: 5.0.1 -> 5.0.2
2023-02-26 09:49:19 +08:00
Nick Cao
93010d3e64 Merge pull request #218273 from figsoda/oha
oha: 0.5.6 -> 0.5.7
2023-02-26 09:47:21 +08:00
Nick Cao
32bfeae222 Merge pull request #218290 from penguwin/vhs
vhs: 0.2.0 -> 0.3.0
2023-02-26 09:46:11 +08:00
Nick Cao
4cef2e9477 Merge pull request #218293 from r-ryantm/auto-update/kubelogin
kubelogin: 0.0.26 -> 0.0.27
2023-02-26 09:45:56 +08:00
Nick Cao
9454ab584d Merge pull request #218294 from figsoda/sniffnet
sniffnet: 1.1.0 -> 1.1.1
2023-02-26 09:45:32 +08:00
Morgan Helton
2235d00b44 aws-sso-cli: 1.9.6 -> 1.9.9 2023-02-25 19:45:21 -06:00
Nick Cao
2d37977727 Merge pull request #218296 from r-ryantm/auto-update/conftest
conftest: 0.39.0 -> 0.39.1
2023-02-26 09:45:16 +08:00
Nick Cao
e0bf055d99 Merge pull request #217785 from NickCao/ugid
nixos/{polkit,systemd-coredump}: guard static gid behind state version
2023-02-26 09:44:56 +08:00
Nick Cao
3cdd9baccb Merge pull request #218299 from r-ryantm/auto-update/lychee
lychee: 0.10.3 -> 0.11.1
2023-02-26 09:43:48 +08:00
Nick Cao
c753ed6b83 Merge pull request #218319 from fabaff/bthome-ble-bump
python310Packages.bthome-ble: 2.6.0 -> 2.7.0
2023-02-26 09:42:25 +08:00
Robert Schütz
8e822add5b libdeltachat: 1.109.0 -> 1.110.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/1.109.0...v1.110.0

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.110.0/CHANGELOG.md
2023-02-25 17:42:11 -08:00
Nick Cao
8994815201 Merge pull request #218320 from fabaff/aliyun-python-sdk-cdn-bump
python310Packages.aliyun-python-sdk-cdn: 3.8.2 -> 3.8.3
2023-02-26 09:41:44 +08:00
Nick Cao
c02e3bf908 Merge pull request #218323 from fabaff/pytest-cases-bump
python310Packages.pytest-cases: 3.6.13 -> 3.6.14
2023-02-26 09:40:53 +08:00
Nick Cao
0d2290c81a Merge pull request #218348 from fabaff/gitleaks-bump
gitleaks: 8.15.3 -> 8.15.4
2023-02-26 09:39:02 +08:00
Nick Cao
f5a3de3713 Merge pull request #218349 from figsoda/codevis
codevis: 0.5.1 -> 0.6.1
2023-02-26 09:38:37 +08:00
Nick Cao
85e9cc9ba2 Merge pull request #218351 from r-ryantm/auto-update/polypane
polypane: 13.0.2 -> 13.0.3
2023-02-26 09:38:11 +08:00
Nick Cao
6b6765e615 Merge pull request #218354 from r-ryantm/auto-update/libgpiod
libgpiod: 1.6.3 -> 1.6.4
2023-02-26 09:37:41 +08:00
Nick Cao
0fbe174606 Merge pull request #218332 from fabaff/evtx-bump
python310Packages.evtx: 0.8.1 -> 0.8.2
2023-02-26 09:37:16 +08:00
Nick Cao
77b1367fb4 Merge pull request #218333 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.58.0 -> 2.60.0
2023-02-26 09:36:48 +08:00
Nick Cao
8157cbe87d Merge pull request #218334 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.46.0 -> 1.47.0
2023-02-26 09:36:39 +08:00
Nick Cao
42d4a4a2d2 Merge pull request #218340 from fabaff/total-connect-client-bump
python310Packages.total-connect-client: 2023.1 -> 2023.2
2023-02-26 09:35:29 +08:00
Nick Cao
2b3b1d5785 Merge pull request #218341 from fabaff/aiosomecomfort-bump
python310Packages.aiosomecomfort: 0.0.8 -> 0.0.10
2023-02-26 09:35:05 +08:00
R. Ryantm
30e1b25efe pcm: 202211 -> 202302 2023-02-26 01:35:04 +00:00
Nick Cao
4f354e2f01 Merge pull request #218343 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 23.02.16 -> 23.02.25
2023-02-26 09:34:28 +08:00
figsoda
7ed285ecc1 eidolon: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-25 20:34:02 -05:00
Nick Cao
39819da7ce Merge pull request #218344 from r-ryantm/auto-update/cpm-cmake
cpm-cmake: 0.37.0 -> 0.38.0
2023-02-26 09:34:00 +08:00
Nick Cao
3507763343 Merge pull request #212049 from jesseDMoore1994/returns-init
python3Packages.returns: init at 0.19.0
2023-02-26 09:30:54 +08:00
Nick Cao
8c36d213bb Merge pull request #217181 from linsui/sing
sing-geoip: init at 20230112
2023-02-26 09:29:56 +08:00
Nick Cao
b828b4a039 Merge pull request #215597 from roblabla/update-ghidra
ghidra: 10.2.2 -> 10.2.3
2023-02-26 09:26:43 +08:00
R. Ryantm
daec128177 libgpiod: 1.6.3 -> 1.6.4 2023-02-26 00:41:17 +00:00
R. Ryantm
c2ecfe9f91 libjcat: 0.1.12 -> 0.1.13 2023-02-26 01:29:42 +01:00
Jörg Thalheim
c4744988ff glew: fix cmake's FindGLEW.cmake by adding more cmake target properties
This is particular needed to build flightgear.
2023-02-26 01:20:27 +01:00
github-actions[bot]
81c06fad73 Merge master into haskell-updates 2023-02-26 00:14:44 +00:00
Jan Tojnar
9bb986284f Merge branch 'staging-next' into staging
# Conflicts:
#	pkgs/development/python-modules/mdp/default.nix
#	pkgs/top-level/python-aliases.nix
2023-02-26 01:13:37 +01:00
R. Ryantm
36a264c83a polypane: 13.0.2 -> 13.0.3 2023-02-26 00:13:29 +00:00
github-actions[bot]
348549a031 Merge master into staging-next 2023-02-26 00:02:44 +00:00
figsoda
dba8d71128 codevis: 0.5.1 -> 0.6.1
Diff: https://github.com/sloganking/codevis/compare/v0.5.1...v0.6.1
2023-02-25 18:53:05 -05:00
R. Ryantm
54192039a9 rocprim: 5.4.2 -> 5.4.3 2023-02-25 23:51:41 +00:00
Alyssa Ross
82d225e0d4 lib.maintainers.qyliss.matrix: add 2023-02-25 23:46:18 +00:00
Weijia Wang
1517db7368 Merge pull request #211519 from r-ryantm/auto-update/python310Packages.qdldl
python310Packages.qdldl: 0.1.5.post2 -> 0.1.5.post3
2023-02-26 01:46:03 +02:00
Fabian Affolter
2d225fcb17 metasploit: 6.2.35 -> 6.3.4 2023-02-26 00:45:01 +01:00
Fabian Affolter
8eae3dd52f gitleaks: 8.15.3 -> 8.15.4
Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.15.4
2023-02-26 00:44:20 +01:00
R. Ryantm
b8e7ec9cba iptsd: 1.1.0 -> 1.1.1 2023-02-25 15:38:03 -08:00
R. Ryantm
f3f74ac6c7 wireless-regdb: 2022.08.12 -> 2023.02.13 2023-02-25 23:35:47 +00:00
R. Ryantm
af3e06387f cpm-cmake: 0.37.0 -> 0.38.0 2023-02-25 23:15:56 +00:00
R. Ryantm
cea4099164 numix-icon-theme-circle: 23.02.16 -> 23.02.25 2023-02-25 23:13:54 +00:00
Fabian Affolter
e9f5466e32 python310Packages.total-connect-client: 2023.1 -> 2023.2
Diff: https://github.com/craigjmidwinter/total-connect-client/compare/refs/tags/2023.1...2023.2

Changelog: https://github.com/craigjmidwinter/total-connect-client/releases/tag/2023.2
2023-02-26 00:10:41 +01:00
Winter
d5dc3d17f3 rustc: re-enable parallel building
We previously disabled this based on a now-closed issue from 2015 [0].
I think enough time has passed that we can give it a shot again, given
that the in the worst case scenario we revert, and in the best case
scenario we get a performance boost.

[0]: https://github.com/rust-lang/rust/issues/30181
2023-02-26 09:09:35 +10:00
Fabian Affolter
2d142a6cef python310Packages.aiosomecomfort: 0.0.8 -> 0.0.10
Diff: https://github.com/mkmer/AIOSomecomfort/compare/refs/tags/0.0.8...0.0.10

Changelog: https://github.com/mkmer/AIOSomecomfort/releases/tag/0.0.10
2023-02-26 00:08:26 +01:00
Weijia Wang
4e7604d350 Merge pull request #213289 from r-ryantm/auto-update/ipxe
ipxe: unstable-2023-01-25 -> unstable-2023-02-20
2023-02-26 01:02:38 +02:00
R. Ryantm
95ca5f576c bcftools: 1.16 -> 1.17 2023-02-25 23:02:27 +00:00
Weijia Wang
762c401cbf Merge pull request #215826 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.26-14702-cfb788941 -> 0.0.26-14757-3388c8ed0
2023-02-26 01:02:09 +02:00
Weijia Wang
ae27e61481 Merge pull request #211753 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31
2023-02-26 01:01:40 +02:00
Weijia Wang
4ee647c4cd Merge pull request #211956 from r-ryantm/auto-update/rdkafka
rdkafka: 1.9.2 -> 2.0.2
2023-02-26 00:59:41 +02:00
R. Ryantm
4fa61c7d79 pyradio: 0.9.0 -> 0.9.1 2023-02-25 22:43:35 +00:00
Weijia Wang
a0c893191f Merge pull request #211389 from r-ryantm/auto-update/python310Packages.xarray-einstats
python310Packages.xarray-einstats: 0.4.0 -> 0.5.1
2023-02-26 00:21:24 +02:00
R. Ryantm
01ab64154e prometheus-redis-exporter: 1.46.0 -> 1.47.0 2023-02-25 22:15:26 +00:00
R. Ryantm
e58806d008 quark-engine: 22.12.1 -> 23.2.1 2023-02-25 22:14:40 +00:00
Weijia Wang
3710ff90fd Merge pull request #212196 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.62.0 -> 15.7.3
2023-02-26 00:13:59 +02:00
Robert Schütz
79768df602 linux-doc: remove Python overrides
The build used to fail with

    Found duplicated packages in closure for dependency 'docutils':
      docutils 0.19 (/nix/store/y1ifaaf1pfh8pz4qfqvc5gdk3a7s1563-python3.10-docutils-0.19/lib/python3.10/site-packages)
      docutils 0.16 (/nix/store/f2rd8fjdjzy0kpqd2x0gw5lwbxwmzzm6-python3.10-docutils-0.16/lib/python3.10/site-packages)
2023-02-25 14:11:58 -08:00
Fabian Affolter
3436e4b1ee benthos: equalize 2023-02-25 23:01:40 +01:00
Fabian Affolter
030638a362 benthos: add changelog to meta 2023-02-25 23:00:48 +01:00
Fabian Affolter
c5d4ea9db1 Merge pull request #218321 from r-ryantm/auto-update/gobuster
gobuster: 3.4.0 -> 3.5.0
2023-02-25 22:58:26 +01:00
Weijia Wang
949d771411 Merge pull request #211755 from r-ryantm/auto-update/python310Packages.portalocker
python310Packages.portalocker: 2.6.0 -> 2.7.0
2023-02-25 23:57:32 +02:00
Fabian Affolter
92014cafa7 python310Packages.evtx: add changelog to meta 2023-02-25 22:55:23 +01:00
Fabian Affolter
1b26b4fab5 python310Packages.evtx: 0.8.1 -> 0.8.2
Diff: https://github.com/omerbenamram/pyevtx-rs/compare/0.8.1...0.8.2
2023-02-25 22:50:31 +01:00
R. Ryantm
4a92f37a14 checkSSLCert: 2.58.0 -> 2.60.0 2023-02-25 21:50:04 +00:00
Weijia Wang
4f28eb3a22 Merge pull request #214141 from r-ryantm/auto-update/python310Packages.torchmetrics
python310Packages.torchmetrics: 0.11.0 -> 0.11.2
2023-02-25 23:47:20 +02:00
R. Ryantm
f69f7b85b0 watchmate: 0.4.1 -> 0.4.2 2023-02-25 21:39:48 +00:00
Fabian Affolter
4c5063737c python310Packages.pytest-subtests: 0.9.0 -> 0.10.0 2023-02-25 22:39:22 +01:00
Fabian Affolter
a4089bdfe7 python310Packages.praw: add changelog to meta 2023-02-25 22:28:31 +01:00
Fabian Affolter
5abd60fba4 python310Packages.praw: 7.6.1 -> 7.7.0
Diff: https://github.com/praw-dev/praw/compare/v7.6.1...v7.7.0
2023-02-25 22:25:49 +01:00
R. Ryantm
3f83ce37d8 wtf: 0.42.0 -> 0.43.0 2023-02-25 21:12:35 +00:00
Mario Rodas
d847c30f37 Merge pull request #217432 from marsam/update-pglast
python310Packages.pglast: 4.1 -> 5.0
2023-02-25 16:07:00 -05:00
Mario Rodas
eb07c37f74 Merge pull request #218316 from r-ryantm/auto-update/chezmoi
chezmoi: 2.30.0 -> 2.31.0
2023-02-25 16:06:23 -05:00
Norbert Melzer
d6f93d07b4 Merge pull request #210627 from wizeman/u/fix-fstar 2023-02-25 22:03:46 +01:00
Dmitry Bogatov
f80a7ac5d0 slstatus: update to unstable-2022-12-19
Changes from unstable-2019-02-16 are mostly cleanup (comments, README,
compiler warnings).
2023-02-25 16:02:09 -05:00
Fabian Affolter
1e4766bd02 python310Packages.pytest-cases: add changelog to meta 2023-02-25 22:01:36 +01:00
Fabian Affolter
5cc75dc281 python310Packages.pytest-cases: 3.6.13 -> 3.6.14 2023-02-25 21:59:05 +01:00
Fabian Affolter
a0decc52c1 python310Packages.wavinsentio: 0.3.0 -> 0.4.0 2023-02-25 21:55:27 +01:00
Artturin
7f8c707312 kmod: enable strictDeps
gtk-doc is already behind withDevdoc so gtk-doc in buildInputs works

perhaps an improvement would be to apply https://git.yoctoproject.org/poky/plain/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch
2023-02-25 22:55:13 +02:00
R. Ryantm
ad22b9a1d3 gobuster: 3.4.0 -> 3.5.0 2023-02-25 20:54:01 +00:00
Fabian Affolter
453d7900cd python310Packages.plugwise: 0.27.6 -> 0.27.7
Diff: https://github.com/plugwise/python-plugwise/compare/refs/tags/v0.27.6...v0.27.7

Changelog: https://github.com/plugwise/python-plugwise/releases/tag/v0.27.7
2023-02-25 21:47:18 +01:00
Weijia Wang
569d8755c2 Merge pull request #212819 from r-ryantm/auto-update/python310Packages.huggingface-hub
python310Packages.huggingface-hub: 0.11.1 -> 0.12.1
2023-02-25 22:46:25 +02:00
Fabian Affolter
880c0b2c8b python310Packages.bthome-ble: 2.6.0 -> 2.7.0
Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v2.7.0/CHANGELOG.md
2023-02-25 21:46:04 +01:00
Fabian Affolter
0663b80b7c python310Packages.aliyun-python-sdk-cdn: 3.8.2 -> 3.8.3
Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-cdn/ChangeLog.txt
2023-02-25 21:45:16 +01:00
Weijia Wang
4c7a84fc1f Merge pull request #218206 from wegank/prl-tools-bump
prl-tools: 18.1.1-53328 -> 18.2.0-53488
2023-02-25 22:39:50 +02:00
R. Ryantm
c4bd0e0f56 thedesk: 24.0.8 -> 24.0.10 2023-02-25 20:27:24 +00:00
R. Ryantm
dc6ad93098 chezmoi: 2.30.0 -> 2.31.0 2023-02-25 20:19:45 +00:00
R. Ryantm
6d265b4459 cariddi: 1.2.1 -> 1.3.0 2023-02-25 20:14:22 +00:00
Artturin
07064726bf perlPackages.Po4a: enable strictDeps 2023-02-25 21:47:55 +02:00
Weijia Wang
98759b480f Merge pull request #218305 from MatthewCroughan/mc/cdogs-sdl-pname
cdogs-sdl: update pname
2023-02-25 21:41:27 +02:00
Sandro Jäckel
7d530fdb99 nextcloud-notify_push: 0.5.0 -> 0.6.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.5.0...v0.6.0
2023-02-25 20:34:20 +01:00
Fabian Affolter
2572afa1f0 Merge pull request #217489 from fabaff/cachetools-bump
python310Packages.cachetools: 5.2.1 -> 5.3.0, python310Packages.requests-cache: 0.9.7 -> 0.9.8
2023-02-25 20:28:56 +01:00
dsymbol
1746d534ee gossa: init at 0.2.2 2023-02-25 21:28:09 +02:00
Lily Foster
c56e5ef801 nixos/users-groups: update option description to clarify initial* option precedence 2023-02-25 14:27:35 -05:00
Lily Foster
5508000ddf nixos/tests/shadow: ensure hashedPassword takes precedence over initialHashedPassword 2023-02-25 14:27:35 -05:00
Lily Foster
bfa0bff644 nixos/update-users-groups: let hashedPassword take precedence over initialHashedPassword
Without this change, users that have both `initialHashedPassword` and
`hashedPassword` set will have `initialHashedPassword` take precedence,
but only for the first time `/etc/passwd` is generated. After that,
`hashedPassword` takes precedence. This is surprising behavior as it
would generally be expected for `hashedPassword` to win if both are set.

This wouldn't be a noticeable problem (and an assert could just be made
instead) if the users-groups module did not default the
`root.intialHashedPassword` value to `!`, to prevent login by default.
That means that users who set `root.hashedPassword` and use an ephemeral
rootfs (i.e. `/etc/passwd` is created every boot) are not able to log in
to the root account by default, unless they switch to a new generation
during the same boot (i.e. `/etc/passwd` already exists and
`hashedPassword` is used instead of `initialHashedPassword`) or they set
`root.initialHashedPassword = null` (which is unintuitive and seems
redundant).
2023-02-25 14:27:35 -05:00
Fabian Affolter
2b268baced Merge pull request #217499 from fabaff/paste-fix
python310Packages.paste: disable failing test on Python 3.11
2023-02-25 20:26:54 +01:00
Weijia Wang
bf592ea571 Merge pull request #218304 from wegank/wandb-tests
python310Packages.wandb: disable more tests
2023-02-25 21:16:54 +02:00
Weijia Wang
4a37452856 python310Packages.wandb: disable more tests 2023-02-25 21:00:41 +02:00
matthewcroughan
c226362e96 cdogs-sdl: update pname
This allows running via nix run without setting meta.mainProgram
2023-02-25 18:57:58 +00:00
K900
7f8086c7a1 Merge pull request #218281 from K900/ffmpeg5-vulkan-fix
[staging-next] ffmpeg-5: fix Vulkan builds
2023-02-25 21:51:51 +03:00
Mario Rodas
84401155e3 Merge pull request #218289 from adamcstephens/starship/1.13.0
starship: 1.12.0 -> 1.13.0
2023-02-25 13:51:41 -05:00
Weijia Wang
bc7011a282 Merge pull request #218141 from r-ryantm/auto-update/cdogs-sdl
cdogs-sdl: 1.4.0 -> 1.4.1
2023-02-25 20:50:19 +02:00
R. Ryantm
68e85028e5 nodenv: 1.4.0 -> 1.4.1 2023-02-25 18:44:32 +00:00
Winter
e4dd2b8ca0 pypy3{8,9}: fix sitePackages
When PyPy introduced Python 3.8 support with version 7.3.6, they also
migrated to using CPython's directory layout [0]:

> The 3.8 package now uses the same layout as CPython, and many of the
PyPy-specific changes to `sysconfig`, `distutils.sysconfig`, and
`distutils.commands.install.py` have been removed. The stdlib now is
located in `<base>/lib/pypy3.8` on `posix` systems...

When we upgraded past this version and added Python 3.8 support [1], the
`sitePackages` value was never updated, leading `bootstrapped-pip` to fail
to build, because wheel was trying to be located in `$out/site-packages`,
when it was actually installed to `$out/lib/pypy3.8/site-packages`.

[0]: https://www.pypy.org/posts/2021/10/pypy-v736-release.html
[1]: eec28b8cfd
2023-02-25 13:43:28 -05:00
Weijia Wang
4ef8ffa6c1 Merge pull request #218128 from r-ryantm/auto-update/phlare
phlare: 0.3.0 -> 0.5.1
2023-02-25 20:42:36 +02:00
Weijia Wang
61315ef377 Merge pull request #218110 from r-ryantm/auto-update/go-minimock
go-minimock: 3.0.10 -> 3.1.1
2023-02-25 20:42:14 +02:00
R. Ryantm
c3448c1b55 wangle: 2023.02.13.00 -> 2023.02.20.00 2023-02-25 18:41:51 +00:00
sternenseemann
bb62d57a85 haskellPackages.cabal2nix-unstable: 2023-02-15 -> 2023-02-25
Correctly resolves gmodule pkg-config name now:
6c1dc8908b
2023-02-25 19:32:49 +01:00
Azat Bahawi
dd3537583d Merge pull request #218252 from r-ryantm/auto-update/sigslot
sigslot: 1.2.1 -> 1.2.2
2023-02-25 21:29:52 +03:00
Marek Fajkus
e23209913b Merge pull request #218272 from figsoda/cargo-generate
cargo-generate: 0.18.0 -> 0.18.1
2023-02-25 19:27:53 +01:00
R. Ryantm
f096f0df37 lychee: 0.10.3 -> 0.11.1 2023-02-25 18:26:19 +00:00
figsoda
8e19f57e84 Merge pull request #218291 from GaetanLepage/harpoon-plenary
vimPlugins.harpoon: add plenary-nvim dependency
2023-02-25 13:25:22 -05:00
R. Ryantm
5eac4a1fc9 glooctl: 1.13.7 -> 1.13.8 2023-02-25 18:23:37 +00:00
superherointj
6fb4184cc3 pkgsMusl.directfb: mark broken for Musl
Issue: https://github.com/NixOS/nixpkgs/issues/218274
2023-02-25 19:12:56 +01:00
pennae
f2a84bdb39 unifi7: 7.3.76 -> 7.3.83 2023-02-25 19:12:08 +01:00
pennae
5dce130d1c nixos/tests/unifi: inherit allowUnfree into test node
mongodb is unfree, so the test won't run without this. we already allow
unfree to grab the unifi packages, so it's not even a big change.
2023-02-25 19:12:08 +01:00
R. Ryantm
f92db6b0e4 conftest: 0.39.0 -> 0.39.1 2023-02-25 18:05:57 +00:00
R. Ryantm
68de1281ef ddosify: 0.13.2 -> 0.14.1 2023-02-25 18:04:53 +00:00
Florian Klink
4ed9534f12 Merge pull request #217942 from lilyinstarlight/fix/nixos-test-systemd-initrd-shutdown
nixos/tests/systemd-shutdown: ensure systemd-initrd variant actually enables it
2023-02-25 19:02:53 +01:00
Weijia Wang
a4821c3afd Merge pull request #215258 from r-ryantm/auto-update/sysstat
sysstat: 12.6.1 -> 12.6.2
2023-02-25 20:02:25 +02:00
github-actions[bot]
52a11b56f9 Merge master into staging-next 2023-02-25 18:01:03 +00:00
figsoda
d3a5394744 sniffnet: 1.1.0 -> 1.1.1
Diff: https://github.com/gyulyvgc/sniffnet/compare/v1.1.0...v1.1.1

Changelog: https://github.com/gyulyvgc/sniffnet/blob/main/CHANGELOG.md
2023-02-25 12:57:08 -05:00
R. Ryantm
6bde4e9ade kubelogin: 0.0.26 -> 0.0.27 2023-02-25 17:56:43 +00:00
Benjamin Asbach
546f356db6 remove myself as maintainer for now as I switched to another distro 2023-02-25 18:56:02 +01:00
Gaetan Lepage
2f403969da vimPlugins.harpoon: add plenary-nvim dependency 2023-02-25 18:51:06 +01:00
R. Ryantm
c27db2a9d6 i2pd: 2.46.0 -> 2.46.1 2023-02-25 17:48:58 +00:00
Weijia Wang
c8ba046415 Merge pull request #217897 from DavidCromp/nest
nest: fix Python & Darwin
2023-02-25 19:47:22 +02:00
Adam Stephens
9ca037029a starship: 1.12.0 -> 1.13.0 2023-02-25 12:22:18 -05:00
Fabian Affolter
a9b78b18a5 python310Packages.nocaselist: 1.0.6 -> 1.1.0
Changelog: https://github.com/pywbem/nocaselist/blob/1.1.0/docs/changes.rst
2023-02-25 18:10:45 +01:00
Fabian Affolter
60acc6fbd2 python310Packages.nocaselist: disable on unsupported Python releases 2023-02-25 18:08:39 +01:00
Fabian Affolter
1dcb728146 python310Packages.nocaselist: switch to pytestCheckHook 2023-02-25 18:05:50 +01:00
Weijia Wang
6c585cde51 Merge pull request #216289 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20230211 -> 20230223-1
2023-02-25 19:05:17 +02:00
Fabian Affolter
0fbb050c18 python310Packages.nocaselist: add changelog to meta 2023-02-25 18:03:57 +01:00
Fabian Affolter
becda3bdf2 python310Packages.notifications-python-client: 6.4.1 -> 7.0.0
Changelog: https://github.com/alphagov/notifications-python-client/blob/7.0.0/CHANGELOG.md
2023-02-25 17:59:23 +01:00
Fabian Affolter
7e1e53a1db python310Packages.notifications-python-client: add changelog to meta 2023-02-25 17:59:02 +01:00
Weijia Wang
8d3d3cf096 Merge pull request #217562 from r-ryantm/auto-update/talloc
talloc: 2.3.4 -> 2.4.0
2023-02-25 18:54:11 +02:00
Thomas Gerbet
43230448b7 Merge pull request #218268 from stehessel/cosign-fix-darwin-build
cosign: allow darwin networking for tests
2023-02-25 17:51:04 +01:00
Weijia Wang
246e2960b4 Merge pull request #217937 from r-ryantm/auto-update/dprint
dprint: 0.34.4 -> 0.34.5
2023-02-25 18:47:25 +02:00
Fabián Heredia Montiel
47ae09178b linux/hardened/patches/6.1: 6.1.12-hardened1 -> 6.1.14-hardened1 2023-02-25 10:45:34 -06:00
Fabián Heredia Montiel
71039ab2cf linux/hardened/patches/5.4: 5.4.231-hardened1 -> 5.4.233-hardened1 2023-02-25 10:45:28 -06:00
Fabián Heredia Montiel
699d701606 linux/hardened/patches/5.15: 5.15.94-hardened1 -> 5.15.96-hardened1 2023-02-25 10:45:21 -06:00
Fabián Heredia Montiel
e3b330c1f3 linux/hardened/patches/5.10: 5.10.168-hardened1 -> 5.10.170-hardened1 2023-02-25 10:45:16 -06:00
Fabián Heredia Montiel
bac3918ba6 linux/hardened/patches/4.19: 4.19.272-hardened1 -> 4.19.274-hardened1 2023-02-25 10:45:11 -06:00
Fabián Heredia Montiel
62b5c4ba75 linux/hardened/patches/4.14: 4.14.305-hardened1 -> 4.14.307-hardened1 2023-02-25 10:45:05 -06:00
Fabián Heredia Montiel
8397fc5ed4 linux-rt_5_15: 5.15.94-rt59 -> 5.15.95-rt60 2023-02-25 10:44:27 -06:00
Fabián Heredia Montiel
62ff5149a1 linux: 6.2 -> 6.2.1 2023-02-25 10:43:09 -06:00
Fabián Heredia Montiel
bbec187ad1 linux: 6.1.13 -> 6.1.14 2023-02-25 10:43:06 -06:00
Fabián Heredia Montiel
bb82baf13c linux: 5.4.232 -> 5.4.233 2023-02-25 10:43:02 -06:00
Fabián Heredia Montiel
9b723ed0cf linux: 5.15.95 -> 5.15.96 2023-02-25 10:42:59 -06:00
Fabián Heredia Montiel
90d7fb0502 linux: 5.10.169 -> 5.10.170 2023-02-25 10:42:56 -06:00
Fabián Heredia Montiel
99e8016209 linux: 4.19.273 -> 4.19.274 2023-02-25 10:42:53 -06:00
Fabián Heredia Montiel
4d334eb4e5 linux: 4.14.306 -> 4.14.307 2023-02-25 10:42:50 -06:00
Fabian Affolter
9a4ce5b840 python310Packages.psygnal: 0.6.0 -> 0.8.1
Changelog: https://github.com/pyapp-kit/psygnal/blob/v0.8.1/CHANGELOG.md
2023-02-25 17:37:50 +01:00
K900
2c1ff16299 ffmpeg-5: fix Vulkan builds
- add vulkan-headers as a dependency
- hack around ffmpeg using unstable VK_EXT names for extensions
- drive-by cleanup: remove unused inherit
2023-02-25 19:33:59 +03:00
Nicolas Martin
c83bee753c vhs: 0.2.0 -> 0.3.0 2023-02-25 17:28:49 +01:00
Weijia Wang
956f039034 Merge pull request #218237 from qbit/obsidian-darwin-1.1.15
obsidian: fix missed hash change for darwin
2023-02-25 18:28:20 +02:00
R. Ryantm
bad5dc61f3 xjadeo: 0.8.11 -> 0.8.12 2023-02-25 16:28:13 +00:00
Fabian Affolter
05a94d7d38 Merge pull request #218077 from fabaff/napari-fix
python310Packages.napari: add missing inputs
2023-02-25 17:26:58 +01:00
figsoda
b1f87ca164 Merge pull request #218178 from r-ryantm/auto-update/xc
xc: 0.0.154 -> 0.0.159
2023-02-25 11:21:45 -05:00
Fabian Affolter
cf7eeed2a5 python310Packages.psygnal: 0.6.0 -> 0.8.1
Changelog: https://github.com/pyapp-kit/psygnal/blob/v0.8.1/CHANGELOG.md
2023-02-25 17:20:25 +01:00
Fabian Affolter
486321615b python310Packages.psygnal: add changelog to meta 2023-02-25 17:20:25 +01:00
figsoda
cbf532aa8b Merge pull request #218156 from marsam/update-you-get
you-get: 0.4.1620 -> 0.4.1650
2023-02-25 11:18:35 -05:00
R. Ryantm
da816da53f jotta-cli: 0.14.60923 -> 0.15.75988 2023-02-25 16:16:50 +00:00
R. Ryantm
a2842d7eb7 qcad: 3.27.8.7 -> 3.27.9.2 2023-02-25 16:15:35 +00:00
Fabian Affolter
0b67d18237 Merge pull request #218241 from fabaff/flake8-docstrings-bump
python310Packages.flake8-docstrings: 1.6.0 -> 1.7.0
2023-02-25 17:14:11 +01:00
Fabian Affolter
3acf8953f9 Merge pull request #218246 from fabaff/json-schema-for-humans-bump
python310Packages.json-schema-for-humans: 0.44 -> 0.44.3
2023-02-25 17:13:16 +01:00
Fabian Affolter
e0cd28d1a4 Merge pull request #218255 from fabaff/aioqsw-bump
python310Packages.aioqsw: 0.3.1 -> 0.3.2
2023-02-25 17:13:03 +01:00
Fabian Affolter
2aed3bcb6e Merge pull request #218256 from fabaff/goodwe-bump
python310Packages.goodwe: 0.2.26 -> 0.2.27
2023-02-25 17:12:52 +01:00
Fabian Affolter
f4b712c418 Merge pull request #218197 from fabaff/persim-fix
python310Packages.persim: disable failing test, python310Packages.ripser: 0.6.1 -> 0.6.4
2023-02-25 17:11:49 +01:00
figsoda
eefeb65e2a Merge pull request #218187 from r-ryantm/auto-update/toast
toast: 0.45.5 -> 0.46.0
2023-02-25 11:09:23 -05:00
figsoda
6e7dd8797b Merge pull request #218223 from r-ryantm/auto-update/skim
skim: 0.10.2 -> 0.10.3
2023-02-25 11:06:51 -05:00
figsoda
38d95b1c80 Merge pull request #218220 from r-ryantm/auto-update/karmor
karmor: 0.11.6 -> 0.11.7
2023-02-25 11:05:10 -05:00
figsoda
cc2795627c Merge pull request #218248 from r-ryantm/auto-update/convco
convco: 0.3.15 -> 0.4.0
2023-02-25 11:00:42 -05:00
figsoda
51e79b0ff3 Merge pull request #218253 from r-ryantm/auto-update/process-compose
process-compose: 0.40.1 -> 0.40.2
2023-02-25 10:56:32 -05:00
figsoda
414b869ca6 Merge pull request #218245 from r-ryantm/auto-update/tickrs
tickrs: 0.14.6 -> 0.14.8
2023-02-25 10:54:24 -05:00
figsoda
30334423e6 oha: 0.5.6 -> 0.5.7
Diff: https://github.com/hatoo/oha/compare/refs/tags/v0.5.6...v0.5.7

Changelog: https://github.com/hatoo/oha/blob/v0.5.7/CHANGELOG.md
2023-02-25 10:42:11 -05:00
figsoda
32cc44d24e cargo-generate: 0.18.0 -> 0.18.1
Diff: https://github.com/cargo-generate/cargo-generate/compare/v0.18.0...v0.18.1

Changelog: https://github.com/cargo-generate/cargo-generate/blob/v0.18.1/CHANGELOG.md
2023-02-25 10:32:12 -05:00
DavidCromp
5ce4a02687 nest: fix Python & Darwin
Removed auto-patch-elf and replaced with find command that moves
libraries where they are expected by nest. Auto-patchelf isn't
supported on aarch64, so I copied my local derivation fix I've been
using.

PyNEST also requires numpy, so that has been added to
propagatedbuildinputs.

Also added support for OpenMP on Darwin.
2023-02-25 10:28:59 -05:00
R. Ryantm
e39f25f9d8 toot: 0.34.0 -> 0.34.1 2023-02-25 15:25:47 +00:00
Jesse Moore
cb28b010b1 python3Packages.returns: init at 0.19.0 2023-02-25 09:23:24 -06:00
R. Ryantm
f39426567e python310Packages.onnx: 1.13.0 -> 1.13.1 2023-02-25 15:23:00 +00:00
Stephan Heßelmann
79396a2aa8 cosign: allow darwin networking for tests 2023-02-25 16:06:25 +01:00
R. Ryantm
a15c903b4b hobbits: 0.53.2 -> 0.54.0 2023-02-25 14:44:04 +00:00
R. Ryantm
2085adc322 benthos: 4.11.0 -> 4.12.1 2023-02-25 14:30:53 +00:00
Fabian Affolter
d453e293ea tickrs: add changelog to meta 2023-02-25 15:29:03 +01:00
Mario Rodas
58f7e4af09 Merge pull request #213397 from marsam/add-coq-lsp
coqPackages_8_16.coq-lsp: init at 0.1.6.1+8.16
2023-02-25 09:27:19 -05:00
Fabian Affolter
12270809ff python310Packages.goodwe: 0.2.26 -> 0.2.27
Diff: https://github.com/marcelblijleven/goodwe/compare/refs/tags/v0.2.26...v0.2.27

Changelog: https://github.com/marcelblijleven/goodwe/releases/tag/v0.2.27
2023-02-25 15:24:53 +01:00
Fabian Affolter
59998c4ba5 python310Packages.dulwich: 0.21.2 -> 0.21.3
Changelog: https://github.com/dulwich/dulwich/blob/dulwich-0.21.3/NEWS
2023-02-25 15:24:06 +01:00
R. Ryantm
d0436b2eab process-compose: 0.40.1 -> 0.40.2 2023-02-25 14:21:24 +00:00
Fabian Affolter
ed1852d3c2 python310Packages.aioqsw: 0.3.1 -> 0.3.2
Changelog: https://github.com/Noltari/aioqsw/releases/tag/0.3.2
2023-02-25 15:16:00 +01:00
R. Ryantm
0e4885645a sigslot: 1.2.1 -> 1.2.2 2023-02-25 13:55:38 +00:00
ajs124
239fd0fbf5 sslsplit: fix build with openssl_3 2023-02-25 14:52:40 +01:00
superherointj
e897e754a0 Merge pull request #218116 from r-ryantm/auto-update/helmfile
helmfile: 0.150.0 -> 0.151.0
2023-02-25 10:49:17 -03:00
Mario Rodas
d4f1a3e4c6 Merge pull request #218183 from r-ryantm/auto-update/netbird-ui
netbird-ui: 0.13.0 -> 0.14.0
2023-02-25 08:43:21 -05:00
Mario Rodas
a6240f26d9 Merge pull request #218234 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.206 -> 0.6.207
2023-02-25 08:40:21 -05:00
R. Ryantm
0d9282da6d convco: 0.3.15 -> 0.4.0 2023-02-25 13:36:35 +00:00
ajs124
d03a70aaca Merge pull request #217939 from helsinki-systems/hashextender_ossl3
hash_extender: don't pin to openssl_1_1 anymore
2023-02-25 14:35:57 +01:00
R. Ryantm
29fe30e1f7 erlang-ls: 0.46.1 -> 0.46.2 2023-02-25 13:35:35 +00:00
Artturi
8e027ec1d1 Merge pull request #218240 from amesgen/tandem-aligner-fix-build-gcc-12 2023-02-25 15:35:12 +02:00
Fabian Affolter
5e0961f6cd python310Packages.json-schema-for-humans: 0.44 -> 0.44.3
Changelog: https://github.com/coveooss/json-schema-for-humans/releases/tag/v0.44.3
2023-02-25 14:24:30 +01:00
Mario Rodas
b94c4b7c1f Merge pull request #218180 from r-ryantm/auto-update/bacon
bacon: 2.4.0 -> 2.6.1
2023-02-25 08:23:22 -05:00
Artturin
42fcb30330 python310Packages.kiwisolver: fix NIX_CFLAGS_COMPILE definition
going through staging

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2023-02-25 15:19:02 +02:00
R. Ryantm
74217b6a86 tickrs: 0.14.6 -> 0.14.8 2023-02-25 13:18:59 +00:00
Mario Rodas
021e6215e1 Merge pull request #218053 from r-ryantm/auto-update/eget
eget: 1.3.2 -> 1.3.3
2023-02-25 08:12:21 -05:00
Mario Rodas
8dcc0c0391 Merge pull request #218057 from techknowlogick/consul-1150
consul: 1.14.4 -> 1.15.0
2023-02-25 08:11:27 -05:00
Mario Rodas
1635f91a16 Merge pull request #218198 from r-ryantm/auto-update/flexget
flexget: 3.5.25 -> 3.5.27
2023-02-25 08:03:29 -05:00
Fabian Affolter
7702f01f89 python310Packages.flake8-docstrings: 1.6.0 -> 1.7.0
Changelog: https://github.com/PyCQA/flake8-docstrings/blob/1.7.0/HISTORY.rst
2023-02-25 13:56:18 +01:00
Weijia Wang
ac21beda5c Merge pull request #218230 from r-ryantm/auto-update/sofia_sip
sofia_sip: 1.13.13 -> 1.13.14
2023-02-25 14:52:28 +02:00
Fabian Affolter
8a8a06bba3 python310Packages.flake8-docstrings: disable on unsupported Python releases 2023-02-25 13:47:27 +01:00
Mario Rodas
c16800e8f1 Merge pull request #218196 from r-ryantm/auto-update/pachyderm
pachyderm: 2.4.5 -> 2.5.0
2023-02-25 07:46:03 -05:00
Mario Rodas
ff88ea7636 Merge pull request #218107 from marsam/darwin-openai-whisper-cpp
openai-whisper-cpp: add platforms to meta
2023-02-25 07:44:42 -05:00
Fabian Affolter
8f83da4938 python310Packages.flake8-docstrings: update homepage and add changelog 2023-02-25 13:44:22 +01:00
Mario Rodas
f3d067697d Merge pull request #218177 from r-ryantm/auto-update/simdjson
simdjson: 3.1.1 -> 3.1.2
2023-02-25 07:44:22 -05:00
amesgen
a85b73c514 tandem-aligner: fix build with GCC 12 2023-02-25 13:40:11 +01:00
Mario Rodas
1bf6a3659d Merge pull request #217209 from fabaff/phonenumbers-bump
python310Packages.phonenumbers: 8.13.3 -> 8.13.6
2023-02-25 07:37:40 -05:00
Aaron Bieber
4f820e9c4c obsidian: fix missed hash change for darwin
fixes #218218
2023-02-25 05:33:40 -07:00
piegames
5bc7cc43f2 Merge pull request #218076: gnomeExtensions: auto-update 2023-02-25 13:29:48 +01:00
Weijia Wang
a7a71bbd92 Merge pull request #217270 from r-ryantm/auto-update/nwg-panel
nwg-panel: 0.7.16 -> 0.7.17
2023-02-25 14:25:47 +02:00
Pavol Rusnak
ea849230b6 Merge pull request #218228 from r-ryantm/auto-update/lndhub-go
lndhub-go: 0.12.0 -> 0.13.0
2023-02-25 13:24:06 +01:00
R. Ryantm
957c25f71d brev-cli: 0.6.206 -> 0.6.207 2023-02-25 12:19:53 +00:00
R. Ryantm
39ff9ec4c8 pypi-mirror: 5.0.1 -> 5.0.2 2023-02-25 12:14:35 +00:00
Weijia Wang
cbcdfdd7b0 Merge pull request #218213 from wegank/nix-cflags-env
treewide: move more NIX_CFLAGS_COMPILE to env
2023-02-25 14:14:07 +02:00
Dennis Gosnell
a24766e3bd Merge pull request #218162 from cdepillabout/anki-bin-version
anki-bin: set correct name and version for derivation
2023-02-25 21:13:28 +09:00
github-actions[bot]
79a47b8646 Merge master into staging-next 2023-02-25 12:01:29 +00:00
R. Ryantm
4f6ec9f847 sofia_sip: 1.13.13 -> 1.13.14 2023-02-25 12:00:06 +00:00
Weijia Wang
0c9de7958f Merge pull request #218203 from davidak/p3x-onenote-fix
p3x-onenote: set supported platforms
2023-02-25 13:55:07 +02:00
R. Ryantm
8f0dd3a198 lndhub-go: 0.12.0 -> 0.13.0 2023-02-25 11:52:18 +00:00
Weijia Wang
4047ca8c65 Merge pull request #218075 from Alper-Celik/master
magic-enum: fix build issues on gcc 12
2023-02-25 13:50:56 +02:00
Weijia Wang
5e135c479b Merge pull request #218190 from LeSuisse/cosign-2.0.0
cosign: 1.13.1 -> 2.0.0
2023-02-25 13:47:20 +02:00
Thomas Gerbet
19c7b80ba0 mediawiki: 1.39.1 -> 1.39.2
https://www.mediawiki.org/wiki/Release_notes/1.39
2023-02-25 12:42:33 +01:00
R. Ryantm
0b996a9408 coreth: 0.11.6 -> 0.11.7 2023-02-25 11:41:20 +00:00
Fabian Affolter
b5e64e88bb python311Packages.google-apitools: remove
Module is deprecated and unsupported by upstream. The replacement is
Google Cloud Client Library (https://github.com/googleapis/google-cloud-python)
2023-02-25 12:40:41 +01:00
R. Ryantm
b14f0102c4 skim: 0.10.2 -> 0.10.3 2023-02-25 11:31:36 +00:00
Franz Pletz
f783f4a353 Merge pull request #218214 from r-ryantm/auto-update/subfinder 2023-02-25 12:27:54 +01:00
Franz Pletz
45a4acc903 Merge pull request #216541 from KAction/patch/v1/pkgsStatic.slstatus
pkgsStatic.slstatus: fix build
2023-02-25 12:26:25 +01:00
R. Ryantm
3fd73135fe karmor: 0.11.6 -> 0.11.7 2023-02-25 11:17:17 +00:00
Florian Klink
ba2ea52ff5 Merge pull request #218155 from r-ryantm/auto-update/talosctl
talosctl: 1.3.4 -> 1.3.5
2023-02-25 12:13:35 +01:00
Franz Pletz
d93709e11c Merge pull request #217729 from Atemu/update/xanmod
linux_xanmod_latest: 6.1.7 -> 6.1.13
2023-02-25 12:08:25 +01:00
R. Ryantm
c7fd310aa0 osv-scanner: 1.1.0 -> 1.2.0 2023-02-25 11:05:25 +00:00
Weijia Wang
1dfe93fe85 treewide: move more NIX_CFLAGS_COMPILE to env 2023-02-25 13:00:47 +02:00
R. Ryantm
05e60af5f2 subfinder: 2.5.5 -> 2.5.6 2023-02-25 11:00:12 +00:00
Greizgh
a69d8e4658 seahub: 9.0.6 -> 9.0.10 2023-02-25 11:58:47 +01:00
R. Ryantm
d1aca2c125 lighthouse: 3.4.0 -> 3.5.0 2023-02-25 10:56:40 +00:00
Alper Çelik
f55af2ad59 magic-enum: fix build issues on gcc 12
Update pkgs/development/libraries/magic-enum/default.nix

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-02-25 13:50:34 +03:00
R. Ryantm
55d8a78f73 imapfilter: 2.7.6 -> 2.8.1 2023-02-25 10:49:54 +00:00
Weijia Wang
83d62a00ea prl-tools: 18.1.1-53328 -> 18.2.0-53488 2023-02-25 12:35:25 +02:00
Thomas Gerbet
dfacfebe23 mruby: 3.1.0 -> 3.2.0
https://github.com/mruby/mruby/blob/3.2.0/NEWS

Fixes:
- CVE-2022-0080
- CVE-2022-0240
- CVE-2022-0326
- CVE-2022-0631
- CVE-2022-0481
- CVE-2022-0525
- CVE-2022-0570
- CVE-2022-0614
- CVE-2022-0623
- CVE-2022-0630
- CVE-2022-0631
- CVE-2022-0632
- CVE-2022-0717
- CVE-2022-0890
- CVE-2022-1106
- CVE-2022-1212
- CVE-2022-1276
- CVE-2022-1286
- CVE-2022-1934
2023-02-25 11:33:48 +01:00
Fabian Affolter
38b7104fd1 Merge pull request #218172 from r-ryantm/auto-update/python310Packages.kbcstorage
python310Packages.kbcstorage: 0.4.1 -> 0.5.0
2023-02-25 11:30:29 +01:00
Weijia Wang
264c496ae5 Merge pull request #218169 from r-ryantm/auto-update/istioctl
istioctl: 1.17.0 -> 1.17.1
2023-02-25 12:19:53 +02:00
davidak
6dcf81061a p3x-onenote: set supported platforms
fixing build issue on not supported platforms
2023-02-25 11:19:31 +01:00
R. Ryantm
ee6bc5a597 krill: 0.12.1 -> 0.12.2 2023-02-25 10:18:52 +00:00
Fabian Affolter
4a5739ad37 python310Packages.ripser: 0.6.1 -> 0.6.4
Changelog: https://github.com/scikit-tda/ripser.py/blob/0.6.4/CHANGELOG.md
2023-02-25 11:13:47 +01:00
Fabian Affolter
6930c33c19 python310Packages.ripser: move cython to nativeBuildInputs 2023-02-25 11:12:46 +01:00
Fabian Affolter
ae3253f3d6 python310Packages.ripser: add changelog to meta 2023-02-25 11:10:23 +01:00
R. Ryantm
b707eb4409 meilisearch: 1.0.1 -> 1.0.2 2023-02-25 05:09:39 -05:00
Fabian Affolter
f2429d995e python310Packages.ripser: add pythonImportsCheck 2023-02-25 11:05:47 +01:00
Fabian Affolter
ecb41a9370 python310Packages.kbcstorage: use nixpkgs-fmt
- disable on unsupported Python releases
2023-02-25 10:54:20 +01:00
Fabian Affolter
d25023bdc0 python310Packages.kbcstorage: add changelog to meta 2023-02-25 10:46:15 +01:00
Damien Cassou
64a7510205 Merge pull request #218115 from lunik1/iosevka_17.1.0→19.0.1 2023-02-25 10:43:31 +01:00
Fabian Affolter
dbde849102 devpi-client: 5.2.3 -> 6.0.3
Changelog: https://github.com/devpi/devpi/blob/client-6.0.3/client/CHANGELOG
2023-02-25 10:42:36 +01:00
Fabian Affolter
50c1d0a20e python310Packages.persim: disable failing test 2023-02-25 10:39:41 +01:00
Mario Rodas
3954f4ea13 python310Packages.pytest-flask: disable flaky test on darwin 2023-02-25 09:39:00 +00:00
R. Ryantm
6e196f1c52 flexget: 3.5.25 -> 3.5.27 2023-02-25 09:38:23 +00:00
Thiago Kenji Okada
d76865b2cd Merge pull request #218181 from r-ryantm/auto-update/mame
mame: 0.251 -> 0.252
2023-02-25 09:36:38 +00:00
Weijia Wang
edb99ca5a4 Merge pull request #218085 from wegank/dvc-task-bump
python310Packages.dvc-task: 0.1.9 -> 0.1.11
2023-02-25 11:35:52 +02:00
R. Ryantm
c0595623c4 pachyderm: 2.4.5 -> 2.5.0 2023-02-25 09:33:32 +00:00
Weijia Wang
9a974f95d2 Merge pull request #218165 from r-ryantm/auto-update/popeye
popeye: 0.10.1 -> 0.11.1
2023-02-25 11:33:01 +02:00
Fabian Affolter
03eaa3aeea python310Packages.pypitoken: init at 6.0.3 2023-02-25 10:26:56 +01:00
Weijia Wang
66d833402d widevine-cdm: 4.10.2449.0 -> 4.10.2557.0 2023-02-25 11:19:59 +02:00
R. Ryantm
a82015b5aa pocketbase: 0.12.2 -> 0.12.3 2023-02-25 09:19:46 +00:00
Weijia Wang
fb15c693c3 widevine-cdm: merge with vivaldi-widevine 2023-02-25 11:18:41 +02:00
Thomas Gerbet
6dd6e88a88 cosign: 1.13.1 -> 2.0.0
https://github.com/sigstore/cosign/releases/tag/v2.0.0
69c9b37f2a/CHANGELOG.md
2023-02-25 10:01:44 +01:00
Weijia Wang
b3e65bf872 Merge pull request #210220 from r-ryantm/auto-update/latex2html
latex2html: 2022.2 -> 2023
2023-02-25 11:01:28 +02:00
Fabian Affolter
d0149bcd05 devpi-client: add changelog to meta 2023-02-25 09:59:09 +01:00
R. Ryantm
d478040dd3 fluidd: 1.23.1 -> 1.23.2 2023-02-25 08:57:40 +00:00
R. Ryantm
c153a65789 toast: 0.45.5 -> 0.46.0 2023-02-25 08:57:05 +00:00
Weijia Wang
66a21f080f Merge pull request #209626 from r-ryantm/auto-update/libwps
libwps: 0.4.12 -> 0.4.13
2023-02-25 10:51:14 +02:00
Fabian Affolter
50b8115f67 spotdl: 4.0.6 -> 4.0.7
Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.0.7
2023-02-25 09:47:45 +01:00
Weijia Wang
17b1e99509 Merge pull request #217346 from dotlambda/chatty-0.7.0
chatty: 0.7.0_rc5 -> 0.7.0
2023-02-25 10:47:07 +02:00
Fabian Affolter
49c528f328 spotdl: add changelog to meta 2023-02-25 09:46:27 +01:00
Mario Rodas
ea1b292daa netbird-ui: 0.14.0 -> 0.14.1
https://github.com/netbirdio/netbird/releases/tag/v0.14.1
2023-02-25 08:41:00 +00:00
Sergei Trofimovich
504c4fdc34 Merge pull request #217977 from amjoseph-nixpkgs/pr/gcc/fix-plugin-order-assertion
gcc: fix implication order in assertion
2023-02-25 08:40:28 +00:00
R. Ryantm
c07e4e2a06 netbird-ui: 0.13.0 -> 0.14.0 2023-02-25 08:40:05 +00:00
Fabian Affolter
cc6d05d40a Merge pull request #217488 from fabaff/flask-restplus-inputs
python310Packages.flask-restplus: remove
2023-02-25 09:34:23 +01:00
Fabian Affolter
03c8fda060 Merge pull request #218009 from fabaff/pytest-flask-clean
python310Packages.pytest-flask: switch to pytestCheckHook
2023-02-25 09:29:32 +01:00
R. Ryantm
dfd0441c5d mame: 0.251 -> 0.252 2023-02-25 08:28:39 +00:00
Timo Kaufmann
009f9d6e5c Merge pull request #218001 from fabaff/flask-autoindex-fix
python310Packages.flask-autoindex: mark as broken
2023-02-25 09:26:44 +01:00
Fabian Affolter
43ceab5a78 Merge pull request #218086 from fabaff/syncedlyrics
python310Packages.syncedlyrics: init at 0.4.0
2023-02-25 09:26:01 +01:00
Fabian Affolter
e7e9a79962 Merge pull request #217934 from fabaff/sunweg
python310Packages.sunweg: init at 0.0.8
2023-02-25 09:25:39 +01:00
Fabian Affolter
e8a84b771e Merge pull request #217935 from fabaff/mopeka-iot-ble
python310Packages.mopeka-iot-ble: init at 0.4.1
2023-02-25 09:25:27 +01:00
Fabian Affolter
ed91c87333 Merge pull request #218056 from r-ryantm/auto-update/python310Packages.slackclient
python310Packages.slackclient: 3.19.5 -> 3.20.0
2023-02-25 09:23:09 +01:00
Fabian Affolter
82c3998fc2 Merge pull request #217993 from fabaff/dict2xml-bump
python310Packages.dict2xml: 1.7.1 -> 1.7.2
2023-02-25 09:21:50 +01:00
Fabian Affolter
e16b5256f2 Merge pull request #218036 from fabaff/aiolivisi-bump
python310Packages.aiolivisi: 0.0.15 -> 0.0.16
2023-02-25 09:20:12 +01:00
Fabian Affolter
1bafde9936 Merge pull request #218050 from fabaff/odp-amsterdam-bump
python310Packages.odp-amsterdam: 5.0.1 -> 5.1.0
2023-02-25 09:19:55 +01:00
R. Ryantm
1299b4bc57 bacon: 2.4.0 -> 2.6.1 2023-02-25 08:19:46 +00:00
Fabian Affolter
136f20233e Merge pull request #218023 from r-ryantm/auto-update/python310Packages.pipenv-poetry-migrate
python310Packages.pipenv-poetry-migrate: 0.3.1 -> 0.3.2
2023-02-25 09:19:11 +01:00
linsui
355861a447 quickmu: fix for spice-client-glib-usb-acl-helper 2023-02-25 16:16:11 +08:00
Fabian Affolter
672fa020df Merge pull request #218088 from r-ryantm/auto-update/python310Packages.vivisect
python310Packages.vivisect: 1.0.8 -> 1.1.0
2023-02-25 09:15:05 +01:00
Fabian Affolter
dfb5e8b156 Merge pull request #218096 from fabaff/pontos-bump
python310Packages.pontos: 23.2.9 -> 23.2.10
2023-02-25 09:13:02 +01:00
Fabian Affolter
6057cda1c5 Merge pull request #218174 from r-ryantm/auto-update/python310Packages.types-docutils
python310Packages.types-docutils: 0.19.1.5 -> 0.19.1.6
2023-02-25 09:12:16 +01:00
davidak
7e71776255 Merge pull request #218135 from bobby285271/upd/monitor
monitor: 0.15.1 -> 0.16.0
2023-02-25 09:06:29 +01:00
R. Ryantm
8b5450ac10 xc: 0.0.154 -> 0.0.159 2023-02-25 07:46:41 +00:00
R. Ryantm
433e77fe0d simdjson: 3.1.1 -> 3.1.2 2023-02-25 07:38:31 +00:00
R. Ryantm
94e12755b1 python310Packages.ipyvue: 1.8.0 -> 1.9.0 2023-02-25 07:25:38 +00:00
R. Ryantm
2dada4d7ed python310Packages.types-docutils: 0.19.1.5 -> 0.19.1.6 2023-02-25 06:49:26 +00:00
R. Ryantm
1c3af67db3 python310Packages.kbcstorage: 0.4.1 -> 0.5.0 2023-02-25 06:30:43 +00:00
linsui
560c3389f4 sing-geoip: init at 20230112 2023-02-25 14:21:28 +08:00
R. Ryantm
ed6c7c8161 readstat: 1.1.8 -> 1.1.9 2023-02-25 06:18:17 +00:00
R. Ryantm
9e3c0b7156 istioctl: 1.17.0 -> 1.17.1 2023-02-25 06:16:14 +00:00
R. Ryantm
d8d0cc1a78 bundlewrap: 4.16.0 -> 4.17.0 2023-02-25 06:01:31 +00:00
github-actions[bot]
ffa8788cc6 Merge master into staging-next 2023-02-25 06:01:20 +00:00
R. Ryantm
c27ce21880 nwg-bar: 0.1.0 -> 0.1.1 2023-02-25 05:55:51 +00:00
R. Ryantm
6661e6245f popeye: 0.10.1 -> 0.11.1 2023-02-25 05:41:59 +00:00
Mario Rodas
19943b3161 Merge pull request #218144 from r-ryantm/auto-update/argocd-autopilot
argocd-autopilot: 0.4.11 -> 0.4.12
2023-02-25 00:36:27 -05:00
Mario Rodas
ef2a78723e Merge pull request #218046 from r-ryantm/auto-update/python310Packages.bsdiff4
python310Packages.bsdiff4: 1.2.2 -> 1.2.3
2023-02-25 00:35:38 -05:00
R. Ryantm
1b46f8574d signalbackup-tools: 20230211 -> 20230223-1 2023-02-25 05:32:53 +00:00
Mario Rodas
fc6c654823 Merge pull request #218132 from r-ryantm/auto-update/karma
karma: 0.111 -> 0.112
2023-02-25 00:32:16 -05:00
Mario Rodas
be1165e1fb Merge pull request #218139 from r-ryantm/auto-update/google-guest-agent
google-guest-agent: 20230202.00 -> 20230221.00
2023-02-25 00:31:27 -05:00
Mario Rodas
d9f65334fc Merge pull request #218138 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.23391 -> 0.1.23667
2023-02-25 00:31:14 -05:00
Mario Rodas
95e5855ba2 Merge pull request #218153 from r-ryantm/auto-update/syft
syft: 0.72.0 -> 0.73.0
2023-02-25 00:30:42 -05:00
Mario Rodas
10974f57b5 Merge pull request #218154 from marsam/update-check-jsonschema
check-jsonschema: 0.18.3 -> 0.21.0
2023-02-25 00:29:58 -05:00
Mario Rodas
595dcdcb47 Merge pull request #217866 from glittershark/add-back-rails
rubyPackages: Add back rails

Closes https://github.com/NixOS/nixpkgs/issues/193615
Closes https://github.com/NixOS/nixpkgs/issues/217691
2023-02-25 00:28:46 -05:00
R. Ryantm
4dece829b3 fbthrift: 2023.01.30.00 -> 2023.02.20.00 2023-02-25 05:18:10 +00:00
Dennis Gosnell
0467f6d76f anki-bin: set correct name and version for derivation
anki-bin is built with buildFHSUserEnv on Linux, which doesn't set a
version for the resulting derivation.  This commit overrides the
resulting derivation to have a version set correctly.

This is important for end-users to be able to easily tell what
version of Anki they will get when they install `anki-bin`.  It is
normally very important to use the correct version of Anki.
2023-02-25 14:00:05 +09:00
github-actions[bot]
0470d19d77 terraform-providers.google-beta: 4.53.1 → 4.54.0 2023-02-25 14:48:52 +10:00
github-actions[bot]
73e85c3a98 terraform-providers.aws: 4.55.0 → 4.56.0 2023-02-25 14:48:52 +10:00
github-actions[bot]
8bf2e6d0a6 terraform-providers.cloudinit: 2.3.1 → 2.3.2 2023-02-25 14:48:52 +10:00
github-actions[bot]
a963c27711 terraform-providers.azurerm: 3.44.1 → 3.45.0 2023-02-25 14:48:52 +10:00
github-actions[bot]
0aa8a5b647 terraform-providers.azuread: 2.34.1 → 2.35.0 2023-02-25 14:48:52 +10:00
github-actions[bot]
445f66b5b2 terraform-providers.aiven: 3.11.0 → 4.0.0 2023-02-25 14:48:52 +10:00
figsoda
159ca81a66 cargo-zigbuild: 0.16.0 -> 0.16.1
Diff: https://github.com/messense/cargo-zigbuild/compare/v0.16.0...v0.16.1

Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.16.1
2023-02-24 23:46:15 -05:00
R. Ryantm
93cabac35e neo4j-desktop: 1.5.6 -> 1.5.7 2023-02-25 04:40:51 +00:00
R. Ryantm
c9ff9afbad asymptote: 2.83 -> 2.85 2023-02-25 04:24:26 +00:00
Michele Guerini Rocco
9009e18c95 Merge pull request #217871 from pstn/nheko-0-11-3
nheko 0.11.1 -> 0.11.3
2023-02-25 05:14:08 +01:00
R. Ryantm
bd9089f428 ceph-csi: 3.7.2 -> 3.8.0 2023-02-25 04:06:59 +00:00
Mario Rodas
dcb5b5500e Merge pull request #218140 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.149 -> 3.0.150
2023-02-24 22:58:00 -05:00
R. Ryantm
1ee3309f0f talosctl: 1.3.4 -> 1.3.5 2023-02-25 03:39:56 +00:00
R. Ryantm
0ea80abf67 syft: 0.72.0 -> 0.73.0 2023-02-25 03:38:47 +00:00
R. Ryantm
013049382f refurb: 1.12.0 -> 1.13.0 2023-02-25 03:31:12 +00:00
R. Ryantm
d3d5cdebb6 rtsp-simple-server: 0.21.4 -> 0.21.5 2023-02-25 03:26:43 +00:00
R. Ryantm
522098e3b5 wasmtime: 5.0.0 -> 6.0.0 2023-02-25 03:17:27 +00:00
Connor Baker
510e2ccd97 cudnn: init 8.8.0; rewrite to assist maintainability 2023-02-24 22:09:19 -05:00
R. Ryantm
f5f6054d03 lxi-tools: 2.4 -> 2.5 2023-02-25 03:05:43 +00:00
Nick Cao
49e3683c6b Merge pull request #218133 from r-ryantm/auto-update/temporal-cli
temporal-cli: 1.17.2 -> 1.18.0
2023-02-25 11:02:19 +08:00
R. Ryantm
5d419ff33d opcr-policy: 0.1.47 -> 0.1.50 2023-02-25 02:58:19 +00:00
Connor Baker
434c3ea46c magma: init 2.7.1; migrate to cudaPackages 2023-02-24 21:55:34 -05:00
R. Ryantm
426b2be487 argocd-autopilot: 0.4.11 -> 0.4.12 2023-02-25 02:54:05 +00:00
R. Ryantm
677e62b9b1 semodule-utils: 3.4 -> 3.5 2023-02-25 02:44:59 +00:00
R. Ryantm
febcedca14 cdogs-sdl: 1.4.0 -> 1.4.1 2023-02-25 02:43:42 +00:00
R. Ryantm
c5abf8d086 aliyun-cli: 3.0.149 -> 3.0.150 2023-02-25 02:31:28 +00:00
R. Ryantm
b9726b4832 google-guest-agent: 20230202.00 -> 20230221.00 2023-02-25 02:18:19 +00:00
Nick Cao
c242ed6eb5 Merge pull request #217929 from samueldr/update/vboot_reference-R111
vboot_reference: 20180311 -> 111.15329
2023-02-25 10:14:01 +08:00
Nick Cao
308dfa93cd Merge pull request #218090 from dotlambda/py-bip39-bindings-0.1.11
python310Packages.py-bip39-bindings: 0.1.10 -> 0.1.11
2023-02-25 10:09:29 +08:00
R. Ryantm
b4d9b64de7 circleci-cli: 0.1.23391 -> 0.1.23667 2023-02-25 02:09:09 +00:00
Nick Cao
aeca71f485 Merge pull request #218060 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
firefox-beta-bin-unwrapped: 110.0b9 -> 111.0b5
2023-02-25 10:06:32 +08:00
Bobby Rong
6da5a3344b Merge pull request #218034 from bobby285271/upd/pantheon.appcenter
pantheon.appcenter: 7.2.0 -> 7.2.1
2023-02-25 10:02:53 +08:00
Nick Cao
74b953c507 Merge pull request #218063 from figsoda/onefetch
onefetch: 2.15.1 -> 2.16.0
2023-02-25 10:02:03 +08:00
Nick Cao
22b300683f Merge pull request #218068 from dotlambda/rymdport-3.3.2
rymdport: 3.3.1 -> 3.3.2
2023-02-25 10:01:32 +08:00
Nick Cao
d0eb439e16 Merge pull request #218072 from superherointj/package-fluxcd-0.40.1
fluxcd: 0.40.0 -> 0.40.1
2023-02-25 10:00:39 +08:00
Nick Cao
2a987db0cc Merge pull request #218098 from fabaff/aiogithubapi-bump
python310Packages.aiogithubapi: 22.12.2 -> 23.2.1
2023-02-25 09:56:41 +08:00
Nick Cao
eb03dde70d Merge pull request #217890 from IndeedNotJames/nixos-tests-gitea
nixos/tests/gitea: open up test for forgejo
2023-02-25 09:55:43 +08:00
Nick Cao
75be28501e Merge pull request #218100 from IndeedNotJames/forgejo
forgejo: 1.18.3-2 -> 1.18.5-0
2023-02-25 09:54:49 +08:00
Nick Cao
39e27f3cb3 Merge pull request #218105 from marsam/update-kbs2
kbs2: 0.6.0 -> 0.7.1
2023-02-25 09:53:17 +08:00
Bobby Rong
28ca776339 monitor: 0.15.1 -> 0.16.0
https://github.com/stsdc/monitor/compare/0.15.1...0.16.0
2023-02-25 09:51:05 +08:00
Nick Cao
6e4263b45c Merge pull request #218125 from r-ryantm/auto-update/pluto
pluto: 5.13.3 -> 5.15.1
2023-02-25 09:50:53 +08:00
R. Ryantm
fde292c8ff cli53: 0.8.18 -> 0.8.21 2023-02-25 01:50:01 +00:00
Nick Cao
ee92a39f9a Merge pull request #218122 from r-ryantm/auto-update/adguardhome
adguardhome: 0.107.24 -> 0.107.25
2023-02-25 09:50:01 +08:00
Nick Cao
b85cdb8ffa Merge pull request #218121 from r-ryantm/auto-update/doppler
doppler: 3.54.0 -> 3.55.0
2023-02-25 09:49:39 +08:00
Nick Cao
40761a75ce Merge pull request #218119 from r-ryantm/auto-update/libamqpcpp
libamqpcpp: 4.3.19 -> 4.3.20
2023-02-25 09:49:00 +08:00
Nick Cao
531c91e63b Merge pull request #212712 from amarshall/bitwarden-src-build
bitwarden: build from source, rename bin build to bitwarden-bin
2023-02-25 09:46:28 +08:00
Nick Cao
d9489385c6 Merge pull request #218032 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202302200325 -> 202302230047
2023-02-25 09:44:13 +08:00
Nick Cao
ff6b1a03e2 Merge pull request #217046 from r-ryantm/auto-update/go-cve-search
go-cve-search: 0.1.3 -> 0.1.4
2023-02-25 09:43:57 +08:00
R. Ryantm
ba4276c044 temporal-cli: 1.17.2 -> 1.18.0 2023-02-25 01:40:48 +00:00
R. Ryantm
22e72010bd karma: 0.111 -> 0.112 2023-02-25 01:38:31 +00:00
R. Ryantm
26c256b671 phlare: 0.3.0 -> 0.5.1 2023-02-25 01:25:48 +00:00
Mario Rodas
568db3e447 Merge pull request #218111 from r-ryantm/auto-update/grpc-client-cli
grpc-client-cli: 1.16.0 -> 1.17.0
2023-02-24 20:24:34 -05:00
Mario Rodas
7e22965b2c Merge pull request #217877 from matthiasbeyer/update-cargo-llvm-cov
cargo-llvm-cov: 0.5.9 -> 0.5.10
2023-02-24 20:24:08 -05:00
R. Ryantm
0ecf6ced8f snappymail: 2.26.0 -> 2.26.3 2023-02-25 01:19:23 +00:00
R. Ryantm
8830776107 pluto: 5.13.3 -> 5.15.1 2023-02-25 01:10:35 +00:00
Jan Tojnar
a8122ef792 Merge pull request #217733 from jtojnar/vala
vala: 0.56.3 → 0.56.4
2023-02-25 01:56:07 +01:00
R. Ryantm
d464a5bdff qbittorrent: 4.5.0 -> 4.5.1 2023-02-25 00:53:58 +00:00
R. Ryantm
265f285255 adguardhome: 0.107.24 -> 0.107.25 2023-02-25 00:43:49 +00:00
Arthur Outhenin-Chalandre
47782b16c5 protonmail-bridge: 2.3.0 -> 3.0.18
Update protonmail-bridge to v3. This also rename the CLI executable from
protonmail-bridge to bridge to be more in line with upstream naming.

Co-authored-by: James Landrein <github@j4m3s.eu>
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
2023-02-25 01:41:39 +01:00
Rick van Schijndel
fc302c3a81 Merge pull request #216795 from nviets/xgboost174
xgboost: 1.7.3 -> 1.7.4
2023-02-25 01:15:33 +01:00
github-actions[bot]
359de95de5 Merge master into haskell-updates 2023-02-25 00:14:08 +00:00
R. Ryantm
d7e23a75bd doppler: 3.54.0 -> 3.55.0 2023-02-25 00:10:12 +00:00
github-actions[bot]
78fc07ec20 Merge master into staging-next 2023-02-25 00:02:47 +00:00
Mario Rodas
e7f0b13b54 rubyPackages.gpgme: fix build 2023-02-25 00:00:00 +00:00
R. Ryantm
28bbc44d80 libamqpcpp: 4.3.19 -> 4.3.20 2023-02-24 23:57:15 +00:00
Mario Rodas
665cbdb5e0 Merge pull request #217885 from cbrewster/nsc-completion
nsc: add shell completion
2023-02-24 18:52:15 -05:00
Mario Rodas
cddd703f1c Merge pull request #218102 from marsam/update-fastlane
fastlane: 2.212.0 -> 2.212.1
2023-02-24 18:51:27 -05:00
zowoq
bf816a54cf podman: 4.4.1 -> 4.4.2
Diff: https://github.com/containers/podman/compare/v4.4.1...v4.4.2

Changelog: https://github.com/containers/podman/blob/v4.4.2/RELEASE_NOTES.md
2023-02-25 09:49:42 +10:00
R. Ryantm
60ee2eaf54 diamond: 2.1.1 -> 2.1.3 2023-02-24 23:46:09 +00:00
Mario Rodas
651b6dc7ef Merge pull request #218013 from r-ryantm/auto-update/v2ray
v2ray: 5.3.0 -> 5.4.0
2023-02-24 18:40:12 -05:00
Mario Rodas
3719473626 Merge pull request #190399 from r-ryantm/auto-update/shadowsocks-v2ray-plugin
shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2
2023-02-24 18:39:11 -05:00
Mario Rodas
86f4c1bccb Merge pull request #218095 from fabaff/yalexs-ble-bump
python310Packages.yalexs-ble: 2.0.2 -> 2.0.3
2023-02-24 18:37:48 -05:00
Mario Rodas
8bc8952f2e Merge pull request #218097 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 12.0.2 -> 12.1.6
2023-02-24 18:36:11 -05:00
Mario Rodas
d64e9e1849 Merge pull request #218099 from fabaff/zamg-bump
python310Packages.zamg: 0.2.2 -> 0.2.3
2023-02-24 18:35:51 -05:00
lunik1
273c9629f6 iosevka: 17.1.0 → 19.0.1
Diff: https://github.com/be5invis/iosevka/compare/v17.1.0...v19.0.1
2023-02-24 23:32:05 +00:00
Fabian Affolter
947c5581d5 Merge pull request #217923 from fabaff/mdp-fix
python310Packages.MDP: fix tests
2023-02-25 00:31:30 +01:00
Fabian Affolter
b7fee8ecd4 python310Packages.pyramid_hawkauth: remove
Module was last released in 2018 and is unmaintained
2023-02-25 00:26:25 +01:00
Nathan Viets
69f859f806 xgboost: 1.7.3 -> 1.7.4 2023-02-24 18:25:54 -05:00
R. Ryantm
9307c31bab helmfile: 0.150.0 -> 0.151.0 2023-02-24 23:21:53 +00:00
R. Ryantm
1c8bde1d29 libsemanage: 3.4 -> 3.5 2023-02-24 23:20:18 +00:00
Fabian Affolter
953b9a3de5 Merge pull request #218083 from r-ryantm/auto-update/python310Packages.marshmallow-sqlalchemy
python310Packages.marshmallow-sqlalchemy: 0.28.1 -> 0.28.2
2023-02-25 00:10:06 +01:00
Fabian Affolter
744bc24e55 python310Packages.pipenv-poetry-migrate: add changelog to meta 2023-02-25 00:01:18 +01:00
R. Ryantm
1088e42e3f grpc-client-cli: 1.16.0 -> 1.17.0 2023-02-24 22:59:54 +00:00
R. Ryantm
78203038bd go-minimock: 3.0.10 -> 3.1.1 2023-02-24 22:59:49 +00:00
Mario Rodas
791e85c7f4 Merge pull request #208349 from viraptor/rbspy-0.15.0
rbspy: 0.12.1 -> 0.15.0
2023-02-24 17:57:12 -05:00
Fabian Affolter
f12cce6007 python310Packages.dvc-task: add changelog to meta 2023-02-24 23:54:59 +01:00
Fabian Affolter
b485fa4c8b python310Packages.bsdiff4: add changelog to meta 2023-02-24 23:52:06 +01:00
Fabian Affolter
98214d5110 Merge pull request #218067 from r-ryantm/auto-update/python310Packages.google-cloud-asset
python310Packages.google-cloud-asset: 3.17.1 -> 3.18.0
2023-02-24 23:50:03 +01:00
Fabian Affolter
447e982128 Merge pull request #218080 from r-ryantm/auto-update/python310Packages.google-cloud-os-config
python310Packages.google-cloud-os-config: 1.14.1 -> 1.15.0
2023-02-24 23:49:15 +01:00
R. Ryantm
328984611b sdrangel: 7.9.0 -> 7.10.0 2023-02-24 22:49:00 +00:00
Fabian Affolter
9e7328cb20 Merge pull request #218093 from fabaff/pykakasi
python310Packages.pykakasi: add missing input
2023-02-24 23:38:44 +01:00
R. Ryantm
28f9a2e3b6 opustags: 1.6.0 -> 1.7.0 2023-02-24 22:37:33 +00:00
André Silva
ee18200c31 Merge pull request #218003 from liff/add-teams-backup-url
teams: add an alternative download URL
2023-02-24 22:34:56 +00:00
Samuel Ainsworth
d24dde7f6c Merge pull request #217367 from ConnorBaker/feat/cudaFlags-arch-rewrite
cudaFlags: rewrite to capture all architectures and fix NixOS#215436
2023-02-24 17:31:11 -05:00
Fabian Affolter
be0a9753aa python310Packages.zamg: 0.2.2 -> 0.2.3
Diff: https://github.com/killer0071234/python-zamg/compare/refs/tags/v0.2.2...v0.2.3

Changelog: https://github.com/killer0071234/python-zamg/releases/tag/v0.2.3
2023-02-24 23:28:47 +01:00
IndeedNotJames
cef7b60700 forgejo: 1.18.3-2 -> 1.18.5-0
70d76a1cd3/RELEASE-NOTES.md (1-18-5-0)
2023-02-24 23:28:46 +01:00
Fabian Affolter
cdcda4de0a python310Packages.aiogithubapi: 22.12.2 -> 23.2.1
Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/23.2.1
2023-02-24 23:28:28 +01:00
Fabian Affolter
e07accff8b python310Packages.yalexs-ble: 2.0.2 -> 2.0.3
Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.0.3/CHANGELOG.md
2023-02-24 23:26:17 +01:00
Fabian Affolter
b87d093bd4 python310Packages.pontos: 23.2.9 -> 23.2.10
Changelog: https://github.com/greenbone/pontos/releases/tag/v23.2.10
2023-02-24 23:25:30 +01:00
Fabian Affolter
2611a7fdc0 python310Packages.peaqevcore: 12.0.2 -> 12.1.6 2023-02-24 23:23:24 +01:00
Weijia Wang
2a5c35ec61 Merge pull request #206183 from r-ryantm/auto-update/python310Packages.pytest-check
python310Packages.pytest-check: 1.3.0 -> 2.1.4
2023-02-25 00:21:51 +02:00
Martin Weinelt
091d7854ee Merge pull request #218089 from mweinelt/evcc-0.113.0
evcc: 0.112.5 -> 0.113.0
2023-02-24 22:19:33 +00:00
Fabian Affolter
9a1ad8af4f python310Packages.vivisect: disable on unsupported Python releases 2023-02-24 23:18:36 +01:00
Fabian Affolter
4e2a303567 python310Packages.vivisect: add changelog to meta 2023-02-24 23:17:00 +01:00
Weijia Wang
0bbc6ebd58 Merge pull request #211065 from r-ryantm/auto-update/streamlit
streamlit: 1.16.0 -> 1.18.1
2023-02-25 00:15:30 +02:00
Fabian Affolter
5f46b8ef05 python310Packages.marshmallow-sqlalchemy: add missing input 2023-02-24 23:05:06 +01:00
Fabian Affolter
0014ae62f3 python310Packages.marshmallow-sqlalchemy: update disabled 2023-02-24 23:04:15 +01:00
Fabian Affolter
d01f11256d python310Packages.marshmallow-sqlalchemy: add changelog to meta 2023-02-24 23:02:24 +01:00
Weijia Wang
6ac5b19cda Merge pull request #213234 from r-ryantm/auto-update/yder
yder: 1.4.17 -> 1.4.19
2023-02-25 00:01:16 +02:00
Robert Schütz
1715ced344 python310Packages.mat2: 0.13.2 -> 0.13.3
Diff: https://0xacab.org/jvoisin/mat2/-/compare/0.13.2...0.13.3

Changelog: https://0xacab.org/jvoisin/mat2/-/blob/0.13.3/CHANGELOG.md
2023-02-24 14:00:50 -08:00
Robert Schütz
a62f3d6cd1 Merge pull request #217917 from vlaci/ubi_reader
ubi_reader: init at 0.8.5
2023-02-24 13:59:17 -08:00
R. RyanTM
8ee7baca65 python310Packages.owslib: 0.27.2 -> 0.28.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-02-24 13:57:16 -08:00
kilianar
20121a6117 portfolio: 0.61.0 -> 0.61.3
https://github.com/buchen/portfolio/releases/tag/0.61.3
2023-02-24 22:56:43 +01:00
Robert Schütz
da53673157 Merge pull request #217903 from Thornycrackers-Forks/arpy
python3Packages.arpy: init at 2.3.0
2023-02-24 13:56:21 -08:00
Fabian Affolter
b51dac4ae8 python310Packages.pykakasi: add missing input 2023-02-24 22:54:00 +01:00
Robert Schütz
1c8ed14497 Merge pull request #217843 from tnias/package/jefferson
jefferson: init at 0.4.2
2023-02-24 13:53:02 -08:00
Weijia Wang
6767cab417 Merge pull request #218026 from wegank/rizin-bump
rizin: 0.4.1 -> 0.5.1
2023-02-24 23:51:49 +02:00
Weijia Wang
01ec7741ec Merge pull request #217900 from wegank/gvm-libs-dir
gvm-libs: fix runtime dir
2023-02-24 23:51:22 +02:00
Weijia Wang
99f1b171b6 Merge pull request #218079 from wegank/dvc-render-hotfix
python310Packages.dvc-render: fix build on darwin
2023-02-24 23:50:46 +02:00
Fabian Affolter
9893156710 python310Packages.pykakasi: add changelog to meta 2023-02-24 22:45:37 +01:00
Robert Schütz
bfa2f31b36 python310Packages.py-bip39-bindings: 0.1.10 -> 0.1.11
Diff: https://github.com/polkascan/py-bip39-bindings/compare/ddb7443...v0.1.11
2023-02-24 13:44:29 -08:00
R. Ryantm
668a7729da python310Packages.oslo-context: 5.1.0 -> 5.1.1 2023-02-24 21:34:45 +00:00
R. Ryantm
e7a6b17d57 python310Packages.vivisect: 1.0.8 -> 1.1.0 2023-02-24 21:32:03 +00:00
Fabian Affolter
6bb802f7cf python310Packages.syncedlyrics: init at 0.4.0 2023-02-24 22:31:41 +01:00
Weijia Wang
da14fd71c6 Merge pull request #214374 from r-ryantm/auto-update/python310Packages.s3fs
python310Packages.s3fs: 2022.11.0 -> 2023.1.0
2023-02-24 23:30:12 +02:00
R. Ryantm
2b1a168d2d python310Packages.torchmetrics: 0.11.0 -> 0.11.2 2023-02-24 21:22:27 +00:00
Weijia Wang
5f7260b160 python310Packages.dvc-task: 0.1.9 -> 0.1.11 2023-02-24 23:21:13 +02:00
Fabian Affolter
92863b70b9 python311Packages.in-n-out: disable failing tests on Python 3.11 2023-02-24 22:20:55 +01:00
Guillaume Girol
563c8a634b Merge pull request #217956 from dominikh/rr-build-flags-sub
rr: don't overwrite all of its C and CXX flags
2023-02-24 21:19:17 +00:00
Fabian Affolter
af60c2e536 python310Packages.slackclient: update disabled 2023-02-24 22:12:00 +01:00
Weijia Wang
8e667fbf63 Merge pull request #218073 from wegank/dvc-data-bump
python310Packages.dvc-data: 0.38.1 -> 0.40.3
2023-02-24 23:10:21 +02:00
Fabian Affolter
b295d44fdc python310Packages.slackclient: add changelog to meta 2023-02-24 22:06:49 +01:00
Jakub Kozłowski
139fd7b1ea Merge pull request #217940 from earldouglas/scala-cli-0.2.0 2023-02-24 22:04:36 +01:00
Weijia Wang
9cb4d27cf4 python310Packages.dvc-data: 0.38.1 -> 0.40.3 2023-02-24 23:01:25 +02:00
R. Ryantm
aaf6b00b5d python310Packages.marshmallow-sqlalchemy: 0.28.1 -> 0.28.2 2023-02-24 21:01:17 +00:00
Michael Weiss
aac73a992a Merge pull request #217911 from primeos/chromium
chromium: 110.0.5481.100 -> 110.0.5481.177
2023-02-24 21:57:05 +01:00
Michael Weiss
33ec46c136 Merge pull request #217912 from primeos/chromiumBeta
chromiumBeta: 111.0.5563.19 -> 111.0.5563.41
2023-02-24 21:56:26 +01:00
Martin Weinelt
e945582899 evcc: 0.112.5 -> 0.113.0
https://github.com/evcc-io/evcc/releases/tag/0.113.0
2023-02-24 20:56:22 +00:00
Weijia Wang
b73601f559 Merge pull request #218081 from NixOS/revert-187518-auto-update/python310Packages.dvc-objects
Revert "python310Packages.dvc-objects: 0.19.3 -> 0.20.0"
2023-02-24 22:54:50 +02:00
Weijia Wang
9a275e7d8e Revert "python310Packages.dvc-objects: 0.19.3 -> 0.20.0" 2023-02-24 22:53:30 +02:00
Guillaume Girol
7d184f89e1 Merge pull request #216489 from smaret/reproject-update-0.10.0
python3Packages.reproject: 0.9.1 -> 0.10.0
2023-02-24 20:53:14 +00:00
Fabian Affolter
61b96f535d Merge pull request #217997 from fabaff/flake8-length-fix
python310Packages.flake8-length: adjust build system
2023-02-24 21:50:23 +01:00
superherointj
371c7b8239 Merge pull request #217718 from Kiskae/nvidia/unbreak-6.2
linuxPackages_6_2.nvidia_x11: disable ibt
2023-02-24 17:46:26 -03:00
R. Ryantm
8df4a5b6d2 python310Packages.google-cloud-os-config: 1.14.1 -> 1.15.0 2023-02-24 20:38:46 +00:00
Fabian Affolter
7ce7852e0f conan: 1.53.0 -> 2.0.0
Diff: conan-io/conan@refs/tags/1.53.0...2.0.0

Changelog: https://github.com/conan-io/conan/releases/tag/2.0.0
2023-02-24 21:38:15 +01:00
Weijia Wang
a778199006 python310Packages.dvc-render: fix build on darwin 2023-02-24 22:37:31 +02:00
Fabian Affolter
1e21c5807c conan: modernize 2023-02-24 21:35:31 +01:00
Fabian Affolter
3772132e78 conan: add changelog to meta 2023-02-24 21:35:31 +01:00
Martin Weinelt
de8676bd53 Merge pull request #218049 from fabaff/aioesphomeapi-bump
python310Packages.aioesphomeapi: 13.4.0 -> 13.4.1
2023-02-24 20:32:26 +00:00
Fabian Affolter
24d0a228a0 python310Packages.app-model: init at 0.1.1 2023-02-24 21:30:17 +01:00
Sergei Trofimovich
97b81db662 Merge pull request #218064 from trofi/quake3-fix-wrapper
quake3demo: fix binary paths in the wrapper
2023-02-24 20:29:19 +00:00
Fabian Affolter
9523ec0c78 python310Packages.napari: add missing inputs
- update postPatch section
2023-02-24 21:28:01 +01:00
Fabian Affolter
5181d1693d python310Packages.napari-console: 0.0.4 -> 0.0.7 2023-02-24 21:28:01 +01:00
Ryan Horiguchi
6d2618b938 gnomeExtensions: auto-update 2023-02-24 21:19:45 +01:00
Guillaume Girol
b2c8125be6 Merge pull request #216673 from magnetophon/Cardinal
Cardinal: 22.11 -> 22.12
2023-02-24 20:13:53 +00:00
superherointj
8bf05eb728 Merge pull request #218062 from wegank/unciv-bump
unciv: 4.4.13-gp -> 4.4.19
2023-02-24 17:10:07 -03:00
superherointj
f210219471 Merge pull request #218069 from thiagokokada/bump-rar
rar: 6.12 -> 6.21
2023-02-24 17:05:00 -03:00
superherointj
1a8025ccb9 Merge pull request #218066 from thiagokokada/bump-htop-vim
htop-vim: unstable-2022-05-24 -> unstable-2023-02-16
2023-02-24 17:04:15 -03:00
Fabian Affolter
56700a8d45 python310Packages.in-n-out: init at 0.1.6 2023-02-24 21:03:25 +01:00
K900
5798b8c569 Merge pull request #218070 from K900/fix-r-eval
r-modules: fix eval
2023-02-24 22:59:24 +03:00
Weijia Wang
017c5ae3ff Merge pull request #187518 from r-ryantm/auto-update/python310Packages.dvc-objects
python310Packages.dvc-objects: 0.19.3 -> 0.20.0
2023-02-24 21:58:22 +02:00
R. Ryantm
18750d3455 rpcs3: 0.0.26-14702-cfb788941 -> 0.0.26-14757-3388c8ed0 2023-02-24 19:55:56 +00:00
superherointj
015639ad48 fluxcd: 0.40.0 -> 0.40.1
Release: https://github.com/fluxcd/flux2/releases/tag/v0.40.1
2023-02-24 16:55:06 -03:00
Weijia Wang
82b654c1b6 Merge pull request #214743 from r-ryantm/auto-update/python310Packages.dvc-render
python310Packages.dvc-render: 0.0.17 -> 0.2.0
2023-02-24 21:53:39 +02:00
K900
3dccc7c365 r-modules: fix eval
Not sure how this worked before. Now it at least evals.
2023-02-24 22:45:28 +03:00
Thiago Kenji Okada
beaa132a5f rar: 6.12 -> 6.21 2023-02-24 19:39:05 +00:00
R. Ryantm
b1551ebad1 python310Packages.google-cloud-asset: 3.17.1 -> 3.18.0 2023-02-24 19:30:19 +00:00
Thiago Kenji Okada
0dc164866a htop-vim: unstable-2022-05-24 -> unstable-2023-02-16 2023-02-24 19:27:41 +00:00
Sergei Trofimovich
06afa6115d quake3demo: fix binary paths in the wrapper
https://github.com/NixOS/nixpkgs/pull/209008 moved quake3 binaries to
$out/bin. This broke wrappers as:

    $ NIXPKGS_ALLOW_UNFREE=1 nix build -f. quake3demo -L
    ...
    quake3-demo> Builder called die: Cannot wrap '/nix/store/khlq2wa0i7rab4vkzvk4pl54lyi6c36d-quake3-demo-1.11-6-ioquake3-unstable-2022-11-24/bin/quake3' because it is not an executable file

The change fixes wrapper to point to new locations.
2023-02-24 19:19:21 +00:00
superherointj
fb31cca5ee Merge pull request #217988 from vbgl/ocaml-functoria-4.3.3
ocamlPackages.functoria: 4.2.0 → 4.3.4
2023-02-24 16:18:56 -03:00
Ryan Mulligan
ee3e8092a6 Merge pull request #218028 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-02-16 -> 2023-02-23
2023-02-24 11:08:03 -08:00
figsoda
337daaec47 onefetch: 2.15.1 -> 2.16.0
Diff: https://github.com/o2sh/onefetch/compare/2.15.1...2.16.0

Changelog: https://github.com/o2sh/onefetch/blob/v2.16.0/CHANGELOG.md
2023-02-24 14:01:45 -05:00
Weijia Wang
2b8c56c12e unciv: 4.4.13-gp -> 4.4.19 2023-02-24 21:00:46 +02:00
Weijia Wang
73e5948d58 Merge pull request #218055 from starcraft66/patch-3
pgloader: not broken on Darwin
2023-02-24 20:57:16 +02:00
Weijia Wang
f3d4546227 Merge pull request #216936 from r-ryantm/auto-update/kodiPackages.arteplussept
kodiPackages.arteplussept: 1.1.1 -> 1.1.8
2023-02-24 20:55:18 +02:00
Weijia Wang
313091f289 Merge pull request #216525 from r-ryantm/auto-update/asterisk-module-sccp
asterisk-module-sccp: 4.3.4 -> 4.3.5
2023-02-24 20:51:13 +02:00
Weijia Wang
b4ffd26cdc Merge pull request #218051 from wegank/arteplussept-homepage
kodiPackages.arteplussept: update homepage
2023-02-24 20:49:20 +02:00
Weijia Wang
4333d4f1e6 Merge pull request #215338 from r-ryantm/auto-update/llvmPackages_rocm.llvm
llvmPackages_rocm.llvm: 5.4.2 -> 5.4.3
2023-02-24 20:46:43 +02:00
Samuel Ainsworth
a3e8938993 Merge pull request #217741 from samuela/samuela/beam
python3Packages.apache-beam: 2.44.0 -> 2.45.0
2023-02-24 13:42:43 -05:00
Weijia Wang
3472fad3c8 Merge pull request #216665 from r-ryantm/auto-update/python310Packages.ansible-later
python310Packages.ansible-later: 3.1.0 -> 3.2.0
2023-02-24 20:40:56 +02:00
Weijia Wang
359350a53f Merge pull request #216669 from r-ryantm/auto-update/vttest
vttest: 20221229 -> 20230201
2023-02-24 20:31:19 +02:00
Weijia Wang
a3650cf9f3 Merge pull request #216701 from r-ryantm/auto-update/libmysqlconnectorcpp
libmysqlconnectorcpp: 8.0.31 -> 8.0.32
2023-02-24 20:30:34 +02:00
Weijia Wang
a07a66b0f7 Merge pull request #216729 from r-ryantm/auto-update/python310Packages.trimesh
python310Packages.trimesh: 3.19.3 -> 3.20.0
2023-02-24 20:29:10 +02:00
Weijia Wang
36a66515b4 Merge pull request #218054 from wegank/discord-ptb-bump
discord-ptb: 0.0.38 -> 0.0.39
2023-02-24 20:28:00 +02:00
Weijia Wang
bde76d784c Merge pull request #217896 from dotNox/mysql-workbench
mysql-workbench compilation fix and version bump up
2023-02-24 20:24:27 +02:00
R. Ryantm
2193202ae8 firefox-beta-bin-unwrapped: 110.0b9 -> 111.0b5 2023-02-24 18:19:40 +00:00
Weijia Wang
5e98f8e647 Merge pull request #216706 from r-ryantm/auto-update/lombok
lombok: 1.18.24 -> 1.18.26
2023-02-24 20:16:30 +02:00
Weijia Wang
64a5190585 Merge pull request #216751 from r-ryantm/auto-update/python310Packages.radish-bdd
python310Packages.radish-bdd: 0.14.2 -> 0.15.0
2023-02-24 20:14:05 +02:00
Weijia Wang
806075be2b Merge pull request #216711 from r-ryantm/auto-update/morgen
morgen: 2.6.4 -> 2.6.6
2023-02-24 20:08:35 +02:00
R. Ryantm
722c5c1322 python310Packages.makefun: 1.15.0 -> 1.15.1 2023-02-24 18:08:11 +00:00
Weijia Wang
56de51855f Merge pull request #216749 from r-ryantm/auto-update/python310Packages.datashader
python310Packages.datashader: 0.14.3 -> 0.14.4
2023-02-24 20:07:55 +02:00
github-actions[bot]
199efde227 Merge staging-next into staging 2023-02-24 18:02:00 +00:00
github-actions[bot]
ae20452a11 Merge master into staging-next 2023-02-24 18:01:22 +00:00
techknowlogick
3c6d0b5152 consul: 1.14.4 -> 1.15.0
Diff: https://github.com/hashicorp/consul/compare/v1.14.4...v1.15.0
2023-02-24 12:59:48 -05:00
Weijia Wang
21299ca839 Merge pull request #216765 from r-ryantm/auto-update/jellyfin-mpv-shim
jellyfin-mpv-shim: 2.3.1 -> 2.4.2
2023-02-24 19:56:14 +02:00
Tristan
9fa55e44ce pgloader: not broken on Darwin
I decided to build pgloader on `aarch64-darwin` after seeing it was marked broken and it built and runs fine, so it can be marked un-broken.
2023-02-24 12:49:33 -05:00
R. Ryantm
b1911f115d python310Packages.slackclient: 3.19.5 -> 3.20.0 2023-02-24 17:46:30 +00:00
Fabian Affolter
455ec8b406 python310Packages.node-semver: switch to pytestCheckHook 2023-02-24 18:43:49 +01:00
Weijia Wang
ed0033080d Merge pull request #218045 from r-ryantm/auto-update/python310Packages.azure-mgmt-recoveryservices
python310Packages.azure-mgmt-recoveryservices: 2.2.0 -> 2.3.0
2023-02-24 19:43:19 +02:00
Fabian Affolter
3c84b06582 python310Packages.node-semver: add pythonImportsCheck 2023-02-24 18:39:47 +01:00
Fabian Affolter
3b8b436244 python310Packages.node-semver: disable on unsupported Python releases 2023-02-24 18:38:45 +01:00
Weijia Wang
c8c8db8144 discord-ptb: 0.0.38 -> 0.0.39 2023-02-24 19:36:42 +02:00
Weijia Wang
b5667d8f4b Merge pull request #216912 from r-ryantm/auto-update/python310Packages.iminuit
python310Packages.iminuit: 2.19.0 -> 2.20.0
2023-02-24 19:33:31 +02:00
Weijia Wang
267bfcb852 Merge pull request #216891 from r-ryantm/auto-update/heimer
heimer: 3.6.4 -> 3.7.0
2023-02-24 19:32:11 +02:00
Weijia Wang
48b381678e Merge pull request #216901 from r-ryantm/auto-update/python310Packages.azure-mgmt-cognitiveservices
python310Packages.azure-mgmt-cognitiveservices: 13.3.0 -> 13.4.0
2023-02-24 19:23:50 +02:00
Weijia Wang
e8d97da254 Merge pull request #218033 from wegank/termusic-bump
termusic: 0.7.8 -> 0.7.9
2023-02-24 19:23:06 +02:00
R. Ryantm
9056de21b8 eget: 1.3.2 -> 1.3.3 2023-02-24 17:21:50 +00:00
Weijia Wang
fb580219d6 kodiPackages.arteplussept: update homepage 2023-02-24 19:21:20 +02:00
Fabian Affolter
d82cdbde04 python310Packages.node-semver: add changelog to meta 2023-02-24 18:12:25 +01:00
Robert Schütz
bbd4c89959 rymdport: 3.3.1 -> 3.3.2
Diff: https://github.com/Jacalz/rymdport/compare/v3.3.1...v3.3.2

Changelog: https://github.com/Jacalz/rymdport/blob/v3.3.2/CHANGELOG.md
2023-02-24 09:11:55 -08:00
Weijia Wang
47fb27aced Merge pull request #216976 from r-ryantm/auto-update/python310Packages.types-protobuf
python310Packages.types-protobuf: 4.21.0.5 -> 4.21.0.7
2023-02-24 19:10:15 +02:00
Weijia Wang
52a8bd656c Merge pull request #216986 from r-ryantm/auto-update/sasutils
sasutils: 0.3.13 -> 0.4.0
2023-02-24 19:08:51 +02:00
Fabian Affolter
87fbc2fd97 python310Packages.odp-amsterdam: 5.0.1 -> 5.1.0
Diff: https://github.com/klaasnicolaas/python-odp-amsterdam/compare/refs/tags/v5.0.1...v5.1.0

Changelog: https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v5.1.0
2023-02-24 18:07:39 +01:00
R. Ryantm
5e5521b0fb python310Packages.node-semver: 0.8.1 -> 0.9.0 2023-02-24 17:05:41 +00:00
Weijia Wang
b9176d4220 Merge pull request #217078 from r-ryantm/auto-update/python310Packages.ipympl
python310Packages.ipympl: 0.9.2 -> 0.9.3
2023-02-24 19:05:14 +02:00
Weijia Wang
95b429d7c1 Merge pull request #217411 from r-ryantm/auto-update/python310Packages.pyspark
python310Packages.pyspark: 3.3.1 -> 3.3.2
2023-02-24 19:02:29 +02:00
Weijia Wang
39de70289c Merge pull request #217336 from r-ryantm/auto-update/lilypond
lilypond: 2.24.0 -> 2.24.1
2023-02-24 19:00:13 +02:00
Weijia Wang
50accb53d0 Merge pull request #217356 from r-ryantm/auto-update/fldigi
fldigi: 4.1.23 -> 4.1.25
2023-02-24 18:52:44 +02:00
R. Ryantm
f933f5f50c foxotron: 2022-11-02 -> 2023-02-23 2023-02-24 16:52:40 +00:00
R. Ryantm
b0cd668bb6 python310Packages.bsdiff4: 1.2.2 -> 1.2.3 2023-02-24 16:50:51 +00:00
Weijia Wang
7714208765 Merge pull request #217315 from r-ryantm/auto-update/prospector
prospector: 1.8.4 -> 1.9.0
2023-02-24 18:49:02 +02:00
Weijia Wang
8ce47e68e9 Merge pull request #217388 from r-ryantm/auto-update/zef
zef: 0.16.0 -> 0.17.0
2023-02-24 18:42:37 +02:00
Weijia Wang
26275820c3 Merge pull request #217389 from r-ryantm/auto-update/kics
kics: 1.6.9 -> 1.6.10
2023-02-24 18:39:22 +02:00
R. Ryantm
74020c8ca3 python310Packages.azure-mgmt-recoveryservices: 2.2.0 -> 2.3.0 2023-02-24 16:32:50 +00:00
Fabian Affolter
f1cbb1fe63 python310Packages.aioesphomeapi: 13.4.0 -> 13.4.1
Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v13.4.0...v13.4.1

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.4.1
2023-02-24 17:10:33 +01:00
Fabian Affolter
f6e9dc1ae3 python310Packages.napari-plugin-engine: add pythonImportsCheck 2023-02-24 16:46:46 +01:00
Fabian Affolter
36a981d9ba python310Packages.napari-plugin-engine: disable on unsupported Python releases 2023-02-24 16:45:40 +01:00
Fabian Affolter
266618d20b python310Packages.napari-plugin-engine: equalize 2023-02-24 16:43:12 +01:00
Fabian Affolter
2652ef1e69 python310Packages.napari-console: add pythonImportsCheck 2023-02-24 16:37:41 +01:00
Cody Hiar
5af6ce7c76 python3Packages.arpy: init at 2.3.0 2023-02-24 08:36:29 -07:00
R. Ryantm
7a504fd974 python310Packages.sounddevice: 0.4.5 -> 0.4.6 2023-02-24 15:30:22 +00:00
Fabian Affolter
b8907ac527 python310Packages.napari-console: disable on unsupported Python releases 2023-02-24 16:20:46 +01:00
Fabian Affolter
9ede7bf57b python310Packages.napari-console: add pythonImportsCheck 2023-02-24 16:19:56 +01:00
Fabian Affolter
81a543c59a python310Packages.napari-console: equalize 2023-02-24 16:19:34 +01:00
Fabian Affolter
5fcd9b1443 python310Packages.napari-svg: 0.1.5 -> 0.1.6 2023-02-24 16:12:01 +01:00
Matthew McMillan
32a93b58b2 fishPlugins.plugin-git: init at 0.1 2023-02-24 07:09:36 -08:00
Matthew McMillan
01bf3b02f7 maintainers: add unsolvedcypher 2023-02-24 07:09:36 -08:00
Fabian Affolter
9acadbcd3a python310Packages.napari: add changelog to meta 2023-02-24 16:08:19 +01:00
Fabian Affolter
c511b7532a python310Packages.napari-svg: disable on unsupported Python releases 2023-02-24 16:02:30 +01:00
Fabian Affolter
f4cdbedf90 python310Packages.napari-svg: equalize 2023-02-24 16:01:30 +01:00
Weijia Wang
a38f66bf09 Merge pull request #216970 from r-ryantm/auto-update/python310Packages.azure-mgmt-reservations
python310Packages.azure-mgmt-reservations: 2.1.0 -> 2.2.0
2023-02-24 16:59:28 +02:00
Weijia Wang
5a514fc958 Merge pull request #217399 from r-ryantm/auto-update/waypoint
waypoint: 0.10.5 -> 0.11.0
2023-02-24 16:58:51 +02:00
Vincent Laporte
f7fe795ca0 ocamlPackages.functoria: 4.2.0 → 4.3.4 2023-02-24 15:55:14 +01:00
Vincent Laporte
b0b49878bc ocamlPackages.mirage: use Dune 3 2023-02-24 15:50:53 +01:00
Weijia Wang
6da5f6a90e Merge pull request #217081 from r-ryantm/auto-update/python310Packages.mcstatus
python310Packages.mcstatus: 10.0.1 -> 10.0.2
2023-02-24 16:49:00 +02:00
Jesse Moore
bede2d6132 maintainers: add jessemoore 2023-02-24 08:44:52 -06:00
Weijia Wang
ae19734f4f Merge pull request #217115 from vbgl/ocaml-paf-0.4.0
ocamlPackages.paf: 0.3.0 → 0.4.0
2023-02-24 16:40:38 +02:00
Fabian Affolter
15281dbd86 python310Packages.aiolivisi: 0.0.15 -> 0.0.16
Changelog: https://github.com/StefanIacobLivisi/aiolivisi/releases/tag/0.0.16
2023-02-24 15:35:58 +01:00
Fabian Affolter
2b74c840a2 python310Packages.aiolivisi: add changelog to meta 2023-02-24 15:35:12 +01:00
superherointj
96c4be4f35 Merge pull request #218016 from wahjava/update-flyctl
flyctl: 0.0.464 -> 0.0.465
2023-02-24 11:34:44 -03:00
Weijia Wang
a12233fd62 Merge pull request #217505 from r-ryantm/auto-update/ablog
ablog: 0.10.33 -> 0.10.33.post1
2023-02-24 16:29:11 +02:00
Mario Rodas
bf792487aa Merge pull request #217633 from r-ryantm/auto-update/fizz
fizz: 2023.02.06.00 -> 2023.02.20.00
2023-02-24 09:23:44 -05:00
Bobby Rong
9cf6b2040f pantheon.appcenter: 7.2.0 -> 7.2.1 2023-02-24 22:20:01 +08:00
Weijia Wang
e051c40c92 termusic: 0.7.8 -> 0.7.9 2023-02-24 16:15:58 +02:00
Fabian Affolter
f940323d4e Merge pull request #218010 from r-ryantm/auto-update/python310Packages.types-dateutil
python310Packages.types-dateutil: 2.8.19.7 -> 2.8.19.8
2023-02-24 15:11:36 +01:00
Fabian Affolter
abb80c5e50 Merge pull request #218015 from r-ryantm/auto-update/python310Packages.types-pytz
python310Packages.types-pytz: 2022.7.1.1 -> 2022.7.1.2
2023-02-24 15:11:13 +01:00
R. Ryantm
7fa2cbae26 v2ray-geoip: 202302200325 -> 202302230047 2023-02-24 14:10:17 +00:00
R. Ryantm
3e22f9a497 python310Packages.python-openstackclient: 6.0.0 -> 6.1.0 2023-02-24 13:58:00 +00:00
mangoiv
2a42048c89 nushell: 0.75.0 -> 0.76.0
Bumped version for nushell
(release notes at https://www.nushell.sh/blog/2023-02-21-nushell_0_76.html);
changed the name of the settings such that it complies with the
current Cargo.toml; made it possible to apply additional cargo features
such as the dataframes feature, made it possible to skip checks to
avoid building and running the tests for derivations that modify
the cargo features
2023-02-24 14:54:44 +01:00
Arthur Outhenin-Chalandre
8b2f23ff26 Add @MrFreezeex as maintainer
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
2023-02-24 14:46:07 +01:00
Fabian Affolter
afe540887c Merge pull request #217894 from r-ryantm/auto-update/python310Packages.bugsnag
python310Packages.bugsnag: 4.3.0 -> 4.4.0
2023-02-24 14:44:29 +01:00
Weijia Wang
4456eadc18 Merge pull request #217640 from r-ryantm/auto-update/python310Packages.azure-mgmt-datafactory
python310Packages.azure-mgmt-datafactory: 2.10.0 -> 3.0.0
2023-02-24 15:43:26 +02:00
Weijia Wang
e6db6faabc cutter: 2.1.2 -> 2.2.0 2023-02-24 15:40:34 +02:00
Weijia Wang
e23bd444d9 rizin: 0.4.1 -> 0.5.1 2023-02-24 15:40:25 +02:00
Fabian Affolter
40a7a7876e boofuzz: disable failing test 2023-02-24 14:39:39 +01:00
R. Ryantm
19d6a0cecb oh-my-zsh: 2023-02-16 -> 2023-02-23 2023-02-24 13:38:31 +00:00
Weijia Wang
f561018051 Merge pull request #217819 from r-ryantm/auto-update/jbang
jbang: 0.103.0 -> 0.103.2
2023-02-24 15:36:48 +02:00
Weijia Wang
3b9ed630bc Merge pull request #217817 from r-ryantm/auto-update/eksctl
eksctl: 0.129.0 -> 0.130.0
2023-02-24 15:34:41 +02:00
Weijia Wang
a7a424743b Merge pull request #217821 from r-ryantm/auto-update/dcap
dcap: 2.47.12 -> 2.47.14
2023-02-24 15:33:55 +02:00
Fabian Affolter
2d7d15c064 boofuzz: add changelog to meta 2023-02-24 14:31:40 +01:00
Weijia Wang
edddba469e Merge pull request #217820 from r-ryantm/auto-update/saml2aws
saml2aws: 2.36.2 -> 2.36.3
2023-02-24 15:31:35 +02:00
R. Ryantm
4497ad8113 python310Packages.poetry-dynamic-versioning: 0.21.3 -> 0.21.4 2023-02-24 13:23:04 +00:00
Weijia Wang
566169a4ea Merge pull request #217804 from r-ryantm/auto-update/glbinding
glbinding: 3.1.0 -> 3.3.0
2023-02-24 15:18:46 +02:00
R. Ryantm
0793c311f6 python310Packages.pipenv-poetry-migrate: 0.3.1 -> 0.3.2 2023-02-24 13:14:47 +00:00
Sandro
5f0293c27e Merge pull request #218005 from r-ryantm/auto-update/python310Packages.google-cloud-org-policy
python310Packages.google-cloud-org-policy: 1.7.1 -> 1.8.0
2023-02-24 14:05:59 +01:00
Philipp Bartsch
d630f6ad33 jefferson: init at 0.4.2 2023-02-24 13:56:04 +01:00
Mario Rodas
d80c84eaf2 Merge pull request #217971 from r-ryantm/auto-update/ghq
ghq: 1.3.0 -> 1.4.1
2023-02-24 07:52:08 -05:00
ajs124
55fc05fb8c Merge pull request #217508 from wegank/phodav-2-drop
phodav_2_0, spice-gtk_libsoup2: drop
2023-02-24 13:34:36 +01:00
Ashish SHUKLA
d9d3e61764 flyctl: 0.0.464 -> 0.0.465 2023-02-24 17:52:04 +05:30
R. Ryantm
9248363f41 python310Packages.types-pytz: 2022.7.1.1 -> 2022.7.1.2 2023-02-24 12:17:23 +00:00
R. Ryantm
bf36f1c906 v2ray: 5.3.0 -> 5.4.0 2023-02-24 12:05:02 +00:00
Jan Tojnar
9b0ec1313b gjs: 1.74.1 → 1.74.2
https://gitlab.gnome.org/GNOME/gjs/-/compare/1.74.1...1.74.2
2023-02-24 20:04:33 +08:00
github-actions[bot]
13fb68e8cf Merge staging-next into staging 2023-02-24 12:01:52 +00:00
github-actions[bot]
2384cd723b Merge master into staging-next 2023-02-24 12:01:20 +00:00
1000101
c3aaa8fb5e postgresqlPackages.timescaledb: 2.9.3 -> 2.10.0 (#217529) 2023-02-24 06:57:13 -05:00
Mario Rodas
98c31410e8 Merge pull request #217605 from figsoda/cargo-generate
cargo-generate: 0.17.6 -> 0.18.0
2023-02-24 06:55:01 -05:00
Philipp Bartsch
0edd6eb328 python3Packages.cstruct: init at 5.2 2023-02-24 12:52:24 +01:00
R. Ryantm
f716af0cf4 python310Packages.types-dateutil: 2.8.19.7 -> 2.8.19.8 2023-02-24 11:49:41 +00:00
Mario Rodas
594053bf90 Merge pull request #217632 from dotlambda/corrosion-0.3.3
corrosion: 0.3.0 -> 0.3.3
2023-02-24 06:49:35 -05:00
Kyle Butt
9ace1d895c haskell.compiler.ghc94*: backport Cabal bugfix for Paths_ modules
There is a code generation bug in Cabal-3.6.3.0. For packages configured with
--enable-relocatable, Cabal would generate code that doesn't compile.

There isn't an upstream issue, but the issue is described in the commit that
fixed it:
6c796218c9

It was fixed in Cabal-3.8.*
Backport the fix to the Cabal library that ships with ghc-9.4.4

Cabal 3.8 ships with ghc-9.6, so when 9.6 is released this fix shouldn't be
necessary.
2023-02-24 12:48:37 +01:00
Fabian Affolter
8a8d28fa98 python310Packages.pytest-flask: switch to pytestCheckHook 2023-02-24 12:47:48 +01:00
Mario Rodas
ad539c9f3c Merge pull request #217814 from r-ryantm/auto-update/wiki-tui
wiki-tui: 0.6.3 -> 0.6.4
2023-02-24 06:47:32 -05:00
Mario Rodas
12e73be821 Merge pull request #217987 from marsam/update-twilio-cli
twilio-cli: 5.4.0 -> 5.4.1
2023-02-24 06:45:29 -05:00
Mario Rodas
e87f214dcf Merge pull request #217715 from sirkonst/patch-1
edgedb: 2.0.1 -> 2.3.1
2023-02-24 06:44:13 -05:00
Fabian Affolter
1a9fa1a2f3 python310Packages.pytest-flask: add pythonImportsCheck 2023-02-24 12:43:39 +01:00
Fabian Affolter
ac12e61254 python310Packages.pytest-flask: disable on unsupported Python releases 2023-02-24 12:42:12 +01:00
Mario Rodas
3280c3a6d4 Merge pull request #217998 from fabaff/flask-admin-fix
python310Packages.flask-admin: disable failing test
2023-02-24 06:42:06 -05:00
Fabian Affolter
9e93542f3d python310Packages.pytest-flask: update meta
- add changelog
- update homepage
- update description
2023-02-24 12:40:37 +01:00
R. Ryantm
10801c1e45 python310Packages.google-cloud-org-policy: 1.7.1 -> 1.8.0 2023-02-24 11:39:06 +00:00
Jörg Thalheim
a9167d159b Merge pull request #217989 from kilianar/cryptominisat-5.11.4
cryptominisat: 5.8.0 -> 5.11.4
2023-02-24 12:31:35 +01:00
Weijia Wang
4dc29347f6 Merge pull request #217690 from r-ryantm/auto-update/davix
davix: 0.8.3 -> 0.8.4
2023-02-24 13:24:37 +02:00
Fabian Affolter
9017740fdf Merge pull request #217955 from r-ryantm/auto-update/python310Packages.rebulk
python310Packages.rebulk: 3.1.0 -> 3.2.0
2023-02-24 12:11:01 +01:00
Sandro
83b8193be9 Merge pull request #201780 from helsinki-systems/init/nextcloud-notify-push
nextcloud-notify-push: init at 0.5.0
2023-02-24 12:10:02 +01:00
Weijia Wang
1cdbf440a8 Merge pull request #217992 from azuwis/MIDIVisualizer
MIDIVisualizer: Fix build on x86_64-darwin
2023-02-24 13:06:20 +02:00
Olli Helenius
5a0589593d teams: add an alternative download URL 2023-02-24 13:01:14 +02:00
Sandro
31170ab19e Merge pull request #217899 from r-ryantm/auto-update/python310Packages.oslo-serialization
python310Packages.oslo-serialization: 5.1.0 -> 5.1.1
2023-02-24 12:00:34 +01:00
Weijia Wang
0519a35532 Merge pull request #217984 from r-ryantm/auto-update/python310Packages.aiohomekit
python310Packages.aiohomekit: 2.6.1 -> 2.6.2
2023-02-24 12:58:10 +02:00
Weijia Wang
fec3275bc9 Merge pull request #217397 from r-ryantm/auto-update/jellyfin-ffmpeg
jellyfin-ffmpeg: 5.1.2-7 -> 5.1.2-8
2023-02-24 12:56:33 +02:00
Weijia Wang
291784304a Merge pull request #217551 from r-ryantm/auto-update/grpc_cli
grpc_cli: 1.46.6 -> 1.52.1
2023-02-24 12:55:59 +02:00
Weijia Wang
9dd31ffe87 Merge pull request #217403 from r-ryantm/auto-update/cargo-make
cargo-make: 0.36.4 -> 0.36.5
2023-02-24 12:53:59 +02:00
Sebastian Wild
fba2ff4c5a emacs.pkgs.melpaStablepackages.emacsql: Add sqlite as dependency 2023-02-24 11:50:44 +01:00
Fabian Affolter
c7708e4849 python310Packages.flask-autoindex: mark as broken
Test suite fails with current Flask
https://github.com/general03/flask-autoindex/issues/67
2023-02-24 11:43:16 +01:00
Fabian Affolter
b958cbfeac python310Packages.flask-autoindex: disable on unsupported Python releases 2023-02-24 11:43:16 +01:00
Fabian Affolter
5bf951f9f8 python310Packages.flask-autoindex: update homepage and add changelog 2023-02-24 11:43:07 +01:00
Weijia Wang
f36c91cc14 Merge pull request #217289 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 19.0.0 -> 19.0.1
2023-02-24 12:41:31 +02:00
Maximilian Bosch
385ae6177f Merge pull request #217991 from qowoz/fd
fd: 8.6.0 -> 8.7.0
2023-02-24 11:20:29 +01:00
Fabian Affolter
1f5555d0c4 python310Packages.flask-autoindex: add pythonImportsCheck 2023-02-24 11:17:11 +01:00
Fabian Affolter
0bc6b3e997 python310Packages.flask-autoindex: normalize pname 2023-02-24 11:16:11 +01:00
Sandro
6b603afff3 Merge pull request #214372 from rubyowo/catppuccin-papirus-folders
catppuccin-papirus-folders: init at unstable-2023-02-03
2023-02-24 11:15:17 +01:00
Fabian Affolter
c20ded695f Merge pull request #217953 from NickCao/defcon
python3Packages.defcon: rework packaging
2023-02-24 11:04:42 +01:00
Fabian Affolter
5c49b0935e python310Packages.flask-admin: disable failing test 2023-02-24 11:02:06 +01:00
Fabian Affolter
c495fe0ebd python310Packages.flask-admin: add changelog to meta 2023-02-24 10:58:19 +01:00
Fabian Affolter
4e87222e18 python310Packages.flake8-length: adjust build system 2023-02-24 10:52:47 +01:00
Fabian Affolter
5d06e1f656 python310Packages.flake8-length: add changelog to meta 2023-02-24 10:52:47 +01:00
Sébastien Maret
2924941c0e python3Packages.reproject: fix tests 2023-02-24 10:42:28 +01:00
Fabian Affolter
c74fa614c3 python310Packages.dict2xml: 1.7.1 -> 1.7.2
Changelog: https://github.com/delfick/python-dict2xml/releases/tag/release-1.7.2
2023-02-24 10:13:07 +01:00
Zhong Jianxin
e6713c142e MIDIVisualizer: Fix build on x86_64-darwin 2023-02-24 17:02:33 +08:00
Fabian Affolter
7d0ed7f2e5 Merge pull request #217941 from fabaff/zha-quirks-bump
python310Packages.zha-quirks: 0.0.92 -> 0.0.93
2023-02-24 10:01:09 +01:00
Martino Fontana
55f85c555d bottles: 50.2 -> 51.5 2023-02-24 09:58:22 +01:00
Fabian Affolter
8e1fa232fc Merge pull request #217954 from r-ryantm/auto-update/python310Packages.puremagic
python310Packages.puremagic: 1.14 -> 1.15
2023-02-24 09:57:48 +01:00
zowoq
3a4a250241 fd: 8.6.0 -> 8.7.0
Changelog: https://github.com/sharkdp/fd/blob/v8.7.0/CHANGELOG.md
2023-02-24 18:51:43 +10:00
Fabian Affolter
a99cf0eeac python310Packages.bugsnag: add changelog to meta 2023-02-24 09:47:26 +01:00
Fabian Affolter
3f63476d77 Merge pull request #217944 from r-ryantm/auto-update/python310Packages.rq
python310Packages.rq: 1.12.0 -> 1.13.0
2023-02-24 09:44:29 +01:00
Fabian Affolter
436e3d505b Merge pull request #217946 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.2.9 -> 2023.2.10
2023-02-24 09:44:00 +01:00
Fabian Affolter
d1fc767f17 Merge pull request #217829 from r-ryantm/auto-update/python310Packages.dsmr-parser
python310Packages.dsmr-parser: 1.0.0 -> 1.2.0
2023-02-24 09:41:52 +01:00
Fabian Affolter
4dddf7d16e python3Packages.defcon: add changelog to meta 2023-02-24 09:38:29 +01:00
László Vaskó
847cae697f ubi_reader: init at 0.8.5 2023-02-24 09:33:55 +01:00
kilianar
8a10153e82 cryptominisat: 5.8.0 -> 5.11.4
https://github.com/msoos/cryptominisat/releases/tag/5.11.4
2023-02-24 09:32:00 +01:00
Zhong Jianxin
163e6c07fd python3Packages.soundfile: Fix build on aarch64-linux 2023-02-24 16:18:12 +08:00
Mario Rodas
7d09debf6f Merge pull request #217936 from helsinki-systems/tengine_ossl3
tengine: don't pin to openssl_1_1 anymore
2023-02-24 03:18:11 -05:00
Mario Rodas
e3cdb0f183 Merge pull request #217959 from marsam/update-ytarchive
ytarchive: 0.3.2 -> 2023-02-21
2023-02-24 03:17:46 -05:00
Damien Cassou
a1b17b6cf6 Merge pull request #216929 from DamienCassou/base16 2023-02-24 09:16:12 +01:00
Weijia Wang
c7ef57cf8c Merge pull request #217915 from r-ryantm/auto-update/yamlfix
yamlfix: 1.6.0 -> 1.9.0
2023-02-24 10:14:06 +02:00
Weijia Wang
ae0f793089 Merge pull request #217933 from r-ryantm/auto-update/uxplay
uxplay: 1.62 -> 1.63
2023-02-24 10:13:44 +02:00
Fabian Affolter
c3c60df81a python310Packages.dict2xml: add changelog to meta 2023-02-24 09:04:28 +01:00
R. Ryantm
982cd4075e python310Packages.aiohomekit: 2.6.1 -> 2.6.2 2023-02-24 08:00:41 +00:00
Fabian Affolter
cae59a67b0 python310Packages.rebulk: adjust inputs and enable tests 2023-02-24 08:56:53 +01:00
Fabian Affolter
18964e09c9 python310Packages.rebulk: disable on unsupported Python releases 2023-02-24 08:53:43 +01:00
Fabian Affolter
499672e597 python310Packages.rebulk: add pythonImportsCheck 2023-02-24 08:53:27 +01:00
Fabian Affolter
80cfa1ecef python310Packages.rebulk: add changelog to meta 2023-02-24 08:51:11 +01:00
Fabian Affolter
cff718c9dc python310Packages.puremagic: enable tests 2023-02-24 08:47:04 +01:00
Fabian Affolter
66e6bb3f2f python310Packages.puremagic: add changelog to meta 2023-02-24 08:37:47 +01:00
Adam Joseph
86a0e46ed4 gcc: fix implication order in assertion
In 6812dd98c4 I mistakenly had the
implication order reversed.  This commit corrects that mistake.

The original assertion (which is correct) was the following, which
asserts that if you enable the GDB plugin, you must enable plugins
generally (there is shared infrastructure):

```
assert enableGdbPlugin -> enablePlugin;
```

When the option name was changed to `disableGdbPlugin`, I
incorrectly wrote:

```
assert disableGdbPlugin -> enablePlugin;
```

And then again incorrectly wrote:

```
assert disableGdbPlugin -> !enablePlugin;
```

This commit uses the correct equivalent for the first statement,
which is the contrapositive:

```
assert !enablePlugin -> disableGdbPlugin;
```
2023-02-23 22:54:49 -08:00
Damien Cassou
f03c72db1f Merge pull request #217383 from lunik1/iosevka-comfy-pin-iosevka 2023-02-24 07:49:21 +01:00
Maximilian Bosch
de100f17c3 Merge pull request #217663 from lheckemann/mkshell-preferlocalbuild
mkShell: set preferLocalBuild by default
2023-02-24 07:49:14 +01:00
R. Ryantm
d680ff6cb9 kodiPackages.arteplussept: 1.1.1 -> 1.1.8 2023-02-24 06:43:30 +00:00
Artturi
b967fa8168 Merge pull request #217968 from ryantm/rtm-2-23-scala 2023-02-24 08:24:00 +02:00
Vincent Laporte
189b9d5e49 ocamlPackages.mirage-xen: 7.2.0 → 8.0.1 2023-02-24 07:19:46 +01:00
Vincent Laporte
004200ff3b ocamlPackages.mirage-bootvar-xen: use Dune 3 2023-02-24 07:19:46 +01:00
Maximilian Bosch
954c656d9d Merge pull request #217882 from dotlambda/nextcloud-25.0.4
nextcloud25: 25.0.3 -> 25.0.4, nextcloud24: 24.0.9 -> 24.0.10
2023-02-24 07:16:21 +01:00
github-actions[bot]
ac79516061 Merge staging-next into staging 2023-02-24 06:02:07 +00:00
github-actions[bot]
4867d1f216 Merge master into staging-next 2023-02-24 06:01:34 +00:00
R. Ryantm
02b0106dd6 dufs: 0.31.0 -> 0.32.0 2023-02-24 05:55:49 +00:00
R. Ryantm
9dd54bfe3d python310Packages.asyncssh: 2.13.0 -> 2.13.1 2023-02-23 21:52:37 -08:00
R. Ryantm
d14728014d ghq: 1.3.0 -> 1.4.1 2023-02-24 05:48:49 +00:00
Mario Rodas
83d121fc5a slint-lsp: fix build on darwin 2023-02-24 05:32:00 +00:00
R. Ryantm
06581ee7c7 slint-lsp: 0.3.4 -> 0.3.5 2023-02-24 05:31:03 +00:00
Ryan Mulligan
7e91be2022 scala: fix updatescript evaluation 2023-02-23 21:27:01 -08:00
R. Ryantm
ccc715503b virtiofsd: 1.5.0 -> 1.5.1 2023-02-24 05:21:01 +00:00
github-actions[bot]
6a1e9345c0 Merge staging-next into staging 2023-02-24 05:07:48 +00:00
github-actions[bot]
baa8a3d30c Merge master into staging-next 2023-02-24 05:07:16 +00:00
R. Ryantm
c8a52f451c minizinc: 2.6.4 -> 2.7.0 2023-02-24 05:06:31 +00:00
Artturi
16abcb815b Merge pull request #217961 from Artturin/fixups2 2023-02-24 07:06:07 +02:00
Andrew Marshall
c7e43a6aab bitwarden: 2023.1.1 -> 2023.2.0 2023-02-23 23:31:50 -05:00
Andrew Marshall
14882dec04 bitwarden: build from source 2023-02-23 23:31:50 -05:00
Andrew Marshall
c84e76ec70 gnome-keyring: Add arg to build without wrapper
Some derivations may want to use gnome-keyring during their build, e.g.
for tests, but the wrapper for gnome-keyring-daemon not does not inside
the sandbox, so add an option to build without it. This will, at
least, be used in the upcoming bitwarden source-based build.
2023-02-23 23:30:14 -05:00
Artturin
d06382a73b treewide: more manual fixups for
treewide: move NIX_CFLAGS_COMPILE to the env attrset

`nix-eval-jobs --flake ".#legacyPackages.x86_64-linux" --workers 3 2>/dev/null --impure | jq 'select(.error?) | select(.error | match ("attribute set can only contain derivation") )'`
and
`nix-eval-jobs --flake ".#legacyPackages.aarch64-darwin" --workers 3 2>/dev/null --impure | jq 'select(.error?) | select(.error | match ("attribute set can only contain derivation") )'`

no longer has output so this could be all of the remaining issues
2023-02-24 06:26:02 +02:00
github-actions[bot]
c992e25a7d terraform-providers.tencentcloud: 1.79.10 → 1.79.11 2023-02-24 14:23:28 +10:00
github-actions[bot]
6cdb034b3a terraform-providers.thunder: 1.0.0 → 1.1.0 2023-02-24 14:23:28 +10:00
github-actions[bot]
bd2f3e6146 terraform-providers.opentelekomcloud: 1.33.0 → 1.33.1 2023-02-24 14:23:28 +10:00
github-actions[bot]
1e517bb98e terraform-providers.nutanix: 1.7.1 → 1.8.0 2023-02-24 14:23:28 +10:00
github-actions[bot]
87ef283299 terraform-providers.acme: 2.13.0 → 2.13.1 2023-02-24 14:23:28 +10:00
github-actions[bot]
d424064658 terraform-providers.exoscale: 0.45.0 → 0.46.0 2023-02-24 14:23:28 +10:00
Mario Rodas
4c6a35989a rbspy: fix build on darwin 2023-02-24 04:20:00 +00:00
Mario Rodas
703f053abb _1password: 2.13.1 -> 2.14.0 2023-02-24 04:20:00 +00:00
Mario Rodas
38927b6719 python310Packages.pydata-sphinx-theme: 0.13.0rc4 -> 0.13.0rc6 2023-02-24 04:20:00 +00:00
Mario Rodas
9daf01f30d you-get: 0.4.1620 -> 0.4.1650
https://github.com/soimort/you-get/releases/tag/v0.4.1650
2023-02-24 04:20:00 +00:00
Mario Rodas
591d9f8214 openai-whisper-cpp: add platforms to meta 2023-02-24 04:20:00 +00:00
Mario Rodas
e242104431 check-jsonschema: 0.18.3 -> 0.21.0 2023-02-24 04:20:00 +00:00
Mario Rodas
fa50f57560 kbs2: 0.6.0 -> 0.7.1
https://github.com/woodruffw/kbs2/releases/tag/v0.7.0
https://github.com/woodruffw/kbs2/releases/tag/v0.7.1
2023-02-24 04:20:00 +00:00
Mario Rodas
1b511c1629 fastlane: 2.212.0 -> 2.212.1
https://github.com/fastlane/fastlane/releases/tag/2.212.1
2023-02-24 04:20:00 +00:00
Mario Rodas
45e9ca62cf rbspy: 0.15.0 -> 0.16.0
https://github.com/rbspy/rbspy/releases/tag/v0.16.0
2023-02-24 04:20:00 +00:00
Artturi
6600a103c9 Merge pull request #217958 from NixOS/revert-217851-fix-eval-kiwisolver 2023-02-24 06:10:42 +02:00
R. Ryantm
594a8df11a python310Packages.pydrive2: 1.15.0 -> 1.15.1 2023-02-23 20:10:12 -08:00
Artturin
e1fe0fe490 python310Packages.kiwisolver: move NIX_CFLAGS_COMPILE out of env
this will be reapplied to staging because it causes rebuilds
2023-02-24 05:39:54 +02:00
Artturi
6152eed6a5 Revert "python310Packages.kiwisolver: fix NIX_CFLAGS_COMPILE definition" 2023-02-24 05:21:20 +02:00
rubyowo
8fd81f13d1 maintainers: add rubyowo 2023-02-24 07:14:10 +04:00
rubyowo
394f7208f0 catppuccin-papirus-folders: init at unstable-2023-02-03 2023-02-24 07:14:07 +04:00
R. Ryantm
01830e7b68 python310Packages.rebulk: 3.1.0 -> 3.2.0 2023-02-24 03:00:48 +00:00
Dominik Honnef
a4fc60cdef rr: don't overwrite all of its C and CXX flags
These CMake flags have been present ever since the package was added in
2014. There is no documentation on why these flags should be necessary.
During local testing, rr built just fine without them.

In fact, I stumbled upon this when rr from nixpkgs failed to record
applications that use OpenGL, such as glxinfo or glxgears, whereas a
manually built rr worked just fine. I tracked it down to these flags.

I wasn't able to determine the relevant differences between the two
builds of rr.
2023-02-24 04:00:08 +01:00
R. Ryantm
73caa31b13 python310Packages.puremagic: 1.14 -> 1.15 2023-02-24 02:53:11 +00:00
Nick Cao
bbe73918dc python3Packages.defcon: rework packaging
properly handle optional-dependencies
2023-02-24 10:36:10 +08:00
Nick Cao
26483df579 Merge pull request #217740 from e1mo/molly-guard-less-deps
molly-guard: Reduce closure size by stripping unneeded dependeicies
2023-02-24 10:22:41 +08:00
Anderson Torres
3031e92a89 Merge pull request #217837 from lasers/desmume
desmume: add wrapGAppsHook
2023-02-23 23:17:04 -03:00
Nick Cao
2ec012dd7b Merge pull request #217595 from fabaff/pysnmp-pyasn1-bump
python310Packages.pysnmp-pyasn1: 1.1.2 -> 1.1.3
2023-02-24 10:13:05 +08:00
Nick Cao
daa13e440c Merge pull request #217947 from fabaff/twilio-bump
python310Packages.twilio: 7.16.3 -> 7.16.4
2023-02-24 10:06:37 +08:00
Nick Cao
0f2be3fe9d Merge pull request #217807 from Korny666/smartgithg-update-to-22.1.4
smartgithg: 22.1.3 -> 22.1.4
2023-02-24 10:01:08 +08:00
IndeedNotJames
1b304e1dbc forgejo: use existing nixos/tests/gitea as test
forgejo is a soft-fork of gitea and gitea's existing tests work great
with forgejo.
At least for now, as this could change, though somewhat unlikely.
2023-02-24 02:59:30 +01:00
IndeedNotJames
889eb7a315 nixos/tests/gitea: add indeednotjames as maintainer
Mostly, because I (@IndeedNotJames) made a slight change to those tests and intend on
extending them in the future.
2023-02-24 02:59:30 +01:00
IndeedNotJames
7d05a6a910 nixos/tests/gitea: make gitea package configurable
This allows the same tests to be used for forgejo, a soft-fork of
gitea, which currently does not have any tests.
2023-02-24 02:59:30 +01:00
Nick Cao
c029b91d68 Merge pull request #217916 from buckley310/2023-02-23-brave
brave: 1.48.158 -> 1.48.171
2023-02-24 09:54:31 +08:00
Nick Cao
3a6f817477 Merge pull request #217945 from fabaff/vt-py-bump
python310Packages.vt-py: 0.17.4 -> 0.17.5
2023-02-24 09:50:36 +08:00
Nick Cao
4e477c0a7c Merge pull request #217926 from fabaff/reolink-aio-bump
python310Packages.reolink-aio: 0.5.0 -> 0.5.1
2023-02-24 09:48:34 +08:00
R. Ryantm
c74cc0d9cd python310Packages.dvc-objects: 0.19.3 -> 0.20.0 2023-02-24 01:14:01 +00:00
Gabriella Gonzalez
79484b1707 bintools: Add response file support to ld-wrapper (#213831)
The motivation behind this is to alleviate the problem
described in https://github.com/NixOS/nixpkgs/issues/41340.
I'm not sure if this completely fixes the problem, but it
eliminates one more area where we can exceed command line
length limits.

This is essentially the same change as in #112449,
except for `ld-wrapper.sh` instead of `cc-wrapper.sh`.

However, that change alone was not enough; on macOS the
`ld` provided by `darwin.cctools` fails if you use process
substitution to generate the response file, so I put up a
PR to fix that:

https://github.com/tpoechtrager/cctools-port/pull/131

… and I included a patch referencing that fix so that the
new `ld-wrapper` still works on macOS.
2023-02-23 17:05:18 -08:00
Fabian Affolter
0290eaa658 python310Packages.mdp: normalize naming 2023-02-24 02:00:47 +01:00
Fabian Affolter
5af2160bc4 python310Packages.twilio: 7.16.3 -> 7.16.4
Diff: https://github.com/twilio/twilio-python/compare/refs/tags/7.16.3...7.16.4

Changelog: https://github.com/twilio/twilio-python/blob/7.16.4/CHANGES.md
2023-02-24 01:56:08 +01:00
Fabian Affolter
bb46e6d646 python310Packages.vt-py: 0.17.4 -> 0.17.5
Diff: https://github.com/VirusTotal/vt-py/compare/refs/tags/0.17.4...0.17.5

Changelog: https://github.com/VirusTotal/vt-py/releases/tag//0.17.5
2023-02-24 01:53:53 +01:00
Fabian Affolter
ba0d72abb9 python310Packages.hahomematic: 2023.2.9 -> 2023.2.10
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.2.9...2023.2.10

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.2.10
2023-02-24 01:51:33 +01:00
R. Ryantm
11e458b14a python310Packages.rq: 1.12.0 -> 1.13.0 2023-02-24 00:47:35 +00:00
Lily Foster
308657daec nixos/tests/systemd-shutdown: ensure systemd-initrd variant actually enables it
It looks like the systemd-initrd variant of the systemd-shutdown test
(systemd-initrd-shutdown) did not actually enable the systemd-initrd and
so was just evaluating to the same store path before this change.
2023-02-23 19:42:45 -05:00
Fabian Affolter
7fae180461 python310Packages.zha-quirks: 0.0.92 -> 0.0.93
Diff: https://github.com/zigpy/zha-device-handlers/compare/refs/tags/0.0.92...0.0.93

Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.93
2023-02-24 01:26:52 +01:00
James Earl Douglas
a215bd483c scala-cli: 0.1.20 -> 0.2.0 2023-02-23 17:19:03 -07:00
github-actions[bot]
6a4dc401ab Merge master into haskell-updates 2023-02-24 00:13:21 +00:00
Alyssa Ross
f9afd57302 Revert "llvmPackages_15: update licenses"
This reverts commit 386aba3115.

As I understand it from reading
<https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents>,
the structure of LLVM licensing is as follows:

 - They're in the process of relicensing to Apache-2.0 WITH LLVM-exception,
   but they haven't got permission to relicense all the code yet.
   This means that some of the code can be used under the new license,
   but not all of it, and it's difficult to know which is which.  This
   license is therefore probably not useful yet, until the relicensing
   effort is commit.

 - While the relicensing effort is ongoing, code being contributed to
   LLVM has to have permission to be used under the old and new
   licensing schemes.  Since the new licensing scheme can't be used
   for all code yet, it only makes sense to use LLVM's code under the
   old licensing scheme at the moment.

 - The old licensing scheme is that code for the LLVM components we
   care about is all available under the NCSA license, and some
   components are optionally available under a different license,
   usually the MIT license, instead.

So I think we should go back to just listing NCSA, or NCSA/MIT, and
forget about the new license until it actually becomes useful,
i.e. LLVM's relicensing effort is complete.
2023-02-24 00:06:46 +00:00
ajs124
adad9a4537 hash_extender: don't pin to openssl_1_1 anymore 2023-02-24 01:06:16 +01:00
github-actions[bot]
55aecca307 Merge staging-next into staging 2023-02-24 00:02:56 +00:00
github-actions[bot]
7fb1a9172f Merge master into staging-next 2023-02-24 00:02:22 +00:00
ajs124
22bdb6850c tengine: don't pin to openssl_1_1 anymore
not needed after 2.4.0
2023-02-24 00:51:37 +01:00
R. Ryantm
480786a0b9 dprint: 0.34.4 -> 0.34.5 2023-02-23 23:49:47 +00:00
Fabian Affolter
5814c89778 python310Packages.mopeka-iot-ble: init at 0.4.1 2023-02-24 00:31:50 +01:00
Fabian Affolter
e0965c0ae3 python310Packages.sunweg: init at 0.0.8 2023-02-24 00:28:34 +01:00
Sandro
2d415debb7 Merge pull request #216869 from DarkOnion0/appflowy 2023-02-24 00:28:33 +01:00
Samuel Dionne-Riel
979a31b1f4 vboot_reference: Add samueldr as maintainer 2023-02-23 18:28:09 -05:00
Samuel Dionne-Riel
55cb7d7543 vboot_reference: 20180311 -> 111.15329 2023-02-23 18:28:09 -05:00
Sandro
bfff7eab5c Merge pull request #215304 from urandom2/5etools 2023-02-24 00:27:05 +01:00
Sandro
6114f0e687 Merge pull request #217449 from azuwis/helm-plugins 2023-02-24 00:23:20 +01:00
Martin Weinelt
c464cee369 Merge pull request #217263 from r-ryantm/auto-update/esphome
esphome: 2023.2.2 -> 2023.2.4
2023-02-23 23:19:46 +00:00
R. Ryantm
b684608d47 uxplay: 1.62 -> 1.63 2023-02-23 23:18:48 +00:00
R. Ryantm
7b830db279 esphome: 2023.2.2 -> 2023.2.4 2023-02-23 23:11:56 +00:00
R. Ryantm
40c2af4957 gitlab-runner: 15.8.2 -> 15.9.0 2023-02-23 22:54:43 +00:00
Fabian Affolter
33645f8482 python310Packages.reolink-aio: 0.5.0 -> 0.5.1
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.5.0...0.5.1

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.5.1
2023-02-23 23:46:13 +01:00
Fabian Affolter
224f14a3a1 python310Packages.MDP: fix tests 2023-02-23 23:28:54 +01:00
Fabian Affolter
ea3a84b34d python310Packages.MDP: disable on unsupported Python releases 2023-02-23 23:28:40 +01:00
Fabian Affolter
ea6818a62c python310Packages.MDP: update homepage and add changelog 2023-02-23 23:28:25 +01:00
Pavol Rusnak
4f0b839834 Merge pull request #217868 from karliatto/add-electron-23.1.1
electron_23: init at 23.1.1
2023-02-23 23:25:59 +01:00
Fabian Affolter
3981699ec3 python310Packages.MDP: normalize pname 2023-02-23 23:25:54 +01:00
Robert Scott
4ea1296a6e Merge pull request #217678 from r-ryantm/auto-update/cloudfoundry-cli
cloudfoundry-cli: 8.5.0 -> 8.6.0
2023-02-23 22:24:29 +00:00
Sean Buckley
ca8a28515e brave: 1.48.158 -> 1.48.171
https://community.brave.com/t/release-channel-1-48-171/472389/1
2023-02-23 17:13:44 -05:00
maralorn
51894cc900 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-23 23:07:25 +01:00
maralorn
8b4b0fb234 Merge pull request #217812 from mikesperber/unbreak-snappy-haskell-tensorflow
Unbreak snappy and tensorflow Haskell packages
2023-02-23 23:05:42 +01:00
R. Ryantm
17b49de5b8 yamlfix: 1.6.0 -> 1.9.0 2023-02-23 22:00:56 +00:00
Weijia Wang
e1352eb28c Merge pull request #217413 from r-ryantm/auto-update/gitmux
gitmux: 0.9.0 -> 0.9.1
2023-02-23 23:54:15 +02:00
Michael Weiss
88c69a2fee Merge pull request #217859 from michaeladler/ungoogled
ungoogled-chromium: 110.0.5481.100-1 -> 110.0.5481.177-1
2023-02-23 22:46:18 +01:00
Michael Weiss
7ee4504af2 chromiumBeta: 111.0.5563.33 -> 111.0.5563.41 2023-02-23 22:43:50 +01:00
Michael Weiss
d3962e5ee6 chromiumBeta: 111.0.5563.19 -> 111.0.5563.33 2023-02-23 22:43:47 +01:00
Michael Weiss
fa38fcc130 chromium: 110.0.5481.100 -> 110.0.5481.177
https://chromereleases.googleblog.com/2023/02/stable-channel-desktop-update_22.html

This update includes 10 security fixes.

CVEs:
CVE-2023-0941 CVE-2023-0927 CVE-2023-0928 CVE-2023-0929 CVE-2023-0930
CVE-2023-0931 CVE-2023-0932 CVE-2023-0933
2023-02-23 22:42:22 +01:00
Weijia Wang
55a0db2a6f Merge pull request #217851 from marsam/fix-eval-kiwisolver
python310Packages.kiwisolver: fix NIX_CFLAGS_COMPILE definition
2023-02-23 23:40:23 +02:00
Connor Baker
dddc103fdb cudaFlags: rewrite to capture all architechtures and fix #215436 2023-02-23 16:34:12 -05:00
Weijia Wang
ebf07690d7 Merge pull request #217736 from r-ryantm/auto-update/deheader
deheader: 1.8 -> 1.10
2023-02-23 23:32:41 +02:00
Martin Weinelt
96a3979a7b Merge pull request #217763 from mweinelt/hass-stubs
Typing stubs for home-assistant type checks
2023-02-23 21:31:23 +00:00
Weijia Wang
c124490a4c Merge pull request #217778 from r-ryantm/auto-update/fb303
fb303: 2023.01.30.00 -> 2023.02.13.00
2023-02-23 23:27:29 +02:00
Martin Weinelt
7688c980d2 Merge pull request #217790 from mweinelt/pdm-2.4.6
pdm: 2.4.3 -> 2.4.6
2023-02-23 21:20:29 +00:00
R. Ryantm
4ba42ffd81 python310Packages.moku: 2.6.0 -> 2.6.2 2023-02-23 21:15:47 +00:00
Weijia Wang
fa8d83945c Merge pull request #217892 from penguwin/charm
charm: 0.12.4 -> 0.12.5
2023-02-23 23:13:07 +02:00
Naïm Favier
9c4b6bbad4 Merge pull request #217876 from joedevivo/zimfw-init-fix
zimfw: fix generated init.zsh to use $out
2023-02-23 22:04:55 +01:00
Weijia Wang
be20d9a5a5 Merge pull request #217893 from figsoda/cargo-edit
cargo-edit: 0.11.8 -> 0.11.9
2023-02-23 22:46:30 +02:00
Weijia Wang
27b1c3a868 Merge pull request #217895 from penguwin/soft-serve
soft-serve: 0.4.5 -> 0.4.6
2023-02-23 22:36:19 +02:00
Martin Puppe
7be1ecb2dc paperless-ngx: update homepage URL 2023-02-23 21:34:49 +01:00
Martin Puppe
ebdfdae156 nixos/paperless: download NLTK data
Since version 1.10.0 paperless-ngx depends on the NLTK library which is
used to pre-process data for machine learning. NLTK needs certain
data for stemming, stopword removal etc. This data has to be downloaded
first. This commit introduces a new systemd service that does the
downloading.
2023-02-23 21:34:49 +01:00
Weijia Wang
d06389c98d Merge pull request #217872 from oluceps/update-maple-font
maple-font: 6.1 -> 6.2
2023-02-23 22:33:37 +02:00
Weijia Wang
65b3e23bc3 Merge pull request #217864 from sikmir/martin
martin: 0.7.0 → 0.7.2
2023-02-23 22:30:50 +02:00
Pascal Bach
7d3d30318e Merge pull request #217808 from r-ryantm/auto-update/minio
minio: 2023-01-25T00-19-54Z -> 2023-02-17T17-52-43Z
2023-02-23 21:29:59 +01:00
Weijia Wang
933b93f818 gvm-libs: fix runtime dir 2023-02-23 22:27:10 +02:00
Robert Schütz
47e8ca4c43 nextcloud24Packages: update 2023-02-23 12:25:51 -08:00
Robert Schütz
07a6fb6a7c nextcloud25Packages: update 2023-02-23 12:25:46 -08:00
Weijia Wang
900c53ada0 Merge pull request #217767 from r-ryantm/auto-update/freeradius
freeradius: 3.2.1 -> 3.2.2
2023-02-23 22:24:53 +02:00
Weijia Wang
729d31800f Merge pull request #214177 from r-ryantm/auto-update/fscrypt-experimental
fscrypt-experimental: 0.3.3 -> 0.3.4
2023-02-23 22:18:45 +02:00
R. Ryantm
1fd48dffcf python310Packages.oslo-serialization: 5.1.0 -> 5.1.1 2023-02-23 20:13:31 +00:00
Robert Schütz
42b08a90ab python310Packages.async-lru: 2.0.0 -> 2.0.2
Diff: https://github.com/aio-libs/async-lru/compare/v2.0.0...v2.0.2
2023-02-23 12:11:39 -08:00
Robert Schütz
8003a9266f python310Packages.robotframework-pythonlibcore: 4.1.0 -> 4.1.2
Diff: https://github.com/robotframework/PythonLibCore/compare/v4.1.0...v4.1.2

Changelog: https://github.com/robotframework/PythonLibCore/blob/v4.1.1/docs/PythonLibCore-4.1.1.rst
Changelog: https://github.com/robotframework/PythonLibCore/blob/v4.1.2/docs/PythonLibCore-4.1.2.rst
2023-02-23 12:10:39 -08:00
Robert Schütz
0724cd4e4c python310Packages.nextcord: 2.3.3 -> 2.4.0
Diff: https://github.com/nextcord/nextcord/compare/refs/tags/v2.3.3...v2.4.0

Changelog: https://github.com/nextcord/nextcord/blob/refs/tags/v2.4.0/docs/whats_new.rst
2023-02-23 12:09:46 -08:00
dsymbol
573f83e17f maintainers: add dsymbol 2023-02-23 21:56:47 +02:00
Robert Schütz
8d76905e7e Merge pull request #217412 from winterqt/update-python-flirt
python3Packages.python-flirt: 0.7.0 -> 0.8.6
2023-02-23 11:53:29 -08:00
sternenseemann
d1fa5dd85c nixos/doc: don't prescribe OS / manual name
In general the man pages do not care what OS and manual they are shipped
with, so they don't get to choose the names of them. We were tempted to
do so, as we had inconsistently chosen OS names for the mandoc and
man-db/groff implementations. Since this has been rectified since, we
can just drop this boilerplate from the man pages.
2023-02-23 20:53:04 +01:00
sternenseemann
4f84f0c87f mandoc: change OSNAME to Nixpkgs to match groff
See also

* https://github.com/NixOS/nixpkgs/pull/214307
* https://github.com/NixOS/nixpkgs/pull/213256
2023-02-23 20:53:04 +01:00
Maxim Ianoglo
b57c3b765e mysql-workbench: 8.0.30 -> 8.0.32 2023-02-23 21:52:19 +02:00
Weijia Wang
62f8500329 Merge pull request #217831 from r-ryantm/auto-update/php80Extensions.blackfire
php80Extensions.blackfire: 1.86.3 -> 1.86.4
2023-02-23 21:43:23 +02:00
Maxim Ianoglo
7b35b6a996 mysql-workbench: Syntax error in GCC flag 2023-02-23 21:43:08 +02:00
Weijia Wang
5b45b54327 Merge pull request #217758 from r-ryantm/auto-update/ginkgo
ginkgo: 2.8.0 -> 2.8.3
2023-02-23 21:38:36 +02:00
Weijia Wang
52ccef14c6 Merge pull request #217722 from r-ryantm/auto-update/toybox
toybox: 0.8.8 -> 0.8.9
2023-02-23 21:29:15 +02:00
Weijia Wang
39cc978ec4 Merge pull request #217822 from r-ryantm/auto-update/rocwmma
rocwmma: 5.4.2 -> 5.4.3
2023-02-23 21:24:57 +02:00
Weijia Wang
8aa6b18411 Merge pull request #217563 from wegank/grpc-cli-aarch64
grpc_cli: add aarch64-linux support
2023-02-23 21:19:56 +02:00
Nicolas Martin
951a1569a0 soft-serve: 0.4.5 -> 0.4.6 2023-02-23 20:16:56 +01:00
Robert Schütz
a6be4eab6c nextcloud24: 24.0.9 -> 24.0.10
Changelog: https://nextcloud.com/changelog/#24-0-10
2023-02-23 11:13:15 -08:00
figsoda
72757a8bc9 cargo-edit: 0.11.8 -> 0.11.9
Diff: https://github.com/killercup/cargo-edit/compare/v0.11.8...v0.11.9

Changelog: https://github.com/killercup/cargo-edit/blob/v0.11.9/CHANGELOG.md
2023-02-23 14:11:38 -05:00
R. Ryantm
bd4d42a93d python310Packages.bugsnag: 4.3.0 -> 4.4.0 2023-02-23 19:10:54 +00:00
Nicolas Martin
69142595c9 charm: 0.12.4 -> 0.12.5 2023-02-23 20:07:46 +01:00
Weijia Wang
a395950650 Merge pull request #217870 from Artturin/envfixes1
rPackages,emscriptenPackages: s/overrideDerivation/overrideAttrs
2023-02-23 20:49:53 +02:00
Florian Klink
19ade08eef Merge pull request #217602 from helsinki-systems/upd/lvm2
lvm2: 2.03.18 -> 2.03.19
2023-02-23 19:43:45 +01:00
Weijia Wang
2d8c0c9656 Merge pull request #217879 from Atemu/fix/glm-eval
glm: fix eval
2023-02-23 20:37:45 +02:00
Weijia Wang
131e92858a phodav_2_0, spice-gtk_libsoup2: drop 2023-02-23 20:25:04 +02:00
Lily Foster
5210ddc701 nixos/systemd-initrd: allow overriding initrdBin with extraBin
Being able to override `boot.initrd.systemd.initrdBin` with `boot.initrd.systemd.extraBin` is a desirable behavior, so this PR changes the `ln -s` command to `ln -sf` to force link even if the file already exists.
2023-02-23 13:23:15 -05:00
Connor Brewster
4816e023d1 nsc: add shell completion 2023-02-23 12:16:40 -06:00
Valentin Gagarin
ac573e5046 Merge pull request #217865 from ncfavier/doc-ignore-result
doc: add `result` to .gitignore
2023-02-23 19:04:17 +01:00
Atemu
7b01e4929f glm: fix eval
See https://github.com/NixOS/nixpkgs/pull/217206
2023-02-23 19:04:14 +01:00
github-actions[bot]
3cdd771820 Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Sergei Trofimovich
1dd9fc27f5 Merge pull request #213421 from trofi/diffutils-update
diffutils: 3.8 -> 3.9
2023-02-23 18:01:35 +00:00
github-actions[bot]
4688cd53b6 Merge master into staging-next 2023-02-23 18:01:15 +00:00
Sergei Trofimovich
ab3ec09c66 gdb: 12.1 -> 13.1
Notable change: new `zstd` dependency to support zstd-compressed
sections.

Changes: https://sourceware.org/pipermail/gdb/2023-February/050607.html
2023-02-23 17:56:57 +00:00
Alyssa Ross
7ce8e7c4cf lib.licenses.asl20-llvm: replace llvm-exception
LLVM-exception only makes sense when used with the Apache 2.0 license,
so let's combine them, so it's not possible to forget one of them like
happened with llvm_15.
2023-02-23 17:42:15 +00:00
Naïm Favier
07ee3496ca doc: add result to .gitignore
Ensure the local `result` symlink from an earlier build isn't copied to
the store.
2023-02-23 18:41:42 +01:00
Thomas Gerbet
9f07aa4bab Merge pull request #217747 from OPNA2608/update/palemoon-bin
palemoon-bin: 32.0.0 -> 32.0.1
2023-02-23 18:41:01 +01:00
Thomas Gerbet
b90bbe1bde Merge pull request #217746 from OPNA2608/update/palemoon
palemoon: 32.0.0 -> 32.0.1
2023-02-23 18:40:50 +01:00
Robert Schütz
66164bded0 nextcloud25: 25.0.3 -> 25.0.4
Changelog: https://nextcloud.com/changelog/#25-0-4
2023-02-23 09:35:29 -08:00
Matthias Beyer
eaabd2545d cargo-llvm-cov: 0.5.9 -> 0.5.10
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-02-23 18:30:32 +01:00
Joe DeVivo
b348e7ef9f zimfw: fix generated init.zsh to use $out 2023-02-23 09:59:14 -07:00
Philipp
4d230ab3c0 nheko: 0.11.1 -> 0.11.3 2023-02-23 17:50:14 +01:00
Philipp
e916554b08 mtxclient: 0.9.1 -> 0.9.2 2023-02-23 17:49:52 +01:00
oluceps
9626c0f837 maple-font: 6.1 -> 6.2 2023-02-24 00:48:24 +08:00
Artturin
5110d8b6fb rPackages: s/overrideDerivation/overrideAttrs
and attrs.NIX_CFLAGS_COMPILE to attrs.env.NIX_CFLAGS_COMPILE

https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation

> Do not use this function in Nixpkgs as it evaluates a Derivation before modifying it, which breaks package abstraction and removes error-checking of function arguments
2023-02-23 18:45:41 +02:00
Artturin
06567334be emscriptenPackages: s/overrideDerivation/overrideAttrs
https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation

> Do not use this function in Nixpkgs as it evaluates a Derivation before modifying it, which breaks package abstraction and removes error-checking of function arguments
2023-02-23 18:45:38 +02:00
Carlos Garcia Ortiz karliatto
830bc9eb2a electron_23: init at 23.1.1 2023-02-23 17:24:05 +01:00
Griffin Smith
d6c4a142de rubyPackages: Add back rails
d835815469 (rubyPackages: add dip, 2022-04-13) commented this out, for
reasons I can't entirely figure out - adding it back seems to work
perfectly fine, so this does that.
2023-02-23 11:16:22 -05:00
superherointj
aff767f7ea Merge pull request #217680 from moduon/k3s_1_24
k3s_1_24: 1.24.4+k3s1 -> 1.24.10+k3s1
2023-02-23 13:07:24 -03:00
Nikolay Korotkiy
b6ac0f0b45 martin: 0.7.0 → 0.7.2 2023-02-23 19:00:27 +03:00
Bobby Rong
54140dd47f Merge pull request #217447 from datafoo/vscode-extensions.streetsidesoftware.code-spell-checker
vscode-extensions.streetsidesoftware.code-spell-checker: 2.16.0 -> 2.17.1
2023-02-23 23:47:31 +08:00
Jon Seager
9cb17029af rambox: 2.0.10 -> 2.1.0 2023-02-23 23:42:49 +08:00
lukebfox
4c9edfc87e nixops_unstable: bump dependencies 2023-02-23 15:42:42 +00:00
figsoda
21d1c5425c Merge pull request #217571 from figsoda/semver
cargo-semver-checks: 0.18.1 -> 0.18.3, reenable query tests
2023-02-23 10:17:58 -05:00
hw-lunemann
852e9c2781 mesa: 22.3.5 -> 22.3.6 2023-02-23 16:05:24 +01:00
Zhong Jianxin
f78d225b92 python3Packages.soundfile: 0.11.0 -> 0.12.1 2023-02-23 23:04:57 +08:00
7c6f434c
0251d3abea Merge pull request #217794 from jfly/scap-driver-linux-6_2-workaround
sysdig: Include driver patch to fix compilation on Linux 6.2
2023-02-23 14:58:00 +00:00
Zhong Jianxin
ec1a40dc2a sketchybar: 2.13.2 -> 2.14.1 2023-02-23 22:56:59 +08:00
figsoda
0f64522e25 Merge pull request #217833 from r-ryantm/auto-update/qogir-icon-theme
qogir-icon-theme: 2022-11-05 -> 2023-02-23
2023-02-23 09:54:38 -05:00
superherointj
5027a11dd6 Merge pull request #217850 from superherointj/fix-kaniko-platform
kaniko: restrict platform to linux
2023-02-23 11:45:43 -03:00
Weijia Wang
35371e3fe1 grpc_cli: add aarch64-linux support 2023-02-23 16:43:39 +02:00
Justinas Stankevicius
857636b032 teleport: 11.3.4 -> 12.0.2 2023-02-23 16:35:36 +02:00
figsoda
fe1f564ac5 Merge pull request #217838 from superherointj/fix-vimPlugins.vim-trailing-whitespace
vimPlugins.vim-trailing-whitespace: fix add dynamic TerminalOpen for …
2023-02-23 09:20:15 -05:00
superherointj
e0b0527794 kaniko: restrict platform to linux
Co-authored-by: @bryanasdev000
2023-02-23 11:15:17 -03:00
Sandro
e3040b367c Merge pull request #216925 from r-ryantm/auto-update/python310Packages.python-manilaclient
python310Packages.python-manilaclient: 4.2.0 -> 4.3.0
2023-02-23 15:14:09 +01:00
Sandro
f40907c2d4 Merge pull request #217717 from r-ryantm/auto-update/python310Packages.python-swiftclient
python310Packages.python-swiftclient: 4.1.0 -> 4.2.0
2023-02-23 15:07:58 +01:00
superherointj
c7061def71 Merge pull request #216654 from superherointj/kaniko-init
kaniko: init at 1.9.1
2023-02-23 11:03:26 -03:00
Alyssa Ross
52c286ee5b Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Jairo Llopis
ae9aa5972d k3s_1_24: 1.24.4+k3s1 -> 1.24.10+k3s1
This is essentially the same as 7cf8b72ddd, but for 1.24.
2023-02-23 13:41:43 +00:00
Naïm Favier
129b6f7812 Merge pull request #216504 from ncfavier/unbound-state-dir-writable
nixos/unbound: make stateDir writable
2023-02-23 14:23:53 +01:00
Michael Adler
916b62614e ungoogled-chromium: 110.0.5481.100-1 -> 110.0.5481.177-1 2023-02-23 14:19:40 +01:00
Fabian Affolter
ed7fbb5516 python310Packages.dsmr-parser: add changelog to meta 2023-02-23 14:06:50 +01:00
Mario Rodas
dd6b058998 Merge pull request #217745 from r-ryantm/auto-update/tidb
tidb: 6.5.0 -> 6.6.0
2023-02-23 08:00:44 -05:00
Mario Rodas
a02a1e2ba0 Merge pull request #217783 from marsam/update-nodejs
nodejs: 18.14.1 -> 18.14.2, 19.6.1 -> 19.7.0
2023-02-23 07:59:36 -05:00
Mario Rodas
9e502cb9b1 Merge pull request #217550 from techknowlogick/scw-2110
scaleway-cli: 2.10.0 -> 2.11.1
2023-02-23 07:58:52 -05:00
Mario Rodas
a0e46ff773 Merge pull request #217596 from dotlambda/trove-classifiers-2023.2.20
python310Packages.trove-classifiers: 2023.2.8 -> 2023.2.20
2023-02-23 07:48:55 -05:00
Mario Rodas
8501a82f3c Merge pull request #217645 from r-ryantm/auto-update/interactsh
interactsh: 1.0.7 -> 1.1.0
2023-02-23 07:45:02 -05:00
superherointj
af2646dcaa vimPlugins.vim-trailing-whitespace: fix add dynamic TerminalOpen for both vim and nvim
Patch: https://github.com/bronson/vim-trailing-whitespace/pull/30
2023-02-23 09:43:47 -03:00
Mario Rodas
0186a7beff Merge pull request #217664 from r-ryantm/auto-update/imgproxy
imgproxy: 3.13.1 -> 3.13.2
2023-02-23 07:42:27 -05:00
Mario Rodas
ff17685502 Merge pull request #217681 from r-ryantm/auto-update/imgui
imgui: 1.89.2 -> 1.89.3
2023-02-23 07:41:44 -05:00
Mario Rodas
81b0768215 Merge pull request #217732 from Scrumplex/update-tomlplusplus-3.3.0
tomlplusplus: 3.2.0 -> 3.3.0
2023-02-23 07:40:38 -05:00
Mario Rodas
f998e2b4b2 Merge pull request #217796 from r-ryantm/auto-update/sentry-native
sentry-native: 0.5.4 -> 0.6.0
2023-02-23 07:39:19 -05:00
Mario Rodas
84e7d5db29 Merge pull request #217802 from r-ryantm/auto-update/cargo-public-api
cargo-public-api: 0.27.1 -> 0.27.2
2023-02-23 07:38:26 -05:00
lasers
2275649fd6 desmume: add wrapGAppsHook 2023-02-23 06:34:12 -06:00
sternenseemann
7f65851908 Revert "haskellPackages.heystone: fix darwin dylibs"
This reverts commit 32eecc6cc9.

Reason for revert: This fix doesn't alleviate the problem in two ways:

1. It is in the aarch64-darwin section of configuration-darwin.nix,
   the problem appears on x86_64-darwin (bytepatch doesn't support
   aarch64).

2. When moving the override into the general *-darwin section, the
   problem with bytepatch is also unaffected, see my attempt in
   https://github.com/NixOS/nixpkgs/pull/217201.
2023-02-23 13:26:17 +01:00
Bernardo Meurer
ef9030a3ba Merge pull request #216430 from peterhoeg/m/qmk 2023-02-23 12:14:31 +00:00
Alyssa Ross
af0078a3dd llvmPackages_git.bintools: fix eval
Was probably missed because llvmPackages_git is only evaluated as an
alias.

Fixes: cdb39a86e0 ("treewide: use optionalString")
2023-02-23 13:14:08 +01:00
Mario Rodas
0bdf7ea032 python310Packages.kiwisolver: fix NIX_CFLAGS_COMPILE definition
`env` does not allow lists.
2023-02-23 07:10:00 -05:00
Bernardo Meurer
61f76b3171 Merge pull request #216328 from r-ryantm/auto-update/aravis 2023-02-23 12:08:11 +00:00
Bernardo Meurer
42008a14a4 Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Bernardo Meurer
506cd2be53 Merge pull request #217766 from trofi/linuxHeaders-update 2023-02-23 12:04:42 +00:00
github-actions[bot]
5dc5c20564 Merge staging-next into staging 2023-02-23 12:01:43 +00:00
github-actions[bot]
390b789c39 Merge master into staging-next 2023-02-23 12:01:07 +00:00
Nick Cao
984655a3c7 Merge pull request #217487 from yaxitech/azure-ssc-1.0.022291
azure-static-sites-client: latest: 1.0.022152 -> 1.0.022431
2023-02-23 19:43:46 +08:00
Atemu
c60e3173b6 linux_xanmod_latest: 6.1.12 -> 6.1.13 2023-02-23 12:39:40 +01:00
Profpatsch
d316c28a30 modules/github-runner: Improve tokenFile docs
We’ve been having trouble figuring out which kind of token to use and
why our setup would break every few system updates.

This should clarify which options there are, and which ones lead to
better results.

Ideally there would be a manual section that has a step-by-step guide
on how to set up the github runner, with screenshots and everything.
2023-02-23 12:37:30 +01:00
superherointj
ffc7750577 Merge pull request #217716 from PedroHLC/zen-kernels-6.2
zen-kernels: 6.1.12 -> {6.2-zen1,6.1.13-lqx1}
2023-02-23 08:32:32 -03:00
R. Ryantm
409f16565d qogir-icon-theme: 2022-11-05 -> 2023-02-23 2023-02-23 11:30:48 +00:00
superherointj
fdaeb6efa9 Merge pull request #217672 from superherointj/package-fluxcd-0.40.0
fluxcd: 0.39.0 -> 0.40.0
2023-02-23 08:30:47 -03:00
R. Ryantm
35bda9a90a php80Extensions.blackfire: 1.86.3 -> 1.86.4 2023-02-23 11:21:44 +00:00
R. Ryantm
cc900aace3 python310Packages.dsmr-parser: 1.0.0 -> 1.2.0 2023-02-23 11:03:23 +00:00
Jörg Thalheim
443707aac6 Merge pull request #217818 from hsjobeki/doc/lib-runTests
Doc: better comments for lib.runTests
2023-02-23 11:48:41 +01:00
R. Ryantm
fa4092c909 rocwmma: 5.4.2 -> 5.4.3 2023-02-23 10:29:45 +00:00
hsjobeki
09ee6241b5 improves: comprehensiveness 2023-02-23 11:24:47 +01:00
R. Ryantm
36c8cb2406 dcap: 2.47.12 -> 2.47.14 2023-02-23 10:19:06 +00:00
Moritz 'e1mo' Fromm
f165ce37c0 molly-guard: Reduce closure size by stripping unneeded dependeicies 2023-02-23 11:10:32 +01:00
Jörg Thalheim
30343bab54 Merge pull request #217813 from r-ryantm/auto-update/lefthook
lefthook: 1.2.8 -> 1.2.9
2023-02-23 11:10:08 +01:00
R. Ryantm
51b7d85fa1 saml2aws: 2.36.2 -> 2.36.3 2023-02-23 10:06:23 +00:00
Fabian Affolter
f642a45cea Merge pull request #217710 from r-ryantm/auto-update/python310Packages.azure-mgmt-search
python310Packages.azure-mgmt-search: 8.0.0 -> 9.0.0
2023-02-23 10:57:19 +01:00
R. Ryantm
0a09a0459e jbang: 0.103.0 -> 0.103.2 2023-02-23 09:47:12 +00:00
R. Ryantm
de5e4190ad eksctl: 0.129.0 -> 0.130.0 2023-02-23 09:34:59 +00:00
hsjobeki
70c36dcfb8 add better documentation comments to lib.runTests 2023-02-23 10:21:58 +01:00
R. Ryantm
1320d26ed6 wiki-tui: 0.6.3 -> 0.6.4 2023-02-23 09:14:11 +00:00
Fabian Affolter
1462c1a1a2 Merge pull request #217734 from r-ryantm/auto-update/opkg
opkg: 0.6.0 -> 0.6.1
2023-02-23 10:08:04 +01:00
Nick Cao
f5483464d5 nixos/systemd-coredump: guard static gid for systemd-coredump behind state version 2023-02-23 17:07:50 +08:00
Nick Cao
2265160fc0 nixos/polkit: guard static gid for polkituser behind state version 2023-02-23 17:07:49 +08:00
Fabian Affolter
2a810e135f Merge pull request #217670 from fabaff/aiormq-bump
python310Packages.aiormq: 6.6.4 -> 6.7.2, python310Packages.aio-pika: 8.3.0 -> 9.0.4
2023-02-23 10:07:01 +01:00
Fabian Affolter
cf8436e4cb meilisearch: update description 2023-02-23 04:03:40 -05:00
R. Ryantm
c420236aaa meilisearch: 1.0.0 -> 1.0.1 2023-02-23 04:03:40 -05:00
happysalada
b53bd4a5f0 qdrant: 0.11.2 -> 1.0.2 2023-02-23 04:01:54 -05:00
Janne Heß
03fb722016 Merge pull request #217799 from figsoda/smali
vimPlugins.nvim-treesitter: 2023-02-19 -> 2023-02-22
2023-02-23 09:49:58 +01:00
Weijia Wang
c22fe9859a Merge pull request #217365 from r-ryantm/auto-update/kubeseal
kubeseal: 0.19.4 -> 0.19.5
2023-02-23 10:48:38 +02:00
R. Ryantm
3ee028c185 lefthook: 1.2.8 -> 1.2.9 2023-02-23 08:46:16 +00:00
Weijia Wang
640396f068 Merge pull request #217409 from r-ryantm/auto-update/mapcidr
mapcidr: 1.0.3 -> 1.1.0
2023-02-23 10:41:01 +02:00
Fabian Affolter
29c0e789ec python310Packages.azure-mgmt-search: adjust inputs 2023-02-23 09:37:05 +01:00
Fabian Affolter
0d44a37f7e python310Packages.azure-mgmt-search: disable on unsupported Python releases 2023-02-23 09:35:27 +01:00
Fabian Affolter
82935bfed1 Merge pull request #217714 from r-ryantm/auto-update/python310Packages.pyvisa-py
python310Packages.pyvisa-py: 0.6.2 -> 0.6.3
2023-02-23 09:32:08 +01:00
Fabian Affolter
c2c60d0c6d Merge pull request #217723 from fabaff/denonavr-bump
python310Packages.denonavr: 0.11.0 -> 0.11.1
2023-02-23 09:31:30 +01:00
Fabian Affolter
d0df850cf0 Merge pull request #217772 from fabaff/goodwe-bump
python310Packages.goodwe: 0.2.25 -> 0.2.26
2023-02-23 09:30:24 +01:00
Fabian Affolter
e0a618f972 Merge pull request #217773 from fabaff/meilisearch-bump
python310Packages.meilisearch: 0.24.0 -> 0.25.0
2023-02-23 09:30:11 +01:00
Fabian Affolter
6c533fe68e Merge pull request #217775 from fabaff/freebox-api-bump
python310Packages.freebox-api: 1.0.1 -> 1.1.0
2023-02-23 09:30:00 +01:00
Fabian Affolter
42d5f3bb26 Merge pull request #217776 from fabaff/memray-bump
memray: 1.6.0 -> 1.7.0
2023-02-23 09:29:48 +01:00
Fabian Affolter
1b707d0222 Merge pull request #217777 from fabaff/trufflehog-bump
trufflehog: 3.27.1 -> 3.28.0
2023-02-23 09:29:37 +01:00
Fabian Affolter
3b2329c422 opkg: equalize content 2023-02-23 09:27:33 +01:00
Fabian Affolter
e99fae5e66 opkg: specify license 2023-02-23 09:25:05 +01:00
Fabian Affolter
05e94bc57b opkg: add changelog to meta 2023-02-23 09:24:09 +01:00
Fabian Affolter
105749e008 Merge pull request #217743 from r-ryantm/auto-update/evtx
evtx: 0.8.0 -> 0.8.1
2023-02-23 09:15:27 +01:00
Fabian Affolter
21121d5c30 Merge pull request #217784 from marsam/update-chat-downladoer
python310Packages.chat-downloader: 0.2.3 -> 0.2.4
2023-02-23 09:13:19 +01:00
Vincent Haupert
36949b9718 nixos/github-runners: clean workDir as root
Purge contents of `workDir` as root to also allow the removal of files
marked as read-only. It is easy to create read-only files in `workDir`,
e.g., by copying files from the Nix store.
2023-02-23 09:05:27 +01:00
Fabian Affolter
e730e6458d Merge pull request #217491 from harvidsen/python-oracledb-init
python3Packages.oracledb: init at 1.2.2
2023-02-23 09:01:38 +01:00
Mike Sperber
1df0e06d54 haskell-tensorflow: unbreak build
This just moves the package to the current head in the official repo,
which has since seen patches that unbreak the ghc-9 build and work
with our version of TensorFlow.
2023-02-23 08:55:42 +01:00
Mike Sperber
6dc3f22ae7 snappy: unbreak build
This just applies in the patches from a long-standing unmerged pull
request.

This transitively also unbreaks snappy-framing and snappy-lazy.
2023-02-23 08:49:31 +01:00
Weijia Wang
8bb88ba268 Merge pull request #217642 from r-ryantm/auto-update/xmrig-mo
xmrig-mo: 6.18.1-mo1 -> 6.19.0-mo1
2023-02-23 09:43:45 +02:00
Sergei Trofimovich
6812dd98c4 Merge pull request #216237 from amjoseph-nixpkgs/pr/gcc/enableGdbPlugin
gcc/common: add disableGdbPlugin option
2023-02-23 07:35:57 +00:00
Vincent Haupert
d117f8ff63 azure-static-sites-client: latest: 1.0.022152 -> 1.0.022431 2023-02-23 08:28:14 +01:00
Nikolay Korotkiy
79e0d204e2 Merge pull request #217800 from r-ryantm/auto-update/srvc
srvc: 0.14.0 -> 0.14.1
2023-02-23 11:02:18 +04:00
Korny666
621c9b038c smartgithg: 22.1.3 -> 22.1.4 2023-02-23 07:56:27 +01:00
Nick Cao
5956e0866f Merge pull request #217782 from dotlambda/caldav-1.1.3
python310Packages.caldav: 1.1.1 -> 1.1.3
2023-02-23 14:29:40 +08:00
Nick Cao
ae28bb0ab5 Merge pull request #217786 from wahjava/update-tailscale
tailscale: 1.36.1 -> 1.36.2
2023-02-23 14:28:25 +08:00
Nick Cao
8522bcd017 Merge pull request #217791 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning
python310Packages.pytorch-metric-learning: 2.0.0 -> 2.0.1
2023-02-23 14:28:09 +08:00
R. Ryantm
789cc717bd minio: 2023-01-25T00-19-54Z -> 2023-02-17T17-52-43Z 2023-02-23 06:27:54 +00:00
Nick Cao
400621ac5d Merge pull request #217795 from r-ryantm/auto-update/pineapple-pictures
pineapple-pictures: 0.6.5 -> 0.6.6
2023-02-23 14:27:45 +08:00
Nick Cao
aacd79e770 Merge pull request #217798 from r-ryantm/auto-update/argocd
argocd: 2.6.1 -> 2.6.2
2023-02-23 14:27:03 +08:00
github-actions[bot]
36f198081c Merge staging-next into staging 2023-02-23 06:01:36 +00:00
github-actions[bot]
010946fcbd Merge master into staging-next 2023-02-23 06:01:03 +00:00
R. Ryantm
6a58de545b glbinding: 3.1.0 -> 3.3.0 2023-02-23 05:39:15 +00:00
Weijia Wang
739f4d5ee5 Merge pull request #217801 from wegank/xmrig-mo-aarch64
xmrig-mo: unbreak on more platforms
2023-02-23 07:10:22 +02:00
Weijia Wang
b65d2ea436 Merge pull request #192672 from amjoseph-nixpkgs/pr/nixos/sd/powerpc64le
enable NixOS installer for powerpc64le
2023-02-23 07:09:46 +02:00
Weijia Wang
128877b73a Merge pull request #217638 from r-ryantm/auto-update/python310Packages.bitstruct
python310Packages.bitstruct: 8.15.1 -> 8.17.0
2023-02-23 07:05:44 +02:00
Weijia Wang
bedf8d81fc Merge pull request #217629 from r-ryantm/auto-update/ostree
ostree: 2022.7 -> 2023.1
2023-02-23 06:58:43 +02:00
Weijia Wang
4194c97a10 Merge pull request #217639 from r-ryantm/auto-update/python310Packages.httpx-ntlm
python310Packages.httpx-ntlm: 1.0.0 -> 1.1.0
2023-02-23 06:57:49 +02:00
Weijia Wang
cee7ce609d Merge pull request #217485 from r-ryantm/auto-update/liblc3
liblc3: 1.0.1 -> 1.0.2
2023-02-23 06:56:41 +02:00
Weijia Wang
298ac11bb1 Merge pull request #217623 from r-ryantm/auto-update/bear
bear: 3.1.0 -> 3.1.1
2023-02-23 06:55:19 +02:00
Ryan Lahfa
83e7e83ea7 Merge pull request #205033 from CathalMullan/phlare
phlare: init at 0.3.0
2023-02-23 13:54:31 +09:00
Weijia Wang
56b29caf07 Merge pull request #217538 from r-ryantm/auto-update/spicedb-zed
spicedb-zed: 0.8.0 -> 0.9.1
2023-02-23 06:52:14 +02:00
R. Ryantm
87c4b05f13 cargo-public-api: 0.27.1 -> 0.27.2 2023-02-23 04:50:20 +00:00
Weijia Wang
f395f1987e Merge pull request #217621 from r-ryantm/auto-update/ameba
ameba: 1.4.0 -> 1.4.1
2023-02-23 06:49:09 +02:00
zowoq
7380dec318 terraform-providers.cloudinit: 2.2.0 → 2.3.1 2023-02-23 14:36:21 +10:00
github-actions[bot]
33f5fe5c9c terraform-providers.vra7: 3.0.6 → 3.0.7 2023-02-23 14:36:21 +10:00
github-actions[bot]
1badd0069c terraform-providers.oci: 4.108.1 → 4.109.0 2023-02-23 14:36:21 +10:00
github-actions[bot]
299c2b61e5 terraform-providers.scaleway: 2.11.0 → 2.11.1 2023-02-23 14:36:21 +10:00
github-actions[bot]
09e51eadda terraform-providers.ovh: 0.27.0 → 0.28.1 2023-02-23 14:36:21 +10:00
github-actions[bot]
2e3016d9a6 terraform-providers.google: 4.53.1 → 4.54.0 2023-02-23 14:36:21 +10:00
github-actions[bot]
03f6371b8d terraform-providers.heroku: 5.1.11 → 5.1.12 2023-02-23 14:36:21 +10:00
github-actions[bot]
4cc42f749e terraform-providers.gitlab: 15.8.0 → 15.9.0 2023-02-23 14:36:21 +10:00
github-actions[bot]
5148862235 terraform-providers.auth0: 0.43.0 → 0.44.0 2023-02-23 14:36:21 +10:00
Weijia Wang
453be8e802 xmrig-mo: unbreak on more platforms 2023-02-23 06:33:11 +02:00
Mario Rodas
bee6421d79 fizz: 2023.02.13.00 -> 2023.02.20.00 2023-02-23 04:20:00 +00:00
Mario Rodas
e6d5de6b53 twilio-cli: 5.4.0 -> 5.4.1
https://github.com/twilio/twilio-cli/releases/tag/5.4.1
2023-02-23 04:20:00 +00:00
Mario Rodas
21ac7fb438 ytarchive: 0.3.2 -> 2023-02-21 2023-02-23 04:20:00 +00:00
R. Ryantm
3a6f78e67c srvc: 0.14.0 -> 0.14.1 2023-02-23 04:19:17 +00:00
Adam Joseph
f99e8bafe6 nixos/installer: add sd-image-powerpc64le.nix
This builds on top of nixpkgs mainline 00d8347180
with the following two PRs cherry-picked:

- https://github.com/NixOS/nixpkgs/pull/192670
- https://github.com/NixOS/nixpkgs/pull/192668

using the following command:

```
nix build -f nixos -L \
  -I nixos-config=nixos/modules/installer/sd-card/sd-image-powerpc64le.nix \
  config.system.build.sdImage
```

I was able to successfully boot the image, although it boots to a login prompt
rather than a shell, and won't accept the empty password for `root`.  I guess
I'll have to figure out why that is.

To boot the image: `zstd`-decompress the it, mount it, and use `kexec`:

```
cd boot/nixos
kexec -l \
  *-vmlinux \
  --initrd *-initrd \
  --dt-no-old-root \
  --command-line="$(grep APPEND ../extlinux/extlinux.conf | sed 's_^ *APPEND *__')"
```

The machine I used for testing has only one storage device which is completely
allocated to LVM.  It appears that the NixOS ISO loader doesn't look for
partition tables within LVM volumes.  To work aroundn this, I had to extract the
`ext4` image within the partition table within the `sd-card` image and put that
in its own LVM volume.  This likely won't be an obstacle for users who write the
image to a USB stick or similar.
2023-02-23 06:18:52 +02:00
figsoda
c210cc7f9e vimPlugins.nvim-treesitter: 2023-02-19 -> 2023-02-22 2023-02-22 23:10:10 -05:00
R. Ryantm
bcd127d19f argocd: 2.6.1 -> 2.6.2 2023-02-23 04:08:52 +00:00
R. Ryantm
3216741aa1 sentry-native: 0.5.4 -> 0.6.0 2023-02-23 03:54:52 +00:00
R. Ryantm
ee8aa8fbb5 pineapple-pictures: 0.6.5 -> 0.6.6 2023-02-23 03:47:36 +00:00
Jeremy Fleischman
bb724fa986 sysdig: Include driver patch to fix compilation on Linux 6.2
On nixos-unstable with the latest kernel (6.2.0), I'm seeing sysdig
fail to compile:

    /build/source/build/driver/src/main.c:2788:30: error: assignment to 'char * (*)(const struct device *, umode_t *)' {aka 'char * (*)(const struct device *, short unsigned int *)'} from incompatible pointer type 'char * (*)(struct device *, umode_t *)' {aka 'char * (*)(struct device *, short unsigned int *)'} [-Werror=incompatible-pointer-types]
     2788 |         g_ppm_class->devnode = ppm_devnode;
          |                              ^
    /build/libs/userspace/libscap/scap_procs.c: In function 'scap_os_getpid_global':

This has already been fixed upstream, this just cherry-picks that fix.
2023-02-22 19:43:02 -08:00
Samuel Ainsworth
dc3ac9dc42 Merge pull request #217322 from ConnorBaker/cudatoolkit-prune-broken-symlinks
cudatoolkit: prune broken symlinks in `postFixup`
2023-02-22 22:42:42 -05:00
Adam Joseph
24b07fc9e5 gcc/common: add disableGdbPlugin option
This commit adds an option `disableGdbPlugin` which controls whether
or not the plugin *for* GDB will be built.  This plugin contains a
copy of `gcc`.

The configure flag that this option controls is called
`--disable-libcc1`.  This flag name is slightly confusing: it is
used only by GDB (and apparently unmaintained), yet the flag name
does not mention GDB.  This is why the option name is different from
the configure flag name.

The primary motivation for this commit is to allow the following PR
(which is not yet merged) to pass `--disable-libcc1` when building
the final native (build=host=target) compiler as part of the stdenv
bootstrap:

  https://github.com/NixOS/nixpkgs/pull/209870

We need to `--disable-libcc1` in this scenario because gcc's build
machinery links `libcc1` against the `libstdc++` that is part of the
*compiler used to compile gcc*, rather than against the `libstdc++`
that is built *by* gcc.  In an FHS distribution this distinction is
not terribly important because dynamically linked libraries are
late-bound (ld.so resolution).  However in nixpkgs this causes a
reference back to the bootstrapFiles to leak all the way through to
the final stdenv.

More details can be found in the comment in
`pkgs/stdenv/linux/default.nix` of the PR linked above.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-22 19:30:34 -08:00
Lassulus
c8322a465c Merge pull request #217727 from vlaci/lief-darwin
lief: enable darwin support
2023-02-23 08:57:53 +05:30
Anderson Torres
990f09363a Merge pull request #217781 from dotlambda/pyqt6-6.4.2
python310Packages.pyqt6: 6.4.0 -> 6.4.2
2023-02-23 00:10:22 -03:00
R. Ryantm
1f16363672 python310Packages.pytorch-metric-learning: 2.0.0 -> 2.0.1 2023-02-23 02:53:46 +00:00
Nick Cao
12f94adb89 Merge pull request #217702 from Luflosi/update/yosys
yosys: 0.25 -> 0.26
2023-02-23 10:50:23 +08:00
Martin Weinelt
e712ee9456 pdm: Fix tests on darwin, by allowing local networking 2023-02-23 03:42:00 +01:00
Martin Weinelt
00e302ca22 pdm: 2.4.3 -> 2.4.6
https://github.com/pdm-project/pdm/releases/tag/2.4.4
https://github.com/pdm-project/pdm/releases/tag/2.4.5
https://github.com/pdm-project/pdm/releases/tag/2.4.6
2023-02-23 03:39:49 +01:00
rewine
c265b1e821 deepin.deepin-music: init at 6.2.21 2023-02-23 10:34:18 +08:00
R. Ryantm
83827e0770 python310Packages.types-protobuf: 4.21.0.5 -> 4.21.0.7 2023-02-23 02:29:52 +00:00
Robert Schütz
af735e7623 python310Packages.recurring-ical-events: 2.0.1 -> 2.0.2
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.0.1...v2.0.2

Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v2.0.2/README.rst#changelog
2023-02-22 17:44:58 -08:00
Robert Schütz
07e1d5bc22 metadata-cleaner: 2.4.0 -> 2.5.0
Diff: https://gitlab.com/rmnvgr/metadata-cleaner/-/compare/v2.4.0...v2.5.0

Changelog: https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/v2.5.0/CHANGELOG.md
2023-02-22 17:41:40 -08:00
Robert Schütz
0d2542fa9d flatcam: pin shapely at 1.8.4 2023-02-22 17:39:49 -08:00
Robert Schütz
6f2e446ea7 python310Packages.hass-nabucasa: don't depend on asynctest
Upstream removed it in
https://github.com/NabuCasa/hass-nabucasa/pull/318 and didn't use it for
Python >= 3.8 anyway.
2023-02-22 17:38:47 -08:00
Robert Schütz
89c8ef30a6 nixos/imaginary: bind to localhost by default 2023-02-22 17:37:36 -08:00
Ashish SHUKLA
c346267257 tailscale: 1.36.1 -> 1.36.2 2023-02-23 07:07:33 +05:30
Mario Rodas
a110ae872b Merge pull request #217659 from r-ryantm/auto-update/folly
folly: 2023.02.06.00 -> 2023.02.13.00
2023-02-22 20:31:44 -05:00
Mario Rodas
19ff7ec33f Merge pull request #217652 from r-ryantm/auto-update/protoc-gen-connect-go
protoc-gen-connect-go: 1.5.0 -> 1.5.2
2023-02-22 20:31:19 -05:00
Martin Weinelt
a8448933ee python310Packages.homeassistant-stubs: init at 2023.2.5
Typing hints for Home Assistant core. Freshly generated out of
our home-assistant package.
2023-02-23 02:21:13 +01:00
Martin Weinelt
d4a8452985 python3Packages.voluptuous-stubs: init at 0.1.1
Typing hints for the voluptuous package.
2023-02-23 02:21:12 +01:00
Nick Cao
3d14f3fb41 Merge pull request #217635 from r-ryantm/auto-update/spotify-player
spotify-player: 0.11.1 -> 0.12.0
2023-02-23 09:19:27 +08:00
Nick Cao
467efb339c Merge pull request #217643 from mahmoudk1000/master
anki-bin: 2.1.58 -> 2.1.60
2023-02-23 09:18:52 +08:00
Robert Schütz
3c5402a81a python310Packages.caldav: 1.1.1 -> 1.1.3
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.1.1...v1.1.3
2023-02-22 17:18:23 -08:00
Nick Cao
d3740cb30e Merge pull request #217673 from r-ryantm/auto-update/devbox
devbox: 0.3.3 -> 0.3.4
2023-02-23 09:17:56 +08:00
Nick Cao
8cb24369c7 Merge pull request #217676 from lorenzleutgeb/gradle-6
gradle: 6.9.3 -> 6.9.4
2023-02-23 09:17:49 +08:00
Nick Cao
159c0a973d Merge pull request #217688 from r-ryantm/auto-update/watchmate
watchmate: 0.4.0 -> 0.4.1
2023-02-23 09:17:16 +08:00
Nick Cao
8736d714ec Merge pull request #217692 from r-ryantm/auto-update/yadm
yadm: 3.2.1 -> 3.2.2
2023-02-23 09:16:30 +08:00
Nick Cao
ec19a4855f Merge pull request #217695 from r-ryantm/auto-update/cargo-deb
cargo-deb: 1.42.0 -> 1.42.1
2023-02-23 09:16:09 +08:00
Robert Schütz
953c6fed96 python310Packages.pyqt6: 6.4.0 -> 6.4.2 2023-02-22 17:13:04 -08:00
Robert Schütz
496dd49d1c python310Packages.pyqt5: 5.15.7 -> 5.15.9 2023-02-22 17:12:34 -08:00
Nick Cao
6d8d421090 Merge pull request #217719 from r-ryantm/auto-update/obsidian
obsidian: 1.1.9 -> 1.1.15
2023-02-23 09:09:00 +08:00
Nick Cao
ad8b0a440b Merge pull request #217730 from hmenke/alps
nixos/alps: fix embarrasing typo
2023-02-23 09:08:23 +08:00
Nick Cao
530146f0fe Merge pull request #217731 from chvp/bump-eid-mw
eid-mw: 5.1.9 -> 5.1.10
2023-02-23 09:08:04 +08:00
Nick Cao
4b74ba8001 Merge pull request #217744 from dotlambda/rnote-0.5.14
rnote: 0.5.13 -> 0.5.14
2023-02-23 09:04:55 +08:00
Nick Cao
27d2aa5360 Merge pull request #217761 from rhoriguchi/gitkraken
gitkraken: 9.1.0 -> 9.1.1
2023-02-23 09:02:18 +08:00
Nick Cao
e745e10f78 Merge pull request #217769 from wahjava/update-flyctl
flyctl: 0.0.456 -> 0.0.464
2023-02-23 09:01:59 +08:00
Nick Cao
47d96e57c9 Merge pull request #217771 from fabaff/meteofrance-api-bump
python310Packages.meteofrance-api: 1.1.0 -> 1.2.0
2023-02-23 09:01:21 +08:00
Nick Cao
6eaf4f425d Merge pull request #217774 from dotlambda/vallox-websocket-api-3.1.0
python310Packages.vallox-websocket-api: 3.0.0 -> 3.1.0
2023-02-23 08:59:42 +08:00
Anderson Torres
2e901f858a Merge pull request #217764 from dotlambda/sip-6.7.7
python310Packages.sip: 6.7.5 -> 6.7.7
2023-02-22 21:56:29 -03:00
Nick Cao
94dc2f4beb Merge pull request #216738 from wineee/deepin-camera
deepin.deepin-camera: init at 1.4.8
2023-02-23 08:56:04 +08:00
Nick Cao
f221987b19 Merge pull request #216873 from Thornycrackers-Forks/master
pythonPackages.python-jwt: init at 1.3.1
2023-02-23 08:54:48 +08:00
Nick Cao
af453a57a4 Merge pull request #214014 from astro/oxigraph
oxigraph: init at 0.3.11
2023-02-23 08:52:02 +08:00
Robert Schütz
a31c3d5e09 Merge pull request #217544 from fabaff/mox-remove
python310Packages.mox: remove
2023-02-22 16:27:47 -08:00
Robert Schütz
254b4765fd Merge pull request #217467 from fabaff/aioesphomeapi-bump
python310Packages.aioesphomeapi: 13.3.1 -> 13.4.0
2023-02-22 16:26:40 -08:00
Fabian Affolter
20154f79aa Merge pull request #217666 from fabaff/reolink-aio-bump
python310Packages.reolink-aio: 0.4.2 -> 0.5.0
2023-02-23 01:24:35 +01:00
Fabian Affolter
f67dfedbe7 Merge pull request #217662 from fabaff/python-box-bump
python310Packages.python-box: 7.0.0 -> 7.0.1
2023-02-23 01:24:25 +01:00
Fabian Affolter
d2b446ab01 Merge pull request #217660 from fabaff/losant-rest-bump
python310Packages.losant-rest: 1.17.1 -> 1.17.2
2023-02-23 01:24:15 +01:00
Fabian Affolter
fd2edf9cc4 trufflehog: 3.27.1 -> 3.28.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.27.1...v3.28.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.0
2023-02-23 01:20:57 +01:00
Anderson Torres
f114023c62 Merge pull request #217713 from figsoda/0x
_0x: replace patch with Cargo.lock
2023-02-22 21:14:52 -03:00
github-actions[bot]
c784c1a7e8 Merge master into haskell-updates 2023-02-23 00:13:57 +00:00
Fabian Affolter
55d85d5018 memray: 1.6.0 -> 1.7.0
Diff: https://github.com/bloomberg/memray/compare/refs/tags/v1.6.0...v1.7.0

Changelog: https://github.com/bloomberg/memray/releases/tag/v1.7.0
2023-02-23 01:13:45 +01:00
R. Ryantm
bdc1efe5ea fb303: 2023.01.30.00 -> 2023.02.13.00 2023-02-23 00:12:10 +00:00
Fabian Affolter
0cc2f14b82 python310Packages.freebox-api: add changelog to meta 2023-02-23 01:04:56 +01:00
github-actions[bot]
82db2c5621 Merge staging-next into staging 2023-02-23 00:02:59 +00:00
Fabian Affolter
c27ce8fe4f python310Packages.freebox-api: 1.0.1 -> 1.1.0
Diff: https://github.com/hacf-fr/freebox-api/compare/refs/tags/v1.0.1...v1.1.0
2023-02-23 01:02:55 +01:00
github-actions[bot]
7f396edf16 Merge master into staging-next 2023-02-23 00:02:23 +00:00
Fabian Affolter
20ddf3b810 python310Packages.meilisearch: 0.24.0 -> 0.25.0
Diff: https://github.com/meilisearch/meilisearch-python/compare/refs/tags/v0.24.0...v0.25.0

Changelog: https://github.com/meilisearch/meilisearch-python/releases/tag/v0.25.0
2023-02-23 01:00:53 +01:00
Robert Schütz
1462929de0 python310Packages.vallox-websocket-api: 3.0.0 -> 3.1.0
Diff: https://github.com/yozik04/vallox_websocket_api/compare/refs/tags/3.0.0...3.1.0

Changelog: https://github.com/yozik04/vallox_websocket_api/releases/tag/3.1.0
2023-02-22 16:00:05 -08:00
Fabian Affolter
56ca30ef4c python310Packages.goodwe: 0.2.25 -> 0.2.26
Diff: https://github.com/marcelblijleven/goodwe/compare/refs/tags/v0.2.25...v0.2.26

Changelog: https://github.com/marcelblijleven/goodwe/releases/tag/v0.2.26
2023-02-23 00:59:19 +01:00
Fabian Affolter
8076ea3f1e python310Packages.meteofrance-api: 1.1.0 -> 1.2.0
Diff: https://github.com/hacf-fr/meteofrance-api/compare/refs/tags/v1.1.0...v1.2.0

Changelog: https://github.com/hacf-fr/meteofrance-api/releases/tag/v1.2.0
2023-02-23 00:57:15 +01:00
Fabian Affolter
d5a383955a python310Packages.meteofrance-api: add changelog to meta 2023-02-23 00:54:18 +01:00
Fabian Affolter
6518cfd667 Merge pull request #217222 from fabaff/types-psutil-bump
python310Packages.types-psutil: 5.9.5.5 -> 5.9.5.7
2023-02-23 00:49:47 +01:00
Fabian Affolter
0cbae1a9f1 python310Packages.mox: remove
- unmaintained for over a decade
- no python 3.11 support (AttributeError: module 'inspect' has no
  attribute 'getargspec')
- replaced by mock
2023-02-23 00:48:35 +01:00
Fabian Affolter
1b49d3108b evtx: add changelog to meta 2023-02-23 00:45:43 +01:00
Fabian Affolter
9b02223133 python310Packages.aioesphomeapi: 13.3.1 -> 13.4.0
Diff: esphome/aioesphomeapi@refs/tags/v13.3.1...v13.4.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.4.0
2023-02-23 00:41:06 +01:00
Astro
1fe9b60df9 oxigraph: init at 0.3.11 2023-02-23 00:41:02 +01:00
Fabian Affolter
cb753dd281 python310Packages.pastedeploy: 2.1.1 -> 3.0.1
Changelog: https://github.com/Pylons/pastedeploy/blob/3.0.1/docs/news.rst
2023-02-23 00:37:06 +01:00
Ashish SHUKLA
6c6bdf81b6 flyctl: 0.0.456 -> 0.0.464 2023-02-23 05:05:29 +05:30
Fabian Affolter
3eb6081abe python310Packages.pyct: add changelog to meta
- disable on unsupported Python releases
2023-02-22 15:34:24 -08:00
R. Ryantm
4145f63bce python310Packages.pyct: 0.4.8 -> 0.5.0 2023-02-22 15:34:24 -08:00
Fabian Affolter
a6ae7f7387 python310Packages.pastedeploy: add changelog to meta 2023-02-23 00:28:53 +01:00
Robert Schütz
3d142abd14 calibre: don't rely on sip.platform_tag 2023-02-22 15:27:46 -08:00
Sergei Trofimovich
48c598aafd linuxHeaders: 6.1 -> 6.2 2023-02-22 23:03:58 +00:00
R. Ryantm
05fa1025b0 freeradius: 3.2.1 -> 3.2.2 2023-02-22 23:01:19 +00:00
Robert Schütz
3d4897aec5 python310Packages.sip: 6.7.5 -> 6.7.7 2023-02-22 14:59:14 -08:00
Aaron Andersen
7cec24480e Merge pull request #217712 from afh/musikcube-fix-macos-build
musikcube: Fix build on macOS
2023-02-22 17:43:15 -05:00
Sergei Trofimovich
6f7b43d463 Merge pull request #217379 from trofi/libomxil-bellagio-no-overread
libomxil-bellagio: fix stack overred
2023-02-22 22:40:01 +00:00
Sergei Trofimovich
47c7480ca2 Merge pull request #215858 from trofi/serd-update
serd: 0.30.10 -> 0.30.16
2023-02-22 22:38:41 +00:00
Ryan Horiguchi
da14312c42 gitkraken: 9.1.0 -> 9.1.1 2023-02-22 23:33:25 +01:00
Maximilian Bosch
e88cdaf247 Merge pull request #217699 from Ma27/linux-kernel-updates
Linux kernel updates 2023-02-22
2023-02-22 23:29:16 +01:00
R. Ryantm
ab08c05eae ginkgo: 2.8.0 -> 2.8.3 2023-02-22 22:23:56 +00:00
Alyssa Ross
7560f8eea5 linuxPackages.exfat-nofuse: set to null when unsupported
This is the same thing every other obsolete kernel module does, and
it's better than an assertion because an assertion prevents testing
evaluation of all the modules for a particular kernel.
2023-02-22 21:34:27 +00:00
Alyssa Ross
807ac7dcbe linuxKernel: respect config.allowAliases
In Nixpkgs, we generally gate throws for package removals behind
config.allowAliases (as seen elsewhere in this very file already!),
which has nice properties like making it possible to test evaluation
of all the packages in an attrset that are expected to evaluate by
disabling aliases.
2023-02-22 21:34:27 +00:00
Alyssa Ross
bfef542b67 linux_5_4_hardened: use meta.broken, not assert
Respects NIXPKGS_ALLOW_BROKEN and allows attributes to be accessed.
2023-02-22 21:34:27 +00:00
OPNA2608
c358f92d00 palemoon-bin: 32.0.0 -> 32.0.1 2023-02-22 22:31:37 +01:00
R. Ryantm
23cae10669 tidb: 6.5.0 -> 6.6.0 2023-02-22 21:29:26 +00:00
OPNA2608
c62f928346 palemoon: 32.0.0 -> 32.0.1 2023-02-22 22:23:40 +01:00
Robert Schütz
3f6137791b rnote: 0.5.13 -> 0.5.14
Diff: https://github.com/flxzt/rnote/compare/v0.5.13...v0.5.14

Changelog: https://github.com/flxzt/rnote/releases/tag/v0.5.14
2023-02-22 13:17:16 -08:00
R. Ryantm
be95c39340 evtx: 0.8.0 -> 0.8.1 2023-02-22 21:14:32 +00:00
figsoda
a3c21220fd Merge pull request #217737 from 9999years/nix-your-shell-update
nix-your-shell: 1.1.0 -> 1.1.1
2023-02-22 16:12:12 -05:00
Samuel Ainsworth
8027d195af python3Packages.apache-beam: 2.44.0 -> 2.45.0
Fix https://github.com/NixOS/nixpkgs/issues/217266
2023-02-22 13:07:12 -08:00
Samuel Ainsworth
28187cbbed python3Packages.cloudpickle: 2.2.0 -> 2.2.1 2023-02-22 13:06:24 -08:00
Anders Kaseorg
d768bedd3f openafs: Patch for Linux kernel 6.2
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-02-22 12:40:09 -08:00
Anderson Torres
3d566e183b Merge pull request #216029 from OPNA2608/init/palemoon-bin
palemoon-bin: init at 32.0.0
2023-02-22 17:34:28 -03:00
Rebecca Turner
65fe5aba2e nix-your-shell: 1.1.0 -> 1.1.1 2023-02-22 12:22:36 -08:00
Alyssa Ross
386d97f587 python3.pkgs.pyocd: 0.34.1 -> 0.34.3 2023-02-22 20:11:07 +00:00
Alyssa Ross
e33e3f03f1 python3.pkgs.pyocd: relax pylink-square constraint
1.0 seems to be very minor changes[1].  The flash() method is not used
anywhere in pyocd as far as I can tell, the tests all pass, and it
doesn't build at all otherwise.

[1]: https://github.com/square/pylink/blob/master/CHANGELOG.md#100
2023-02-22 20:11:07 +00:00
Alyssa Ross
df9930290b python3.pkgs.cmsis-pack-manager: 0.4.0 -> 0.5.2
Upstream has switched from milksnake to maturin, and dropped the mock
test dependency.  Adds Python 3.11 support.
2023-02-22 20:11:07 +00:00
R. Ryantm
4d7fc9c128 deheader: 1.8 -> 1.10 2023-02-22 20:06:14 +00:00
Sandro
2320e169c9 Merge pull request #217308 from aaronjheng/amqpcat 2023-02-22 20:59:40 +01:00
Jan Tojnar
f8116ec6b4 vala: 0.56.3 → 0.56.4
https://gitlab.gnome.org/GNOME/vala/-/compare/0.56.3...0.56.4
2023-02-22 20:56:40 +01:00
R. Ryantm
3a690ebe77 opkg: 0.6.0 -> 0.6.1 2023-02-22 19:53:47 +00:00
Sefa Eyeoglu
2cea31ea63 tomlplusplus: 3.2.0 -> 3.3.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-02-22 20:49:46 +01:00
Sandro
92a9d3cbe7 Merge pull request #216604 from SharzyL/ccal 2023-02-22 20:47:45 +01:00
Charlotte Van Petegem
70b361a13c eid-mw: 5.1.9 -> 5.1.10 2023-02-22 20:44:05 +01:00
Henri Menke
64be5cc145 nixos/alps: fix embarrasing typo 2023-02-22 20:41:17 +01:00
K900
4b2f57cbd3 Merge pull request #217700 from K900/plasma-5.27.1
plasma: 5.27.0 -> 5.27.1
2023-02-22 22:40:32 +03:00
Alexis Hildebrandt
002222043d musikcube: Fix build on macOS 2023-02-22 20:40:22 +01:00
Alyssa Ross
90904c440e linuxManualConfig: remove obsolete comments
Assuming the dead link refers to
https://lore.kernel.org/linux-kbuild/1443741332.2730.75.camel@decadent.org.uk/
at this point it's fairly safe to say it's not getting in, as it
hasn't been resubmitted since 2015, and nowadays the kernel
documentation just suggests setting KBUILD_BUILD_TIMESTAMP like we do
here.
2023-02-22 19:37:59 +00:00
Martin Weinelt
1ad0905d04 Merge pull request #216494 from mcwitt/awswrangler-relax-pyarrow
python310Packages.awswrangler: relax pyarrow dependency
2023-02-22 19:29:44 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Artturin
425e4250db tests.stdenv.outputs-no-out: fix 2023-02-22 21:23:04 +02:00
PedroHLC ☭
1e61e68e6c linuxKernel.kernels.linux_lqx: 6.1.12-lqx1 -> 6.1.13-lqx1 2023-02-22 16:13:21 -03:00
Zhong Jianxin
d0c43b82f9 helmfile: Fix version string 2023-02-22 12:55:49 -06:00
Robin Appelman
d6942e22f1 openloco: init at 23.02 2023-02-22 19:46:30 +01:00
Robin Appelman
0f74c64322 span-lite: init at 0.10.3 2023-02-22 19:46:30 +01:00
László Vaskó
ff00ca7f86 lief: enable darwin support
It is supported by upstream
2023-02-22 19:44:18 +01:00
Samuel Ainsworth
53624ccbd1 Merge pull request #215229 from ConnorBaker/cuda-12.0.1
cudaPackages_12: 12.0.0 -> 12.0.1
2023-02-22 13:30:06 -05:00
Connor Baker
c181273423 cudaPackages_12: 12.0.0 -> 12.0.1 2023-02-22 13:19:49 -05:00
figsoda
cd623bf66c cargo-semver-checks: 0.18.2 -> 0.18.3
Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.18.2...v0.18.3

Changelog: https://github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.18.3
2023-02-22 13:10:55 -05:00
github-actions[bot]
9c68d30a50 Merge staging-next into staging 2023-02-22 18:01:38 +00:00
github-actions[bot]
68dd6912f3 Merge master into staging-next 2023-02-22 18:01:07 +00:00
R. Ryantm
85877ab8a1 toybox: 0.8.8 -> 0.8.9 2023-02-22 17:56:36 +00:00
Samuel Ainsworth
2308c637ef Merge pull request #217330 from ConnorBaker/fix/caffe-use-pre-cudnn8
caffe: use pre-CUDNN 8.x
2023-02-22 12:53:26 -05:00
Samuel Ainsworth
fe1162da90 Merge pull request #216960 from r-ryantm/auto-update/python310Packages.adjusttext
python310Packages.adjusttext: 0.7.3.1 -> 0.8.0
2023-02-22 12:46:44 -05:00
Fabian Affolter
849cb51e72 python310Packages.denonavr: 0.11.0 -> 0.11.1
Changelog: https://github.com/ol-iver/denonavr/releases/tag/0.11.1
2023-02-22 18:43:40 +01:00
Doron Behar
edee331bc7 Merge pull request #217522 from r-ryantm/auto-update/rtsp-simple-server
rtsp-simple-server: 0.21.2 -> 0.21.4
2023-02-22 19:40:08 +02:00
0x4A6F
bdf8b6adfd Merge pull request #217641 from r-ryantm/auto-update/jujutsu
jujutsu: 0.6.1 -> 0.7.0
2023-02-22 18:34:00 +01:00
0x4A6F
6da99a7cf6 Merge pull request #217439 from CobaltCause/init-engage
engage: init at 0.1.2
2023-02-22 18:29:46 +01:00
R. Ryantm
6d291b02c4 obsidian: 1.1.9 -> 1.1.15 2023-02-22 17:18:01 +00:00
Kiskae
d120c53077 linuxPackages_6_2.nvidia_x11: disable ibt 2023-02-22 18:08:41 +01:00
R. Ryantm
5b939d5088 python310Packages.python-swiftclient: 4.1.0 -> 4.2.0 2023-02-22 16:46:58 +00:00
PedroHLC ☭
202bc10b3f linuxKernel.kernels.linux_zen: 6.1.12-zen1 -> 6.2-zen1 2023-02-22 13:35:44 -03:00
Konstantin vz'One Enchant
988df29a68 edgedb: 2.0.1 -> 2.3.1 2023-02-22 19:26:04 +03:00
figsoda
062c091a50 _0x: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-22 11:23:35 -05:00
techknowlogick
c4c0670af1 scaleway-cli: 2.10.0 -> 2.11.1
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.10.0...v2.11.0
2023-02-22 11:23:21 -05:00
R. Ryantm
2f71339dee python310Packages.pyvisa-py: 0.6.2 -> 0.6.3 2023-02-22 16:13:07 +00:00
Mahmoud Ayman
ad6c8e2a18 anki-bin: add mahmoudk1000 to the maintainers 2023-02-22 18:09:03 +02:00
Mahmoud Ayman
e208767e11 maintainers: add mahmoudk1000 to the list 2023-02-22 18:08:23 +02:00
R. Ryantm
00ebc3860c python310Packages.azure-mgmt-search: 8.0.0 -> 9.0.0 2023-02-22 16:01:16 +00:00
Nick Cao
f5dad40450 Merge pull request #217627 from NickCao/singbox
sing-box: 1.1.5 -> 1.1.6
2023-02-22 23:47:59 +08:00
Thiago Kenji Okada
5c8887b3f6 Merge pull request #217682 from r-ryantm/auto-update/clj-kondo
clj-kondo: 2023.01.20 -> 2023.02.17
2023-02-22 15:39:30 +00:00
Rick van Schijndel
f14b06706e Merge pull request #216799 from viraptor/eventmachine-darwin
rubyPackages.eventmachine: fix darwin build
2023-02-22 16:36:16 +01:00
K900
37d6221c0f Merge pull request #216638 from joerdav/xc
xc: init at 0.0.154
2023-02-22 18:22:36 +03:00
Cody Hiar
b01d0ee15c maintainers: add thornycrackers 2023-02-22 08:18:25 -07:00
Cody Hiar
a75f182a47 python3Packages.python-jwt: init at 1.3.1 2023-02-22 08:18:11 -07:00
Jonas Heinrich
0e36aa1fbc Merge pull request #217207 from onny/phpunit
phpunit: init at 10.0.11
2023-02-22 15:57:09 +01:00
K900
642c44a28d plasma: 5.27.0 -> 5.27.1 2023-02-22 17:44:03 +03:00
D Anzorge
bf02778b76 nixos/manual: fix typos in install instructions 2023-02-22 15:40:33 +01:00
Fabian Affolter
c6546188cf Merge pull request #217657 from SuperSandro2000/tempest
python310Packages.tempest: add missing input
2023-02-22 15:37:34 +01:00
joerdav
83a04de6ac xc: init at 0.0.154 2023-02-22 14:37:01 +00:00
Maximilian Bosch
d90e4cfc04 linux/hardened/patches/6.1: 6.1.11-hardened1 -> 6.1.12-hardened1 2023-02-22 15:33:04 +01:00
Maximilian Bosch
ded1221205 linux/hardened/patches/5.15: 5.15.93-hardened1 -> 5.15.94-hardened1 2023-02-22 15:32:51 +01:00
Maximilian Bosch
c1bb71a0f0 linux/hardened/patches/5.10: 5.10.167-hardened1 -> 5.10.168-hardened1 2023-02-22 15:32:38 +01:00
Maximilian Bosch
93a77dec9e linux-rt_5_4: 5.4.221-rt79 -> 5.4.230-rt80 2023-02-22 15:31:51 +01:00
Maximilian Bosch
74a939df90 linux-rt_5_15: 5.15.93-rt58 -> 5.15.94-rt59 2023-02-22 15:31:38 +01:00
Maximilian Bosch
09da1ce190 linux-rt_5_10: 5.10.165-rt81 -> 5.10.168-rt83 2023-02-22 15:31:24 +01:00
Maximilian Bosch
f98ed979e6 linux: 6.1.12 -> 6.1.13 2023-02-22 15:31:10 +01:00
Maximilian Bosch
96e6bd1718 linux: 5.4.231 -> 5.4.232 2023-02-22 15:30:57 +01:00
Maximilian Bosch
16551466c9 linux: 5.15.94 -> 5.15.95 2023-02-22 15:30:46 +01:00
Maximilian Bosch
4aae323157 linux: 5.10.167 -> 5.10.169 2023-02-22 15:30:34 +01:00
Maximilian Bosch
7d8ab8858d linux: 4.19.272 -> 4.19.273 2023-02-22 15:30:23 +01:00
Maximilian Bosch
4e1f91ca4c linux: 4.14.305 -> 4.14.306 2023-02-22 15:29:43 +01:00
tobim
bd1ec260fb arrow-cpp: disable failing test on darwin (#217661) 2023-02-22 09:22:18 -05:00
R. Ryantm
ff7b46fb0f cargo-deb: 1.42.0 -> 1.42.1 2023-02-22 14:11:42 +00:00
R. Ryantm
e90c361511 doh-proxy-rust: 0.9.7 -> 0.9.8 2023-02-22 22:08:41 +08:00
Tom Hall
3348c60d06 kalendar: add missing dependency kirigami-addons 2023-02-22 22:00:44 +08:00
R. Ryantm
ec438cd687 yadm: 3.2.1 -> 3.2.2 2023-02-22 13:58:11 +00:00
OPNA2608
eea5dc6e5d python3Packages.grad-cam: Fix alias-free eval
scikitlearn -> scikit-learn on 2021-07-21
2023-02-22 21:53:24 +08:00
ajs124
8d3141afda lvm2-2_02: remove
2.03.x builds with musl again after 2.03.19
2023-02-22 14:50:43 +01:00
ajs124
1d7d07ca23 lvm2: add more tests to passthru 2023-02-22 14:50:30 +01:00
Mario Rodas
4578498df5 Merge pull request #217435 from marsam/update-sphinx-book-theme
python310Packages.sphinx-book-theme: 0.4.0rc1 -> 1.0.0rc2
2023-02-22 08:42:11 -05:00
K900
8a678a16f8 Merge pull request #217578 from eduarrrd/pam
PAM service fixups for plasma5 and sddm
2023-02-22 16:30:02 +03:00
K900
6bc54154cd Merge pull request #217597 from alyssais/linuxManualConfig-checks
linuxManualConfig: drop obsolete version checks
2023-02-22 16:29:41 +03:00
R. Ryantm
7022603b40 davix: 0.8.3 -> 0.8.4 2023-02-22 13:28:40 +00:00
Azat Bahawi
26b912c363 Merge pull request #217675 from r-ryantm/auto-update/tbls
tbls: 1.62.0 -> 1.62.1
2023-02-22 16:25:37 +03:00
Adam Joseph
fb3a27fade qemacs: 0.3.3 -> 5.4.1c (#209418)
* qemacs: fix cross-compilation

Also adds enableX11 parameter.

* qemacs: 0.3.3 -> 5.4.1c

---------

Co-authored-by: Artturi <Artturin@artturin.com>
2023-02-22 14:21:54 +01:00
R. Ryantm
47d8256aad watchmate: 0.4.0 -> 0.4.1 2023-02-22 12:57:45 +00:00
Sandro
de9d483a2e Merge pull request #217062 from r-ryantm/auto-update/python310Packages.oslo-context
python310Packages.oslo-context: 5.0.0 -> 5.1.0
2023-02-22 13:56:32 +01:00
sternenseemann
9b540a871d haskellPackages.swisstable: "reflect" AVX2 requirement in platforms 2023-02-22 13:55:06 +01:00
Naïm Favier
c0745887c4 Merge pull request #217677 from ncfavier/unfuck
dwarf-fortress: unfuck unfuck
2023-02-22 13:52:38 +01:00
Martin Weinelt
f40b31e259 Merge pull request #217281 from michaeladler/citrix
citrix_workspace: 22.12.0 -> 23.02.0
2023-02-22 12:50:45 +00:00
R. Ryantm
26ded81fa4 clj-kondo: 2023.01.20 -> 2023.02.17 2023-02-22 12:44:42 +00:00
Vladimír Čunát
4454f21034 cmocka: 1.1.5 -> 1.1.6
> Version 1.1.6 has been released to fix several issues
> and a few small new features.
https://gitlab.com/cmocka/cmocka/-/blob/cmocka-1.1.6/ChangeLog

We might conditionalize the patch e.g. for musl only,
but I don't think it could cause trouble elsewhere.
2023-02-22 13:36:02 +01:00
R. Ryantm
a65f04c46f imgui: 1.89.2 -> 1.89.3 2023-02-22 12:30:30 +00:00
Vladimír Čunát
b96fd5a538 Merge #216953: transmission: patch to load legacy openssl provider 2023-02-22 13:28:15 +01:00
Nick Cao
e32259e470 Merge pull request #217668 from bouk/openmvg-arch-generic
openmvg: set target architecture to 'generic'
2023-02-22 20:18:04 +08:00
Fabian Affolter
3361a24364 python310Packages.aio-pika: 8.3.0 -> 9.0.4
Diff: https://github.com/mosquito/aio-pika/compare/refs/tags/8.3.0...9.0.4

Changelog: https://github.com/mosquito/aio-pika/blob/9.0.4/CHANGELOG.md
2023-02-22 13:08:20 +01:00
ajs124
67a6170dc9 Merge pull request #216748 from winterqt/drop-keepassx
keepassx{,2}: drop
2023-02-22 13:05:53 +01:00
R. Ryantm
dd579b6905 cloudfoundry-cli: 8.5.0 -> 8.6.0 2023-02-22 12:04:34 +00:00
Naïm Favier
2343d23c44 dwarf-fortress: unfuck unfuck 2023-02-22 13:03:53 +01:00
github-actions[bot]
67e4f6dde0 Merge staging-next into staging 2023-02-22 12:02:05 +00:00
github-actions[bot]
0f910f5664 Merge master into staging-next 2023-02-22 12:01:31 +00:00
Fabian Affolter
3f76615131 python310Packages.aio-pika: add changelog to meta 2023-02-22 13:01:22 +01:00
Lorenz Leutgeb
910e8bbd60 gradle: 6.9.3 -> 6.9.4 2023-02-22 13:00:07 +01:00
R. Ryantm
3a99b25647 tbls: 1.62.0 -> 1.62.1 2023-02-22 11:56:38 +00:00
superherointj
19f12c7d3a fluxcd: 0.39.0 -> 0.40.0
Release: https://github.com/fluxcd/flux2/releases/tag/v0.40.0

* update script: add release note
2023-02-22 08:56:15 -03:00
Jonas Heinrich
5e489eee1b phpunit: init at 10.0.11 2023-02-22 12:49:04 +01:00
Mahmoud Ayman
b021cf91ff anki-bin: 2.1.58 -> 2.1.60 2023-02-22 13:48:49 +02:00
Dennis Gosnell
1ff31399da Merge pull request #217655 from diegs/patch-1
nodePackages.graphite-cli: fix zsh completion
2023-02-22 20:42:13 +09:00
R. Ryantm
26b31e2123 devbox: 0.3.3 -> 0.3.4 2023-02-22 11:36:25 +00:00
Fabian Affolter
f233ece1b7 python310Packages.aiormq: 6.6.4 -> 6.7.2
Diff: https://github.com/mosquito/aiormq/compare/refs/tags/6.6.4...6.7.2

Changelog: https://github.com/mosquito/aiormq/releases/tag/6.7.2
2023-02-22 12:28:18 +01:00
Bouke van der Bijl
ebc120c155 openmvg: use ceres-solver from nixpkgs
The vendored one gets built with -march=native
2023-02-22 12:27:49 +01:00
Fabian Affolter
3756d4b8cc python310Packages.aiormq: add changelog to meta 2023-02-22 12:25:59 +01:00
Bouke van der Bijl
081eb4d889 openmvg: set target architecture to 'generic'
Otherwise the resulting binaries are specialized for the machine they're
built on (like -march=native)
2023-02-22 12:14:01 +01:00
Fabian Affolter
290786ddf7 python310Packages.reolink-aio: 0.4.2 -> 0.5.0
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.4.2...0.5.0

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.5.0
2023-02-22 12:10:07 +01:00
R. Ryantm
d0ba707fff imgproxy: 3.13.1 -> 3.13.2 2023-02-22 10:57:04 +00:00
Sandro
988cc958c5 Merge pull request #211504 from msm-code/master
python310Packages.yaramod: init at 3.12.2
2023-02-22 11:55:15 +01:00
Linus Heckemann
c4b83df38a mkShell: set preferLocalBuild by default
Before this change, `nix develop` would often result in all the
shell's dependencies being copied to a remote builder, only for the
remote builder to run a trivial derivation build. This change makes
`nix develop` much faster on systems with remote builders configured.
2023-02-22 11:53:51 +01:00
Fabian Affolter
4e0356c63e python310Packages.python-box: 7.0.0 -> 7.0.1
Diff: https://github.com/cdgriffith/Box/compare/refs/tags/7.0.0...7.0.1

Changelog: https://github.com/cdgriffith/Box/blob/7.0.1/CHANGES.rst
2023-02-22 11:52:52 +01:00
Sandro
214e934933 Merge pull request #216804 from r-ryantm/auto-update/python310Packages.kubernetes
python310Packages.kubernetes: 25.3.0 -> 26.1.0
2023-02-22 11:50:57 +01:00
Fabian Affolter
d3437ac64c python310Packages.losant-rest: 1.17.1 -> 1.17.2
Diff: https://github.com/Losant/losant-rest-python/compare/v1.17.1...v1.17.2
2023-02-22 11:44:19 +01:00
Florian Klink
1ec66a2e10 Merge pull request #217630 from r-ryantm/auto-update/google-guest-oslogin
google-guest-oslogin: 20230202.00 -> 20230217.00
2023-02-22 11:39:37 +01:00
Florian Klink
91a20ba38e Merge pull request #214811 from flokli/google-oslogin-fix-test
nixosTests.google-oslogin: fix tests, provide group mock endpoint
2023-02-22 11:38:40 +01:00
Fabian Affolter
9713bb59c0 python310Packages.tempest: disable on unsupported Python releases 2023-02-22 11:28:10 +01:00
Sandro Jäckel
ed3f6b751c python310Packages.tempest: add missing input
Co-authored-by: Fabian Affolter <116184+fabaff@users.noreply.github.com>
2023-02-22 11:27:14 +01:00
Diego Pontoriero
02573873ec nodePackages.graphite-cli: fix zsh completion
The yargs library auto-detects the shell from the environment to emit the appropriate completion script. Currently the override is emitting the bash completion script twice. Setting ZSH_NAME=zsh is a simple way to emit the zshell completion script.
2023-02-22 02:21:34 -08:00
R. Ryantm
66f816e402 folly: 2023.02.06.00 -> 2023.02.13.00 2023-02-22 10:19:49 +00:00
Nick Cao
d377d9bc2e Merge pull request #216785 from 1sixth/set-polkituser-gid
nixos/polkit: set static gid for polkituser
2023-02-22 18:14:40 +08:00
Mario Rodas
b58944a34b Merge pull request #217650 from r-ryantm/auto-update/nfpm
nfpm: 2.25.1 -> 2.26.0
2023-02-22 05:09:35 -05:00
harvidsen
a0c476cbeb python3Packages.oracledb: init at 1.2.2
This is the renamed, new major release of cx_Oracle.
2023-02-22 11:02:36 +01:00
Alexey Orlenko
2ee4b38b75 nodePackages.prisma: 4.9.0 -> 4.10.1 2023-02-22 17:52:31 +08:00
Alexey Orlenko
83a2bd87ea prisma-engines: 4.9.0 -> 4.10.1 2023-02-22 17:52:31 +08:00
José Luis Lafuente
9dafd18b80 graalvm19-ce: init at 22.3.1 2023-02-22 10:47:02 +01:00
R. Ryantm
dc401cf73f protoc-gen-connect-go: 1.5.0 -> 1.5.2 2023-02-22 09:46:20 +00:00
Vladimír Čunát
333e5788d8 Merge branch 'master' into staging-next 2023-02-22 10:42:15 +01:00
Jon Molina
dd73b3e57b termius: 7.45.3 -> 7.56.1 2023-02-22 17:41:28 +08:00
Charles Hall
e1ed95404d engage: init at 0.1.2 2023-02-22 01:40:42 -08:00
R. Ryantm
a11e546c4e nfpm: 2.25.1 -> 2.26.0 2023-02-22 09:30:28 +00:00
R. Ryantm
d448fdb128 aliyun-cli: 3.0.141 -> 3.0.149 2023-02-22 17:22:48 +08:00
Florian Klink
e75947861f terraform-providers.talos: init at 0.1.1 2023-02-22 19:22:11 +10:00
Sandro
eb91b89d95 Merge pull request #184351 from r-ryantm/auto-update/libshout
libshout: 2.4.5 -> 2.4.6
2023-02-22 10:19:31 +01:00
snicket2100
e44a34a0f6 kaffeine: enable v4l support (#180963)
for libdvbv5, enables the "Digital TV" feature
2023-02-22 10:18:54 +01:00
Fabian Affolter
d20e08cfcb Merge pull request #217471 from fabaff/tabula-py-bump
python310Packages.tabula-py: 2.6.0 -> 2.7.0
2023-02-22 10:13:42 +01:00
Fabian Affolter
5e3c78bdf0 interactsh: add changelog to meta 2023-02-22 10:13:16 +01:00
Connor Baker
266379497d cuda-samples: init 11.8 2023-02-22 10:06:03 +01:00
Vladimír Čunát
373932e83b cmocka: fixup on aarch64-darwin by updating to 1.1.6
For a more long-term solution see PR:
https://github.com/NixOS/nixpkgs/pull/217469
2023-02-22 10:04:30 +01:00
Fabian Affolter
2372db7c6d ameba: add changelog 2023-02-22 09:57:24 +01:00
Vincent Laporte
935d0e208a ocamlPackages.elpi: fix camlp5 dependency 2023-02-22 09:52:49 +01:00
Bobby Rong
bfc4fea848 Merge pull request #217114 from bobby285271/upd/goffice
goffice: 0.10.54 → 0.10.55, gnumeric: 1.12.54 → 1.12.55
2023-02-22 16:52:16 +08:00
Fabian Affolter
8c1af064fb python310Packages.httpx-ntlm: remove cryptography 2023-02-22 09:46:49 +01:00
Fabian Affolter
ba9b8a6b92 python310Packages.httpx-ntlm: remove postPatch section 2023-02-22 09:45:11 +01:00
Michael Adler
d6ac9feb22 citrix-workspace: remove all previous versions
A vulnerability has been identified in Citrix Workspace app for Linux
that, if exploited, may result in a malicious local user being able to
gain access to the Citrix Virtual Apps and Desktops session of another
user who is using the same computer from which the ICA session is
launched.

This issue affects all supported versions of Citrix Workspace app for Linux before 2302

See https://support.citrix.com/article/CTX477618/citrix-workspace-app-for-linux-security-bulletin-for-cve202324486
2023-02-22 09:37:41 +01:00
Michael Adler
68f80b556e citrix_workspace: 22.12.0 -> 23.02.0 2023-02-22 09:37:41 +01:00
R. Ryantm
1561908ed5 interactsh: 1.0.7 -> 1.1.0 2023-02-22 08:37:34 +00:00
R. Ryantm
bd9a6ca623 xmrig-mo: 6.18.1-mo1 -> 6.19.0-mo1 2023-02-22 08:25:23 +00:00
R. Ryantm
1a13a32dcd jujutsu: 0.6.1 -> 0.7.0 2023-02-22 08:10:01 +00:00
Vladimír Čunát
0eb467c342 Merge #217601: python310Packages.h5py: 3.7.0 -> 3.8.0
...into staging-next
2023-02-22 09:05:53 +01:00
Vladimír Čunát
9eeb000bfe ceph: add xz dependency
It's needed to build after boost changes in a67949a3fc.
2023-02-22 09:05:05 +01:00
Weijia Wang
be1950af0b Merge pull request #217556 from r-ryantm/auto-update/appgate-sdp
appgate-sdp: 6.0.3 -> 6.1.2
2023-02-22 09:57:26 +02:00
R. Ryantm
5c7ac3d933 python310Packages.azure-mgmt-datafactory: 2.10.0 -> 3.0.0 2023-02-22 07:47:19 +00:00
Fabian Affolter
9e0eed654c Merge pull request #217484 from fabaff/flask-mongoengine-inputs
python310Packages.wtforms: add optional-dependencies, python310Packages.flask-mongoengine: add optional-dependencies
2023-02-22 08:27:23 +01:00
Fabian Affolter
3a1096b8fd Merge pull request #217582 from fabaff/termscp-bump
termscp: 0.10.0 -> 0.11.0
2023-02-22 08:26:39 +01:00
Fabian Affolter
961ebaeffa Merge pull request #217495 from fabaff/typish-fix
python310Packages.typish: disable failing test on Python 3.11
2023-02-22 08:26:26 +01:00
R. Ryantm
8d4ec9d697 python310Packages.httpx-ntlm: 1.0.0 -> 1.1.0 2023-02-22 07:26:21 +00:00
R. Ryantm
79e58dd40f python310Packages.bitstruct: 8.15.1 -> 8.17.0 2023-02-22 07:19:57 +00:00
github-actions[bot]
fafad6c95b terraform-providers.oci: 4.108.0 → 4.108.1 2023-02-22 17:13:51 +10:00
github-actions[bot]
f930ea64f1 terraform-providers.snowflake: 0.56.4 → 0.56.5 2023-02-22 17:13:51 +10:00
github-actions[bot]
ed5faba4af terraform-providers.scaleway: 2.10.0 → 2.11.0 2023-02-22 17:13:51 +10:00
github-actions[bot]
b538b125b1 terraform-providers.alicloud: 1.198.0 → 1.199.0 2023-02-22 17:13:51 +10:00
github-actions[bot]
2c5fab716a terraform-providers.kubernetes: 2.18.0 → 2.18.1 2023-02-22 17:13:51 +10:00
github-actions[bot]
c203250659 terraform-providers.fastly: 3.0.4 → 3.1.0 2023-02-22 17:13:51 +10:00
Fabian Affolter
e7eb38736a Merge pull request #217477 from fabaff/ioccheck-fix
ioccheck: relax tabulate constraint
2023-02-22 08:07:32 +01:00
Robert Schütz
9cc993fad9 python310Packages.pycontrol4: 0.3.1 -> 1.1.0
Diff: https://github.com/lawtancool/pyControl4/compare/v0.3.1...v1.1.0
2023-02-21 22:55:56 -08:00
R. Ryantm
57cbe6c11d spotify-player: 0.11.1 -> 0.12.0 2023-02-22 06:50:15 +00:00
Nick Cao
ea78dd7aca Merge pull request #217607 from figsoda/maturin
maturin.passthru.tests: replace patch with Cargo.lock
2023-02-22 14:31:33 +08:00
R. Ryantm
49e3db1c60 fizz: 2023.02.06.00 -> 2023.02.13.00 2023-02-22 06:29:57 +00:00
K900
fec6c5c6c9 Merge pull request #217588 from samueldr/fix/plasmoid-viewer
plasma-sdk: Fix plasmoidviewer
2023-02-22 09:27:50 +03:00
Nick Cao
d13d0564cf Merge pull request #217612 from figsoda/itm-tools
itm-tools: replace patch with Cargo.lock
2023-02-22 14:25:33 +08:00
Nick Cao
0b31dc67a4 Merge pull request #217610 from figsoda/rustc-demangle
rustc-demangle: replace patch with Cargo.lock
2023-02-22 14:25:05 +08:00
Robert Schütz
80c641d7df corrosion: remove old patch 2023-02-21 22:25:03 -08:00
Nick Cao
abc8a29218 Merge pull request #217613 from figsoda/ethabi
ethabi: replace patch with Cargo.lock
2023-02-22 14:24:26 +08:00
Robert Schütz
fc08dbd086 corrosion: 0.3.0 -> 0.3.3
Diff: https://github.com/corrosion-rs/corrosion/compare/v0.3.0...v0.3.3

Changelog: https://github.com/corrosion-rs/corrosion/blob/v0.3.3/RELEASES.md
2023-02-21 22:16:34 -08:00
Robert Schütz
60448a8845 texworks: 0.6.7 -> 0.6.8
also use Qt 6

Diff: https://github.com/TeXworks/texworks/compare/release-0.6.7...release-0.6.8

Changelog: https://github.com/TeXworks/texworks/blob/release-0.6.8/NEWS
2023-02-21 22:08:47 -08:00
Vincent Laporte
30c3b90903 cvc5: 1.0.3 → 1.0.4 2023-02-22 07:07:13 +01:00
github-actions[bot]
f95edd46da Merge staging-next into staging 2023-02-22 06:01:53 +00:00
github-actions[bot]
77f501b5df Merge master into staging-next 2023-02-22 06:01:21 +00:00
Weijia Wang
25105c40d1 Merge pull request #217614 from figsoda/johnny
python3.pkgs.johnnycanencrypt: remove orphaned patch
2023-02-22 08:01:17 +02:00
Weijia Wang
37ec5d119a Merge pull request #217611 from figsoda/netease
netease-music-tui: replace patch with Cargo.lock
2023-02-22 07:59:02 +02:00
R. Ryantm
9d11a0c1ce google-guest-oslogin: 20230202.00 -> 20230217.00 2023-02-22 05:52:50 +00:00
Weijia Wang
81b990f943 Merge pull request #207166 from callahad/rpd
rapid-photo-downloader: 0.9.18 -> 0.9.34
2023-02-22 07:48:19 +02:00
zendo
053c4dea8f clash-verge: init at 1.2.3 2023-02-22 13:46:51 +08:00
R. Ryantm
ae585bbb54 ostree: 2022.7 -> 2023.1 2023-02-22 05:43:33 +00:00
Nick Cao
487c7f8725 sing-box: 1.1.5 -> 1.1.6
Diff: https://github.com/SagerNet/sing-box/compare/v1.1.5...v1.1.6
2023-02-22 13:34:43 +08:00
Ksenia Portu
912441ef4f mathematica: 13.2.0 -> 13.2.1 2023-02-22 10:15:05 +05:00
R. Ryantm
e219e87102 bear: 3.1.0 -> 3.1.1 2023-02-22 05:13:53 +00:00
R. Ryantm
f3b0249640 ameba: 1.4.0 -> 1.4.1 2023-02-22 05:12:30 +00:00
Anderson Torres
1016916d98 Merge pull request #217235 from cbrewster/nsc-init-2.7.6
nsc: init at 2.7.6
2023-02-22 01:26:17 -03:00
figsoda
ea0454edbc Merge pull request #217577 from winterqt/jackett-radarr-changelogs
jackett, radarr: add changelogs
2023-02-21 23:05:29 -05:00
Winter
1301a1a997 keepassx{,2}: drop
Upstream has officially abandoned the project as of 2021 [0], there's been
no release since 2016, it uses the EoL Qt 4, and alternatives like
KeePassXC exist.

Also move KeePassXC to its own directory -- it doesn't make sense to
have it in KeePassX's folder anymore.

[0]: https://www.keepassx.org/index.html%3Fp=636.html
2023-02-21 22:40:39 -05:00
Robert Schütz
348e6da1fb Merge pull request #217541 from fabaff/multimethod-fix
python310Packages.multimethod: 1.6 -> 1.9.1
2023-02-21 19:22:18 -08:00
Robert Schütz
a097058b13 Merge pull request #217574 from fabaff/nextdns-bump
python310Packages.nextdns: 1.2.2 -> 1.3.0
2023-02-21 19:17:22 -08:00
Robert Schütz
3d3bf5c485 Merge pull request #217594 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 12.0.1 -> 12.0.2
2023-02-21 19:13:13 -08:00
Mario Rodas
4e4a3919af Merge pull request #217431 from marsam/update-fastlane
fastlane: 2.211.0 -> 2.212.0
2023-02-21 21:29:44 -05:00
rewine
b21e6f2c58 deepin-camera: init at 1.4.8 2023-02-22 10:28:36 +08:00
figsoda
606628f036 python3.pkgs.johnnycanencrypt: remove orphaned patch 2023-02-21 21:26:01 -05:00
figsoda
5f92b1a96c ethabi: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-21 21:21:51 -05:00
figsoda
01181276d7 itm-tools: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-21 21:18:24 -05:00
figsoda
73b03b8c0e netease-music-tui: fix Cargo.lock update script 2023-02-21 21:01:03 -05:00
figsoda
4023fb81dd netease-music-tui: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-21 20:59:26 -05:00
Samuel Ainsworth
e475831fcb Merge pull request #217333 from ConnorBaker/fix/xgboost-cmake-cuda-compiler
xgboost: CMakeLists.txt does not respect CUDA_HOST_COMPILER
2023-02-21 20:48:33 -05:00
Connor Baker
476de5c070 cudatoolkit: prune broken symlinks in postFixup
As cudatoolkit is currently written, 11.8 introduces a broken symlink in `include` (also named `include`) and in `lib` (named `lib64`).

This trips up some consumers, like `tensorflow-gpu`.
2023-02-21 20:39:00 -05:00
Connor Baker
291db05669 caffe: use pre-CUDNN 8.x 2023-02-21 20:33:46 -05:00
figsoda
c52479efd9 rustc-demangle: replace patch with Cargo.lock
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-21 20:32:54 -05:00
Connor Baker
85323f302e xgboost: CMakeLists.txt does not respect CUDA_HOST_COMPILER 2023-02-21 20:30:39 -05:00
Nick Cao
6932bbe239 Merge pull request #217462 from vbgl/ocaml-git-3.12.0
ocamlPackages.git: 3.10.1 → 3.12.0
2023-02-22 09:21:58 +08:00
figsoda
3139d99b4d maturin.passthru.tests: replace patch with Cargo.lock
This allows usage of importCargoLock
2023-02-21 20:20:23 -05:00
Anderson Torres
6e442a3dee Merge pull request #217187 from jtojnar/gmic-qt-fix
gmic,gmic-qt: 3.2.0 → 3.2.1, mark the latter as broken
2023-02-21 22:16:38 -03:00
Martin Weinelt
4f13e5fdfa Merge pull request #212091 from Mic92/tensorflow-bin
python3.pkgs.tensorflow-bin: 2.9.3 -> 2.11.0
2023-02-22 01:08:13 +00:00
Nick Cao
5d1909fe9f Merge pull request #217423 from r-ryantm/auto-update/zimfw
zimfw: 1.11.1 -> 1.11.2
2023-02-22 09:07:01 +08:00
Luflosi
ee1ea62bd3 yosys: 0.25 -> 0.26
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.26
2023-02-22 02:04:56 +01:00
Nick Cao
3836b0f42a Merge pull request #217446 from wineee/dde-calendar
deepin.dde-calendar: init at 5.8.30
2023-02-22 09:04:30 +08:00
Luflosi
1a4a178f60 abc-verifier: unstable-2022-11-09 -> unstable-2023-02-04 2023-02-22 02:04:23 +01:00
figsoda
650580885a cargo-generate: 0.17.6 -> 0.18.0
Diff: https://github.com/cargo-generate/cargo-generate/compare/v0.17.6...v0.18.0

Changelog: https://github.com/cargo-generate/cargo-generate/blob/v0.18.0/CHANGELOG.md
2023-02-21 20:04:18 -05:00
Nick Cao
5eaecbfc3c Merge pull request #217461 from fabaff/screenlogicpy-bump
python310Packages.screenlogicpy: 0.7.1 -> 0.7.2
2023-02-22 09:02:11 +08:00
Nick Cao
0dac30e933 Merge pull request #217464 from fabaff/fakeredis-bump
python310Packages.fakeredis: 2.9.0 -> 2.9.2
2023-02-22 09:01:41 +08:00
Nick Cao
90c9b2e635 Merge pull request #217465 from fabaff/axis-bump
python310Packages.axis: 46 -> 47
2023-02-22 09:01:13 +08:00
Nick Cao
9597d534f6 Merge pull request #217507 from r-ryantm/auto-update/ngtcp2
ngtcp2: 0.13.0 -> 0.13.1
2023-02-22 08:57:24 +08:00
Nick Cao
44de5e0613 Merge pull request #217514 from harvidsen/python-asyncua
python3Packages.asyncua: 1.0.0 -> 1.0.1
2023-02-22 08:57:09 +08:00
Luflosi
9c87860827 kubo-migrator: add migration from 12 to 13
https://github.com/ipfs/fs-repo-migrations/releases/tag/fs-repo-12-to-13%2Fv1.0.0
This will be used to upgrade the Kubo repo when updating to Kubo 0.18.
2023-02-22 01:56:54 +01:00
Luflosi
540fb7a270 kubo-migrator: fix broken migrations
Two old migrations were broken since Go 1.16 was removed from Nixpkgs.
Upstream is not interested in fixing the migrations to work with newer Go versions: https://github.com/ipfs/fs-repo-migrations/pull/163#issuecomment-1397311134.
2023-02-22 01:56:53 +01:00
Nick Cao
40dbea7885 Merge pull request #217528 from matthewpi/crc
crc: 2.13.1 -> 2.14.0
2023-02-22 08:53:55 +08:00
Nick Cao
4577b6fcde Merge pull request #217561 from fabaff/adafruit-platformdetect-bump
python310Packages.adafruit-platformdetect: 3.40.2 -> 3.40.3
2023-02-22 08:51:42 +08:00
Nick Cao
7451e4552a Merge pull request #217570 from tnias/update/binwalk-2.3.4
binwalk: 2.3.3 -> 2.3.4
2023-02-22 08:50:32 +08:00
Nick Cao
d38506c5ff Merge pull request #217572 from fabaff/hatasmota-bump
python310Packages.hatasmota: 0.6.3 -> 0.6.4
2023-02-22 08:48:31 +08:00
1sixth
e56db577a1 nixos/polkit: set static gid for polkituser
polkituser needs a group since https://github.com/NixOS/nixpkgs/pull/130522.
2023-02-22 08:46:55 +08:00
Nick Cao
00ead37162 Merge pull request #217580 from kilianar/fava-1.24
fava: 1.23.1 -> 1.24
2023-02-22 08:45:05 +08:00
Sandro Jäckel
6f12b6e129 matrix-synapse.plugins.matrix-http-rendezvous-synapse: init at 0.1.12 2023-02-22 01:45:04 +01:00
Anderson Torres
34985a5ecf Merge pull request #217589 from atorres1985-contrib/update-elisp-packages
Update elisp packages
2023-02-21 21:43:51 -03:00
Nick Cao
378d8c9e05 Merge pull request #217581 from fabaff/angr-bump
python310Packages.angr: 9.2.38 -> 9.2.39
2023-02-22 08:43:35 +08:00
Nick Cao
203302b8a6 Merge pull request #217584 from Luflosi/fix-mautrix-facebook-typo
nixos/mautrix-facebook: fix copy&paste error
2023-02-22 08:41:57 +08:00
Sandro
d6847066bb Merge pull request #176419 from neilmayhew/jl-hackage 2023-02-22 01:39:01 +01:00
Robert Schütz
294f945825 python310Packages.mistune: 2.0.4 -> 2.0.5
https://github.com/lepture/mistune/releases/tag/v2.0.5
2023-02-21 16:35:26 -08:00
Nick Cao
39d650478d Merge pull request #216613 from amjoseph-nixpkgs/pr/broot/fix-cross
broot: fix cross compilation
2023-02-22 08:33:50 +08:00
Nick Cao
5969cb3337 Merge pull request #217025 from weiren2/outline-public-assets
outline: fix broken links to public assets
2023-02-22 08:31:40 +08:00
Robert Schütz
4bd8b542eb hdf5: add h5py to passthru.tests 2023-02-21 16:23:29 -08:00
zowoq
07b8c65c77 nixos/tests/podman: add test for rootless port forwarding 2023-02-22 10:16:58 +10:00
zowoq
9ab047538f nixos/tests/podman: refactor dns test and fix indentation 2023-02-22 10:16:58 +10:00
zowoq
b53ab7f158 nixos/tests/podman: split podman into rootful/rootless 2023-02-22 10:16:58 +10:00
Aaron Jheng
935570ce06 amqpcat: init at 0.2.4 2023-02-22 00:15:57 +00:00
Robert Schütz
19f87bba7e python310Packages.h5py: 3.7.0 -> 3.8.0
Changelog: https://github.com/h5py/h5py/blob/3.8.0/docs/whatsnew/3.8.rst
2023-02-21 16:13:56 -08:00
github-actions[bot]
f454e596de Merge master into haskell-updates 2023-02-22 00:13:06 +00:00
Antoine Pietri
e49dc26761 transmission: use gentoo patch to load legacy openssl provider
Previous patch had a memory leak, see:
https://github.com/NixOS/nixpkgs/issues/207047

The gentoo downstream patch is a lot simpler and does not seem to cause
a memory leak.
2023-02-22 01:07:13 +01:00
github-actions[bot]
a13cd94b7b Merge staging-next into staging 2023-02-22 00:03:12 +00:00
Fabian Affolter
6581ed578a python310Packages.pysnmp-pyasn1: add changelog to meta 2023-02-22 01:02:59 +01:00
github-actions[bot]
3cd1b92b06 Merge master into staging-next 2023-02-22 00:02:34 +00:00
Alyssa Ross
d1773f8f5d linuxManualConfig: drop gen-kheaders-metadata.patch
All affected kernels are now EOL and no longer in Nixpkgs.
2023-02-22 00:02:06 +00:00
Alyssa Ross
916bb1088e linuxManualConfig: remove obsolete firmware code
The versionOlder check will not evaluate to true for any kernel in
Nixpkgs.
2023-02-22 00:02:05 +00:00
Robert Schütz
dab112d439 python310Packages.trove-classifiers: 2023.2.8 -> 2023.2.20
Changelog: https://github.com/pypa/trove-classifiers/releases/tag/2023.2.20
2023-02-21 16:01:45 -08:00
Fabian Affolter
4310eb5b9d python310Packages.pysnmp-pyasn1: 1.1.2 -> 1.1.3
Diff: https://github.com/pysnmp/pyasn1/compare/v1.1.2...v1.1.3
2023-02-22 01:00:11 +01:00
Fabian Affolter
6b5f0307b2 python310Packages.peaqevcore: 12.0.1 -> 12.0.2 2023-02-22 00:57:17 +01:00
ajs124
e7eb16af3e lvm2: 2.03.18 -> 2.03.19
https://github.com/lvmteam/lvm2/blob/v2_03_19/WHATS_NEW
https://github.com/lvmteam/lvm2/blob/v2_03_19/WHATS_NEW_DM
2023-02-22 00:54:09 +01:00
Bill Ewanick
8260d35eb9 lemmy: 0.16.7 -> 0.17.1 2023-02-21 18:33:46 -05:00
Fabian Affolter
0892658dbb Merge pull request #217221 from fabaff/testcontainers-bump
python310Packages.testcontainers: 3.7.0 -> 3.7.1
2023-02-22 00:28:34 +01:00
Fabian Affolter
2cdf5df833 Merge pull request #217287 from fabaff/qiling-bump
python310Packages.qiling: 1.4.4 -> 1.4.5
2023-02-22 00:28:08 +01:00
Fabian Affolter
46bb29c0ca Merge pull request #217364 from fabaff/wsgidav-bump
python310Packages.wsgidav: 4.1.0 -> 4.2.0
2023-02-22 00:27:33 +01:00
Fabian Affolter
6be47d1798 Merge pull request #217368 from fabaff/pywaterkotte
python310Packages.pywaterkotte: init at 0.1.2
2023-02-22 00:27:20 +01:00
Fabian Affolter
515aa2e1df Merge pull request #217369 from fabaff/pyfibaro
python310Packages.pyfibaro: init at 0.6.8
2023-02-22 00:27:08 +01:00
Fabian Affolter
47c3622041 Merge pull request #217377 from fabaff/eiswarnung-bump
python310Packages.eiswarnung: 1.1.1 -> 1.2.0
2023-02-22 00:26:48 +01:00
Fabian Affolter
ba3b862f23 Merge pull request #217378 from fabaff/pydeconz-bump
python310Packages.pydeconz: 107 -> 108
2023-02-22 00:26:35 +01:00
Fabian Affolter
0e85ec2372 Merge pull request #217450 from fabaff/types-docutils-bump
python310Packages.types-docutils: 0.19.1.4 -> 0.19.1.5
2023-02-22 00:26:14 +01:00
Fabian Affolter
6446b15200 Merge pull request #217451 from fabaff/types-urllib3-bump
python310Packages.types-urllib3: 1.26.25.6 -> 1.26.25.7
2023-02-22 00:26:04 +01:00
Fabian Affolter
59c0de2186 Merge pull request #217452 from fabaff/types-requests-bump
python310Packages.types-requests: 2.28.11.13 -> 2.28.11.14
2023-02-22 00:25:51 +01:00
Fabian Affolter
6c2cc341c5 Merge pull request #217453 from fabaff/types-retry-bump
python310Packages.types-retry: 0.9.9.1 -> 0.9.9.2
2023-02-22 00:25:40 +01:00
Fabian Affolter
263441312b Merge pull request #217454 from fabaff/types-pytz-bump
python310Packages.types-pytz: 2022.7.1.0 -> 2022.7.1.1
2023-02-22 00:25:27 +01:00
Fabian Affolter
c77264d90f Merge pull request #217455 from fabaff/types-decorator-bump
python310Packages.types-decorator: 5.1.8.2 -> 5.1.8.3
2023-02-22 00:25:17 +01:00
Fabian Affolter
0e8f792b9e Merge pull request #217456 from fabaff/types-colorama-bump
python310Packages.types-colorama: 0.4.15.7 -> 0.4.15.8
2023-02-22 00:25:07 +01:00
Fabian Affolter
97e9da88cf Merge pull request #217457 from fabaff/types-python-dateutil-bump
python310Packages.types-python-dateutil: 2.8.19.7 -> 2.8.19.8
2023-02-22 00:24:55 +01:00
R. Ryantm
5a5adc2ad7 erigon: 2.38.1 -> 2.39.0 2023-02-21 18:18:43 -05:00
Samuel Dionne-Riel
297a5a5c71 plasma-sdk: Fix plasmoidviewer
```
file://.../org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:16:1:
    module "org.kde.kitemmodels" is not installed
```
2023-02-21 18:15:43 -05:00
Matthew Wraith
92b71b5be9 maintainers: add wraithm 2023-02-21 15:10:02 -08:00
Matthew Wraith
884edcc23a grafana-dash-n-grab: init at 0.3.1 2023-02-21 15:10:02 -08:00
Anderson Torres
297ba7ca32 melpa-packages: updated 2023-02-21 (from overlay) 2023-02-21 20:05:28 -03:00
Anderson Torres
7503c1d701 elpa-packages: updated 2023-02-21 (from overlay) 2023-02-21 20:05:26 -03:00
Luflosi
e5ffc94ea9 nixos/mautrix-facebook: fix copy&paste error
Closes https://github.com/NixOS/nixpkgs/issues/166312.
2023-02-22 00:03:19 +01:00
Fabian Affolter
0cb990e6e0 Merge pull request #217463 from fabaff/weconnect-bump
python310Packages.weconnect: 0.52.0 -> 0.54.0, python310Packages.weconnect-mqtt: 0.42.0 -> 0.42.1
2023-02-22 00:00:24 +01:00
Fabian Affolter
371c955da0 Merge pull request #217384 from fabaff/asyncwhois-bump
python310Packages.asyncwhois: 1.0.1 -> 1.0.2
2023-02-21 23:57:59 +01:00
Samuel Ainsworth
c945931f33 Merge pull request #215549 from ConnorBaker/nccl-2.16.5-1
nccl: 2.12.10-1 -> 2.16.5-1
2023-02-21 17:57:46 -05:00
Fabian Affolter
6c33bd35e2 termscp: add changelog to meta 2023-02-21 23:42:42 +01:00
Fabian Affolter
13c5fbef8b termscp: 0.10.0 -> 0.11.0
Diff: https://github.com/veeso/termscp/compare/v0.10.0...v0.11.0
2023-02-21 23:36:28 +01:00
kilianar
a6c59a5fc0 fava: 1.23.1 -> 1.24
https://github.com/beancount/fava/releases/tag/v1.24
2023-02-21 23:27:06 +01:00
Cody Hiar
d9e8d5d8c1 etesync-dav: fix broken dependancies
Related #206852

This was failing due to newer versions of Flask requiring newer versions
of werkzeug. I referenced:

https://github.com/etesync/etesync-dav/blob/master/requirements.txt

to downgrade flake and use the current wtforms. The issue with using
flask-wtf==0.15.1 and wtforms==3.0.1 is there are tests in flask-wtf
that reference import paths that are removed in wtforms 3.0.0:

https://github.com/wtforms/flask-wtf/blob/v0.15.1/tests/test_form.py#L5

So I've just skipped the tests that failed. Once everything compiled I
tried running the binary which complained:

ModuleNotFoundError: No module named 'pkg_resources'

So I added setuptools to the propagatedBuildInputs. After I was able to
render the page at http://localhost:37358/.web/add/
2023-02-21 15:25:35 -07:00
Sandro
581e3f9029 Merge pull request #216340 from wineee/uwu 2023-02-21 23:22:12 +01:00
Sandro
5b7d323435 Merge pull request #216909 from emilytrau/tailscale-tweaks 2023-02-21 23:21:09 +01:00
Fabian Affolter
51af9e596f python310Packages.angr: 9.2.38 -> 9.2.39 2023-02-21 23:19:57 +01:00
Fabian Affolter
c29190c3b9 python310Packages.cle: 9.2.38 -> 9.2.39 2023-02-21 23:19:51 +01:00
Sandro
649265f5a1 Merge pull request #216456 from linsui/jami 2023-02-21 23:19:47 +01:00
Fabian Affolter
0a72f91297 python310Packages.claripy: 9.2.38 -> 9.2.39 2023-02-21 23:19:47 +01:00
Fabian Affolter
15694fd2a1 python310Packages.pyvex: 9.2.38 -> 9.2.39 2023-02-21 23:19:42 +01:00
Fabian Affolter
7f6d65ce3b python310Packages.ailment: 9.2.38 -> 9.2.39 2023-02-21 23:19:38 +01:00
Fabian Affolter
0c51d5eac3 python310Packages.archinfo: 9.2.38 -> 9.2.39 2023-02-21 23:19:34 +01:00
Winter
f5447ca65d radarr: add changelog 2023-02-21 17:19:19 -05:00
Winter
36a399fff8 jackett: add changelog 2023-02-21 17:17:11 -05:00
Sandro
1a4efa07f4 Merge pull request #217566 from Ma27/bump-gitea 2023-02-21 23:16:47 +01:00
Fabian Affolter
fda1935b0b python310Packages.nextdns: 1.2.2 -> 1.3.0
Diff: https://github.com/bieniu/nextdns/compare/refs/tags/1.2.2...1.3.0

Changelog: https://github.com/bieniu/nextdns/releases/tag/1.3.0
2023-02-21 23:14:10 +01:00
Fabian Affolter
5daf760cca python310Packages.hatasmota: 0.6.3 -> 0.6.4
Diff: https://github.com/emontnemery/hatasmota/compare/refs/tags/0.6.3...0.6.4

Changelog: https://github.com/emontnemery/hatasmota/releases/tag/0.6.4
2023-02-21 23:09:05 +01:00
figsoda
2c83836078 cargo-semver-checks: 0.18.1 -> 0.18.2, reenable query tests
Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.18.1...v0.18.2
2023-02-21 17:05:16 -05:00
Eduard Bachmakov
45a6488f9c nixos/sddm + nixos/plasma5: switch PAM service to login.
GDM and LightDM are already using this approach. It also allows us to
enable Kwallet integration more globally without generating stray PAM
services.

The default configuration of login service includes both options sddm
was setting explicitly.
2023-02-21 22:48:09 +01:00
Weijia Wang
9f58b8fe3a Merge pull request #217548 from bcdarwin/unbreak-lightgbm
python310Packages.lightgbm: unbreak
2023-02-21 23:47:04 +02:00
Weijia Wang
9846e2411b Merge pull request #217050 from r-ryantm/auto-update/i2pd
i2pd: 2.45.1 -> 2.46.0
2023-02-21 23:45:04 +02:00
Philipp Bartsch
89d7cda873 binwalk: 2.3.3 -> 2.3.4
Fixes CVE-2022-4510

The release fixes a PFS directory traversal / code execution bug. Credit: Quentin Kaiser.
2023-02-21 22:44:50 +01:00
Robert Schütz
057e7b7c24 python310Packages.async-lru: 1.0.3 -> 2.0.0
Diff: https://github.com/aio-libs/async-lru/compare/v1.0.3...v2.0.0
2023-02-21 13:38:28 -08:00
Maximilian Bosch
f26cedf1ef gitea: 1.18.4 -> 1.18.5
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.18.5
2023-02-21 22:37:56 +01:00
Weijia Wang
37b1c089c7 Merge pull request #217504 from r-ryantm/auto-update/quisk
quisk: 4.2.12 -> 4.2.17
2023-02-21 23:32:41 +02:00
Weijia Wang
0233218034 Merge pull request #217533 from r-ryantm/auto-update/tinygltf
tinygltf: 2.8.2 -> 2.8.3
2023-02-21 23:29:16 +02:00
Weijia Wang
93835c59fb Merge pull request #217535 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 6.3.0 -> 6.4.0
2023-02-21 23:29:02 +02:00
Eduard Bachmakov
2ca5a88f8e nixos/plasma5: remove non-existant/unused PAM service configs.
This removes two unused service configs from /etc/pam.d/ and, more
importantly, reduces confusion.

* kdm no longer exists in nixpkgs
* `pam.d/gdm` is not used by gdm
* `pam.d/lightdm` IS used by lightdm but hardcoded using .text rather
  than attrset+template.
2023-02-21 22:28:32 +01:00
Weijia Wang
b753e56d73 Merge pull request #217520 from r-ryantm/auto-update/flyway
flyway: 9.14.1 -> 9.15.0
2023-02-21 23:26:49 +02:00
Robert Schütz
a089108828 python310Packages.deltachat: use pyproject format 2023-02-21 13:25:43 -08:00
Robert Schütz
7923b7a53d libdeltachat: 1.108.0 -> 1.109.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/1.108.0...1.109.0

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/1.109.0/CHANGELOG.md
2023-02-21 13:25:43 -08:00
Weijia Wang
a6150c20d8 Merge pull request #217527 from r-ryantm/auto-update/sqlc
sqlc: 1.16.0 -> 1.17.0
2023-02-21 23:24:48 +02:00
Weijia Wang
ec792bb29e Merge pull request #217422 from r-ryantm/auto-update/cubiomes-viewer
cubiomes-viewer: 3.1.1 -> 3.2.1
2023-02-21 23:18:23 +02:00
Weijia Wang
1944995834 Merge pull request #217525 from r-ryantm/auto-update/ergo
ergo: 5.0.6 -> 5.0.7
2023-02-21 23:17:53 +02:00
Weijia Wang
50bc712e33 Merge pull request #217540 from r-ryantm/auto-update/istioctl
istioctl: 1.16.2 -> 1.17.0
2023-02-21 23:15:30 +02:00
Weijia Wang
ac2b9e4a32 Merge pull request #217511 from r-ryantm/auto-update/spire
spire: 1.5.4 -> 1.5.5
2023-02-21 23:12:00 +02:00
Weijia Wang
6cb353bc6f Merge pull request #217513 from r-ryantm/auto-update/syncstorage-rs
syncstorage-rs: 0.13.1 -> 0.13.2
2023-02-21 23:11:38 +02:00
Sandro
ccb52a0024 Merge pull request #198093 from DavidCromp/update/Neuron-and-python-bind 2023-02-21 22:04:47 +01:00
Sandro
4f4c53e467 Merge pull request #216743 from bheesham/upgrade-publicsuffix-list-unstable-2023-02-16 2023-02-21 21:50:18 +01:00
Sandro
fc32d76d1a Merge pull request #210886 from eliandoran/dev/grandperspective 2023-02-21 21:49:46 +01:00
Weijia Wang
1014d115b9 Merge pull request #217553 from r-ryantm/auto-update/belle-sip
belle-sip: 5.2.16 -> 5.2.23
2023-02-21 22:47:15 +02:00
Sandro
2ceaa44c8c Merge pull request #215847 from MoritzBoehme/update-rofi-bluetooth 2023-02-21 21:46:48 +01:00
Weijia Wang
589bb4d2c1 Merge pull request #217436 from r-ryantm/auto-update/uftrace
uftrace: 0.13 -> 0.13.1
2023-02-21 22:44:36 +02:00
Sandro
5f517057ec Merge pull request #216473 from linsui/waydroid 2023-02-21 21:44:21 +01:00
Martin Weinelt
5bf179da30 Merge pull request #215564 from mweinelt/pdm-2.4.3
pdm: 2.3.4 -> 2.4.3
2023-02-21 20:42:07 +00:00
Weijia Wang
278357f8ad Merge pull request #217448 from r-ryantm/auto-update/python310Packages.gdown
python310Packages.gdown: 4.6.3 -> 4.6.4
2023-02-21 22:38:06 +02:00
Bart Brouns
1d9a829134 Cardinal: 22.11 -> 22.12 2023-02-21 21:28:20 +01:00
Sandro Jäckel
3733933e48 ArchiSteamFarm: 5.4.1.11 -> 5.4.2.13 2023-02-21 21:25:01 +01:00
Fabian Affolter
47ae163795 python310Packages.adafruit-platformdetect: 3.40.2 -> 3.40.3
Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.40.3
2023-02-21 21:13:33 +01:00
R. Ryantm
70882beb2a talloc: 2.3.4 -> 2.4.0 2023-02-21 20:12:00 +00:00
Martin Weinelt
52a8797a68 Merge pull request #217253 from mweinelt/appdaemon-4.2.1
appdaemon: 4.0.8 -> 4.2.1
2023-02-21 20:09:10 +00:00
Martin Weinelt
7483b1f32b Merge pull request #217306 from mweinelt/prowlarr-1.2.2.2699
prowlarr: 1.2.0.2583 -> 1.2.2.2699
2023-02-21 20:07:31 +00:00
figsoda
b84dd9e4f3 Merge pull request #217375 from figsoda/xh
xh: 0.17.0 -> 0.18.0, add figsoda as a maintainer
2023-02-21 15:04:07 -05:00
R. Ryantm
c5bdf25a86 appgate-sdp: 6.0.3 -> 6.1.2 2023-02-21 20:03:35 +00:00
Martin Weinelt
80d984e0b6 Merge pull request #217497 from mweinelt/torch-bin-aarch64-linux
torch-bin, torchaudio-bin: Support aarch64-linux
2023-02-21 19:58:45 +00:00
Wei Ren
5f29a5628b outline: fix broken links to public assets
Revert changes in 06a70ad.
Instead, use symlink to fix the issue that 06a70ad tries to solve.
2023-02-21 13:41:29 -06:00
Sergei Trofimovich
3bc81feb0d Merge pull request #216232 from amjoseph-nixpkgs/pr/cc-wrapper/useCcForLibs
cc-wrapper: allow non-clang compilers to use gccForLibs codepath
2023-02-21 19:41:25 +00:00
Sergei Trofimovich
3057968396 Merge pull request #210019 from amjoseph-nixpkgs/pr/stdenv/verify-comments
express #208478 as assertions
2023-02-21 19:38:58 +00:00
R. Ryantm
a018bded89 belle-sip: 5.2.16 -> 5.2.23 2023-02-21 19:35:18 +00:00
Connor Baker
3a119621cc nccl: 2.12.10-1 -> 2.16.5-1 2023-02-21 14:27:53 -05:00
Ben Darwin
5df6f1809d python310Packages.lightgbm: unbreak 2023-02-21 14:22:03 -05:00
R. Ryantm
4e62a7d016 grpc_cli: 1.46.6 -> 1.52.1 2023-02-21 19:21:52 +00:00
Elian Doran
bc5d5b3dd0 grandperspective: init at 3.0.1 2023-02-21 21:08:40 +02:00
Adam Joseph
2ce66cf379 broot: fix cross compilation
Co-authored-by: Artturin <Artturin@artturin.com>
2023-02-21 20:52:49 +02:00
DavidCrompton1192@gmail.com
77aed40027 neuron: 7.5 -> 8.2.1 2023-02-21 13:52:34 -05:00
Andreas Stührk
5199f94e65 python310Packages.pulumi-command: init at 0.7.1 2023-02-21 19:43:16 +01:00
Fabian Affolter
ff2833772f python310Packages.multimethod: 1.6 -> 1.9.1
Diff: https://github.com/coady/multimethod/compare/refs/tags/v1.6...v1.9.1

Changelog: https://github.com/coady/multimethod/tree/v1.9.1#changes
2023-02-21 19:35:21 +01:00
Fabian Affolter
96ba652a1c python310Packages.multimethod: add changelog to meta 2023-02-21 19:33:09 +01:00
R. Ryantm
42bc696492 istioctl: 1.16.2 -> 1.17.0 2023-02-21 18:32:50 +00:00
Andreas Stührk
5de1cdfcfc pulumiPackages.pulumi-command: init at 0.7.1 2023-02-21 19:28:33 +01:00
R. Ryantm
d465579657 spicedb-zed: 0.8.0 -> 0.9.1 2023-02-21 18:17:29 +00:00
R. Ryantm
d92b0d6602 openapi-generator-cli: 6.3.0 -> 6.4.0 2023-02-21 18:08:37 +00:00
Robert Scott
02cc92acc2 Merge pull request #217394 from risicle/ris-fortify3-fortify-mutual-exclusion-fix
cc-wrapper: fix inverted logic around `fortify` & `fortify3` mutual exclusion
2023-02-21 18:04:09 +00:00
github-actions[bot]
9acd1eb7fd Merge staging-next into staging 2023-02-21 18:01:45 +00:00
github-actions[bot]
fd8dd0c966 Merge master into staging-next 2023-02-21 18:01:08 +00:00
R. Ryantm
98661a89f2 tinygltf: 2.8.2 -> 2.8.3 2023-02-21 17:55:36 +00:00
Matthew Penner
a65c82e332 crc: 2.13.1 -> 2.14.0 2023-02-21 10:34:34 -07:00
R. Ryantm
36ea699bd4 sqlc: 1.16.0 -> 1.17.0 2023-02-21 17:34:02 +00:00
figsoda
ffdae3d386 Merge pull request #217509 from r-ryantm/auto-update/cargo-watch
cargo-watch: 8.3.0 -> 8.4.0
2023-02-21 12:28:37 -05:00
Vincenzo Mantova
ef15288944 texlive: use lists instead of sets to represent dependencies (#217230) 2023-02-21 12:24:08 -05:00
pennae
417dd2ad16 nixos-render-docs: add options asciidoc converter
same reasoning as for the earlier commonmark converter.
2023-02-21 18:19:00 +01:00
pennae
4d3aef762f nixos-render-docs: add options commonmark converter
the old method of pasting parts of options.json into a markdown document
and hoping for the best no longer works now that options.json contains
more than just docbook. given the infrastructure we have now we can
actually render options.md properly, so we may as well do that.
2023-02-21 18:19:00 +01:00
pennae
6c182075bb nixos-render-docs: forbid attrspans and examples in options
inline anchors are not allowed in option docs per the manual, and the
sole class we current have (.keycap) is never used anyway. disallow them
for now to avoid future surprises.

the same goes for examples, which aren't even documented in the manual yet.
2023-02-21 18:19:00 +01:00
pennae
82d066ffe3 nixos-render-docs: refactor option docs restrictions
move the restrictions we care about into a mixin class. a few more
restrictions will appear soon and a few new converters as well, the
renderers of which need not have these restrictions already baked in by
accident (like the manpage renderer does right now).
2023-02-21 18:19:00 +01:00
pennae
45619b3c4a nixos-render-docs: extend md_make_code
add the ability to set the info string for a newly created fenced code
block, and a flag to always emit a fenced block. the commonmark
converter will need this to faithfully recreate fenced and indented code
blocks.
2023-02-21 18:19:00 +01:00
pennae
895d9e69dd nixos-render-docs: extract md code block factory
the commonmark exporter can make good use once it appears.
2023-02-21 18:19:00 +01:00
pennae
00bffb84da nixos-render-docs: drop frozendict
with mypy type checking and Mapping types this is a lot less useful than
anticipated. let's drop it for simplicity and having fewer dependencies.

frozendict 2.3.5 also broke the mypy checks.
2023-02-21 18:19:00 +01:00
R. Ryantm
cb0581d660 ergo: 5.0.6 -> 5.0.7 2023-02-21 17:11:01 +00:00
Ryan Mulligan
27a45b0e10 Merge pull request #216731 from matthew-levan/vere
urbit: remove old urbit; init at 1.20
2023-02-21 09:05:04 -08:00
Dominic Shelton
38593bc3c0 nixos/flipperzero: init 2023-02-21 17:45:14 +01:00
R. Ryantm
662ae9bef7 rtsp-simple-server: 0.21.2 -> 0.21.4 2023-02-21 16:32:21 +00:00
R. Ryantm
b4e64c895b flyway: 9.14.1 -> 9.15.0 2023-02-21 16:28:26 +00:00
Matthew LeVan
0e973e43c0 urbit: remove old urbit; init at 1.20 2023-02-21 11:27:05 -05:00
Artturi
d412d79567 Merge pull request #217066 from r-ryantm/auto-update/discord
discord: 0.0.24 -> 0.0.25
2023-02-21 18:11:08 +02:00
R. Ryantm
5ecdf45374 rust-analyzer-unwrapped: 2023-02-06 -> 2023-02-20 2023-02-21 16:08:06 +00:00
figsoda
3a558d658f Merge pull request #217416 from figsoda/vim
vimPlugins: update
2023-02-21 10:53:32 -05:00
markuskowa
4c5c82e9cd Merge pull request #217481 from sheepforce/openmm
openmm: use gfortran11 and gcc11Stdenv
2023-02-21 16:45:39 +01:00
Robert Hensing
22bc255715 Merge pull request #217419 from winterqt/jack-fix-src-url
libjack2: fix source url
2023-02-21 16:44:12 +01:00
Robert Schütz
030ed6aadb esptool: 4.4 -> 4.5
Diff: https://github.com/espressif/esptool/compare/v4.4...v4.5

Changelog: https://github.com/espressif/esptool/releases/tag/v4.5
2023-02-21 07:40:23 -08:00
Robert Schütz
c17b2d71ea txt2tags: unstable-2022-10-17 -> 3.8
Diff: https://github.com/txt2tags/txt2tags/compare/114ab24...3.8

Changelog: https://github.com/txt2tags/txt2tags/blob/refs/tags/3.8/CHANGELOG.md
2023-02-21 07:39:58 -08:00
Naïm Favier
f77c364def Merge pull request #216983 from ncfavier/showOption-comment
lib/options: update showOption comment
2023-02-21 16:31:07 +01:00
Weijia Wang
43c925f553 Merge pull request #217103 from r-ryantm/auto-update/freerdpUnstable
freerdpUnstable: 2.9.0 -> 2.10.0
2023-02-21 17:21:52 +02:00
Weijia Wang
d49d875c80 Merge pull request #217433 from r-ryantm/auto-update/signal-cli
signal-cli: 0.11.6 -> 0.11.7
2023-02-21 17:16:28 +02:00
R. Ryantm
ca19c43382 syncstorage-rs: 0.13.1 -> 0.13.2 2023-02-21 15:07:55 +00:00
Martin Weinelt
18cb356d03 Merge pull request #217331 from mweinelt/c-ares-1.19.0
c-ares: 1.18.1 -> 1.19.0
2023-02-21 15:04:25 +00:00
Weijia Wang
f1e8a7e249 Merge pull request #217387 from r-ryantm/auto-update/ani-cli
ani-cli: 4.0 -> 4.1
2023-02-21 17:00:46 +02:00
Weijia Wang
21a42c1bcf Merge pull request #217444 from r-ryantm/auto-update/python310Packages.pipdeptree
python310Packages.pipdeptree: 2.4.0 -> 2.5.0
2023-02-21 17:00:09 +02:00
harvidsen
680d8810ee python3Packages.asyncua: 1.0.0 -> 1.0.1
Fixes tests for python 3.11
2023-02-21 15:55:09 +01:00
ajs124
f7475ce895 Merge pull request #216202 from ruuda/libressl-362-354
LibreSSL: 3.5.3 → 3.5.4, 3.6.1 → 3.6.2
2023-02-21 15:54:23 +01:00
ajs124
bdb0566f8b nixos/nextcloud-notify_push: use lib.genAttrs 2023-02-21 15:53:27 +01:00
R. Ryantm
bdcc0de94d spire: 1.5.4 -> 1.5.5 2023-02-21 14:48:04 +00:00
Weijia Wang
1bfcf0b713 Merge pull request #217478 from r-ryantm/auto-update/andika
andika: 6.101 -> 6.200
2023-02-21 16:44:58 +02:00
Weijia Wang
d45560a146 Merge pull request #217475 from fishi0x01/bump-vsh
vsh: 0.12.1 -> 0.12.2
2023-02-21 16:43:12 +02:00
Weijia Wang
a01c863c26 Merge pull request #217418 from r-ryantm/auto-update/symfony-cli
symfony-cli: 5.4.21 -> 5.5.0
2023-02-21 16:42:16 +02:00
Moritz Böhme
98e5666672 rofi-bluetooth: unstable-2021-03-05 -> unstable-2023-02-03
Update rofi-bluetooth to newest version and give users the option to
use wayland supported rofi fork (disabled by default).
2023-02-21 15:40:06 +01:00
R. Ryantm
3a6307ccda cargo-watch: 8.3.0 -> 8.4.0 2023-02-21 14:34:16 +00:00
Weijia Wang
6711f48e00 Merge pull request #217500 from r-ryantm/auto-update/python310Packages.stripe
python310Packages.stripe: 5.1.1 -> 5.2.0
2023-02-21 16:32:16 +02:00
Weijia Wang
6eb159a46f Merge pull request #217502 from r-ryantm/auto-update/python310Packages.deal
python310Packages.deal: 4.23.4 -> 4.23.7
2023-02-21 16:30:11 +02:00
Alexander Bantyev
016d912269 Merge pull request #216700 from NixOS/helix-add-desktop-file
helix: add desktop item and icon
2023-02-21 18:29:49 +04:00
Kranzes
8e89e1cd8b displaycal: init at 3.9.10 2023-02-21 16:29:34 +02:00
K900
0870fc6680 Merge pull request #216972 from SuperSandro2000/steam-fhs-full
steam-small: init
2023-02-21 17:29:00 +03:00
Weijia Wang
bc05763b72 Merge pull request #217493 from r-ryantm/auto-update/python310Packages.dunamai
python310Packages.dunamai: 1.15.0 -> 1.16.0
2023-02-21 16:27:12 +02:00
Weijia Wang
394b39c401 Merge pull request #217486 from r-ryantm/auto-update/easeprobe
easeprobe: 2.0.0 -> 2.0.1
2023-02-21 16:19:59 +02:00
Weijia Wang
440d07872f Merge pull request #217415 from r-ryantm/auto-update/go-tools
go-tools: 2023.1 -> 2023.1.2
2023-02-21 16:17:49 +02:00
Weijia Wang
15333cc314 Merge pull request #217483 from r-ryantm/auto-update/glooctl
glooctl: 1.13.6 -> 1.13.7
2023-02-21 16:13:04 +02:00
R. Ryantm
0eb928e7c0 shards_0_17: 0.17.1 -> 0.17.2 2023-02-21 22:11:55 +08:00
R. Ryantm
a19884ea5c ngtcp2: 0.13.0 -> 0.13.1 2023-02-21 14:11:26 +00:00
Weijia Wang
e0790ae021 Merge pull request #217501 from r-ryantm/auto-update/python310Packages.types-pyyaml
python310Packages.types-pyyaml: 6.0.12.6 -> 6.0.12.8
2023-02-21 16:09:25 +02:00
Fabian Affolter
c2de80161e python311Packages.paste: add changelog to meta 2023-02-21 15:07:55 +01:00
maxine
10156cdd5e Merge pull request #217479 from bobby285271/upd/gnome-firmware 2023-02-21 15:07:20 +01:00
maxine
8722d4e4b2 Merge pull request #217474 from bobby285271/upd/epiphany 2023-02-21 15:07:07 +01:00
Fabian Affolter
3d9cd7c149 python310Packages.paste: disable failing test on Python 3.11 2023-02-21 15:06:30 +01:00
Fabian Affolter
2c6cbd0d72 python310Packages.paste: 3.5.0 -> 3.5.2 2023-02-21 15:06:29 +01:00
ajs124
6c24a28ea6 nixos/nextcloud-notify_push: add some restart config to the service 2023-02-21 15:05:17 +01:00
ajs124
671bd1ef7a nixos/nextcloud-notify_push: add database options 2023-02-21 15:05:16 +01:00
ajs124
8a5596aded nixosTests.nextcloud.with-postgresql-and-redis*: also test notify_push 2023-02-21 15:05:16 +01:00
ajs124
1f0aa74c8f nixos/nextcloud-notify_push: init 2023-02-21 15:05:16 +01:00
ajs124
3b2a768f0f nextcloudPackages.notify_push: init 2023-02-21 15:05:16 +01:00
ajs124
80df9ff90d nextcloud-notify-push: init at 0.5.0 2023-02-21 15:05:16 +01:00
Weijia Wang
6da9786cda Merge pull request #217430 from r-ryantm/auto-update/k9s
k9s: 0.27.2 -> 0.27.3
2023-02-21 16:03:41 +02:00
Weijia Wang
46bb268fe6 Merge pull request #216892 from r-ryantm/auto-update/edencommon
edencommon: 2023.01.30.00 -> 2023.02.13.00
2023-02-21 15:54:22 +02:00
R. Ryantm
43c7956e6d ablog: 0.10.33 -> 0.10.33.post1 2023-02-21 13:53:23 +00:00
Anderson Torres
0af782905c Merge pull request #217503 from atorres1985-contrib/xa
xa: 2.3.13 -> 2.3.14
2023-02-21 10:42:38 -03:00
R. Ryantm
2135e32c43 quisk: 4.2.12 -> 4.2.17 2023-02-21 13:36:08 +00:00
Phillip Seeber
f93735d7bd openmm: use gfortran11 and gcc11Stdenv
openmm: pin stdenv and gfortran
2023-02-21 14:27:15 +01:00
Anderson Torres
6f4f861727 xa: 2.3.13 -> 2.3.14 2023-02-21 10:17:03 -03:00
Anderson Torres
c1ed7f0a2e dxa: refactor 2023-02-21 10:17:03 -03:00
Cathal Mullan
44f8fcf223 phlare: init at 0.3.0 2023-02-21 13:12:37 +00:00
R. Ryantm
43359990a7 python310Packages.deal: 4.23.4 -> 4.23.7 2023-02-21 13:09:12 +00:00
R. Ryantm
bfe882988a python310Packages.types-pyyaml: 6.0.12.6 -> 6.0.12.8 2023-02-21 13:08:13 +00:00
ajs124
d8687b3788 Merge pull request #216697 from helsinki-systems/mariadb_1111
mariadb_1011: init at 10.11.2
2023-02-21 14:01:10 +01:00
R. Ryantm
92855d91b1 python310Packages.stripe: 5.1.1 -> 5.2.0 2023-02-21 13:00:36 +00:00
Florian Klink
81e45cc600 Merge pull request #217472 from AtnNn/7zz
7zz: cross-compile for mingw
2023-02-21 13:43:27 +01:00
Martin Weinelt
c571fd22df python310Packages.torchaudio-bin: Support aarch64-linux
and drop support for Python 3.7, as it was already removed from
nixpkgs.
2023-02-21 13:37:39 +01:00
Fabian Affolter
78232c4e03 python310Packages.dunamai: add changelog to meta 2023-02-21 13:28:41 +01:00
Martin Weinelt
04f7903bb9 python310Packages.torch-bin: Support aarch64-linux
and drop support for Python 3.7, as it was already removed from nixpkgs.
2023-02-21 13:24:28 +01:00
Fabian Affolter
c9fb0b33d7 python310Packages.typish: disable failing test on Python 3.11 2023-02-21 13:22:51 +01:00
Fabian Affolter
348edf4ff9 python310Packages.jsons: disable failing test on Python 3.11 2023-02-21 13:22:02 +01:00
Fabian Affolter
ee1dcddd15 python310Packages.jsons: disable on unsupported Python releases 2023-02-21 13:22:02 +01:00
Fabian Affolter
60ba095d7b python310Packages.jsons: add changelog to meta 2023-02-21 13:22:02 +01:00
Fabian Affolter
486df41453 python310Packages.typish: use tag 2023-02-21 13:21:59 +01:00
ajs124
ff440fff12 Merge pull request #209586 from JamieMagee/python-language-server
python-language-server: remove
2023-02-21 13:12:29 +01:00
github-actions[bot]
8d3dc41d38 Merge staging-next into staging 2023-02-21 12:02:07 +00:00
github-actions[bot]
a160ec1116 Merge master into staging-next 2023-02-21 12:01:36 +00:00
Martin Weinelt
0663b90f54 Merge pull request #213232 from mweinelt/tts-module
nixos/tts: init
2023-02-21 11:33:20 +00:00
André Silva
a4679a5a45 Merge pull request #216465 from toastal/amdvlk-2023.Q1.1
amdvlk: 2022.Q4.4 → 2023.Q1.2
2023-02-21 11:22:37 +00:00
Fabian Affolter
76121747a6 python311Packages.typish: disable on unsupported Python releases 2023-02-21 12:21:22 +01:00
Fabian Affolter
1d49c42c94 python311Packages.typish: add changelog to meta 2023-02-21 12:21:08 +01:00
Anderson Torres
dd1e49424f melpa-packages: updated 2023-02-21 (from overlay) 2023-02-21 08:03:50 -03:00
Anderson Torres
985265c451 elpa-packages: updated 2023-02-21 (from overlay) 2023-02-21 08:03:50 -03:00
Anderson Torres
ec82b6a6e2 nongnu-packages: updated 2023-02-20 (from overlay) 2023-02-21 08:01:28 -03:00
Anderson Torres
42556e233d melpa-packages: updated 2023-02-20 (from overlay) 2023-02-21 08:01:28 -03:00
Anderson Torres
c93adad021 elpa-packages: updated 2023-02-20 (from overlay) 2023-02-21 08:01:28 -03:00
Martin Weinelt
6f0616b50f tts: Remove usage instructions in favor of module 2023-02-21 11:59:19 +01:00
Martin Weinelt
198713cf82 nixos/tts: init
Provide a module to configure Coqui TTS, available as `tts` in nixpkgs
for a few releases already.

The module supports multiple servers in parallel, so multiple languages
and testing scenarios can be covered, without affecting any production
usage.
2023-02-21 11:59:17 +01:00
R. Ryantm
b98dcec97f python310Packages.dunamai: 1.15.0 -> 1.16.0 2023-02-21 10:57:15 +00:00
Fabian Affolter
56ee0e9a09 python310Packages.requests-cache: 0.9.7 -> 0.9.8
Diff: https://github.com/requests-cache/requests-cache/compare/refs/tags/v0.9.7...v0.9.8

Changelog: https://github.com/requests-cache/requests-cache/blob/v0.9.8/HISTORY.md
2023-02-21 11:44:42 +01:00
Franz Pletz
9ffd1c3e2e Merge pull request #216947 from mkg20001/openwrt 2023-02-21 11:43:11 +01:00
Franz Pletz
0e6e15e124 Merge pull request #216815 from R-VdP/flashrom-udev-rules
flashrom: use a udev uaccess tag instead of introducing a custom flashrom group
2023-02-21 11:41:53 +01:00
Franz Pletz
55aa14c6eb Merge pull request #217002 from arjan-s/ntfy-sh-2.0.1
ntfy-sh: 1.31.0-> 2.0.1
2023-02-21 11:40:34 +01:00
Franz Pletz
9cc5599dfe Merge pull request #217098 from K900/iwd-2.3
iwd: 2.1 -> 2.3
2023-02-21 11:38:10 +01:00
Fabian Affolter
add0f7fc1b python310Packages.flask-restplus: remove 2023-02-21 11:37:06 +01:00
R. Ryantm
a81950b0dd easeprobe: 2.0.0 -> 2.0.1 2023-02-21 10:26:00 +00:00
Etienne Laurin
045e8b36db 7zz: convert mingw script to patch 2023-02-21 03:21:37 -07:00
Fabian Affolter
a5affaae7e python310Packages.flask-mongoengine: move to pyproject 2023-02-21 11:18:44 +01:00
Fabian Affolter
f0b8704f29 python310Packages.flask-mongoengine: add optional-dependencies 2023-02-21 11:16:35 +01:00
Fabian Affolter
8a5a0711a5 python310Packages.wtforms: add optional-dependencies 2023-02-21 11:10:53 +01:00
R. Ryantm
8cc327ce14 liblc3: 1.0.1 -> 1.0.2 2023-02-21 10:07:51 +00:00
Fabian Affolter
06afd90a88 python310Packages.wtforms: disable on unsupported Python releases 2023-02-21 11:07:07 +01:00
R. Ryantm
cf07dcc136 glooctl: 1.13.6 -> 1.13.7 2023-02-21 10:06:27 +00:00
Fabian Affolter
df8b681f4f python310Packages.flask-mongoengine: adjust inputs 2023-02-21 11:00:46 +01:00
Fabian Affolter
ad9e4df440 python310Packages.flask-mongoengine: disable on unsupported Python releases 2023-02-21 10:56:09 +01:00
Mario Rodas
d0d5525908 Merge pull request #216789 from marsam/update-squawk
squawk: 0.20.0 -> 0.21.0
2023-02-21 04:55:46 -05:00
Mario Rodas
b9f01fe845 Merge pull request #217427 from r-ryantm/auto-update/esbuild
esbuild: 0.17.8 -> 0.17.9
2023-02-21 04:55:10 -05:00
Fabian Affolter
cbe4ff8003 python310Packages.flask-mongoengine: remove buildInputs
buildInputs covered the inputs which should have been part of
checkInputs. Tests are not executed, thus removed.
2023-02-21 10:54:03 +01:00
Fabian Affolter
17436a2461 python310Packages.flask-mongoengine: update description 2023-02-21 10:52:36 +01:00
Fabian Affolter
0689ff072f python310Packages.flask-mongoengine: add changelog to meta 2023-02-21 10:51:33 +01:00
R. Ryantm
bad7f1f19e andika: 6.101 -> 6.200 2023-02-21 09:37:56 +00:00
Karl Fischer
3de008ce18 vsh: 0.12.1 -> 0.12.2 2023-02-21 10:37:07 +01:00
Fabian Affolter
f24ddcafdb Merge pull request #217442 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerregistry
python310Packages.azure-mgmt-containerregistry: 10.0.0 -> 10.1.0
2023-02-21 10:34:54 +01:00
Bobby Rong
ea73f76025 gnome-firmware: 43.1 → 43.2
https://gitlab.gnome.org/World/gnome-firmware/-/compare/43.1...43.2
2023-02-21 17:33:54 +08:00
Fabian Affolter
f4f6226b5e ioccheck: relax tabulate constraint 2023-02-21 10:33:23 +01:00
Stanisław Pitucha
91bf6b8ca9 Merge pull request #217421 from r-ryantm/auto-update/go-camo
go-camo: 2.4.2 -> 2.4.3
2023-02-21 20:29:05 +11:00
Sandro
c23e0bc367 Merge pull request #216965 from azuwis/mfoc-hardnested
mfoc-hardnested: init at unstable-2021-08-14
2023-02-21 10:26:01 +01:00
Sandro
8c922b23f9 Merge pull request #217108 from sikmir/nchat
nchat: init at 3.17
2023-02-21 10:15:09 +01:00
Sandro
afa499a332 Merge pull request #216968 from tobim/pkgs/thrift-0.18
thrift: 0.17.0 -> 0.18.0
2023-02-21 10:12:28 +01:00
Fabian Affolter
37f7e1de51 python310Packages.requests-cache: add changelog to meta 2023-02-21 10:03:26 +01:00
Bobby Rong
1f64c9ca16 epiphany: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/epiphany/-/compare/43.0...43.1

- Hide bookmark star in application mode.
- Fix type error when displaying about:overview empty state.
- Fix thumbnails when loading about:overview from session state.
- Properly %-encode URLs copied from address bar.
- Fix minor memory leaks.
- Fix double free when file monitor for user JavaScript fails.
- Don't autofill passwords in sandboxed contexts (CVE-2023-26081).
- Updated translations.
2023-02-21 17:00:42 +08:00
Fabian Affolter
c2fc1acc8b python310Packages.cachetools: 5.2.1 -> 5.3.0
Diff: https://github.com/tkem/cachetools/compare/refs/tags/v5.2.1...v5.3.0

Changelog: https://github.com/tkem/cachetools/blob/v5.3.0/CHANGELOG.rst
2023-02-21 10:00:28 +01:00
Fabian Affolter
4b366751ed python310Packages.whodap: 0.1.7 -> 0.1.8
Diff: pogzyb/whodap@refs/tags/v0.1.7...v0.1.8

Changelog: https://github.com/pogzyb/whodap/releases/tag/v0.1.8
2023-02-21 09:54:42 +01:00
Sandro
1ad58fd33b Merge pull request #206294 from Infinidoge/bump/packwiz
packwiz: unstable-2022-10-29 -> unstable-2023-02-13
2023-02-21 09:40:32 +01:00
Sandro
7606d0e004 Merge pull request #199798 from j2ghz/patch-1
Add package override to mimir
2023-02-21 09:37:57 +01:00
Etienne Laurin
d3f8d98df7 7zz: cross-compile for mingw 2023-02-21 01:35:54 -07:00
Elian Doran
4c164bc42d keepassxc: fix test timeout
The test was failing because it was timing out. Turns out it was waiting
for `foo.kdbx`, which couldn't be "seen" even if it actually existed
(probably some contrast issues with the theme and OCR couldn't find it).
Fixed it by delegating the check to the next screen, where the full path
to the file is displayed in a bigger size. The test seems to pass.
2023-02-21 09:29:23 +01:00
Elian Doran
beddcca93f keepassxc: fix build on darwin 2023-02-21 09:29:23 +01:00
Fabian Affolter
85e7194e67 python310Packages.tabula-py: 2.6.0 -> 2.7.0
Diff: https://github.com/chezou/tabula-py/compare/refs/tags/v2.6.0...v2.7.0

Changelog: https://github.com/chezou/tabula-py/releases/tag/v2.7.0
2023-02-21 09:26:47 +01:00
R. Ryantm
6f6d61df2b rabbitmq-server: 3.11.8 -> 3.11.9 2023-02-21 09:25:05 +01:00
Fabian Affolter
4dd9993355 Merge pull request #217408 from austinbutler/lektor340b4
pythonPackages.lektor: 3.4.0b2 -> 3.4.0b4
2023-02-21 09:01:55 +01:00
Fabian Affolter
0f2d172802 python310Packages.axis: 46 -> 47
Diff: https://github.com/Kane610/axis/compare/refs/tags/v46...v47

Changelog: https://github.com/Kane610/axis/releases/tag/v47
2023-02-21 09:01:24 +01:00
Fabian Affolter
41d0fb5083 python310Packages.fakeredis: 2.9.0 -> 2.9.2
Diff: https://github.com/dsoftwareinc/fakeredis-py/compare/refs/tags/v2.9.0...v2.9.2

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.9.2
2023-02-21 08:58:47 +01:00
Fabian Affolter
3644d1e0aa python310Packages.weconnect-mqtt: 0.42.0 -> 0.42.1
Diff: https://github.com/tillsteinbach/WeConnect-mqtt/compare/refs/tags/v0.42.0...v0.42.1

Changelog: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.42.1
2023-02-21 08:52:00 +01:00
Fabian Affolter
e96a80e560 python310Packages.ascii-magic: 1.6 -> 2.1.1
Changelog: https://github.com/LeandroBarone/python-ascii_magic#changelog
2023-02-21 08:51:17 +01:00
Fabian Affolter
55cde64d04 python310Packages.ascii-magic: add changelog to meta 2023-02-21 08:48:10 +01:00
Vincent Laporte
013f6a3a38 ocamlPackages.git: 3.10.1 → 3.12.0 2023-02-21 08:42:48 +01:00
Fabian Affolter
94d5d2635b python310Packages.weconnect: 0.52.0 -> 0.54.0
Diff: https://github.com/tillsteinbach/WeConnect-python/compare/refs/tags/v0.52.0...v0.54.0

Changelog: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.54.0
2023-02-21 08:42:28 +01:00
Fabian Affolter
5a3fd97482 python310Packages.scmrepo: 0.1.9 -> 0.1.12
Diff: https://github.com/iterative/scmrepo/compare/refs/tags/0.1.9...0.1.12

Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.12
2023-02-21 08:41:44 +01:00
Fabian Affolter
3483b8c1e5 python310Packages.screenlogicpy: 0.7.1 -> 0.7.2
Diff: https://github.com/dieselrabbit/screenlogicpy/compare/refs/tags/v0.7.1...v0.7.2

Changelog: https://github.com/dieselrabbit/screenlogicpy/releases/tag/v0.7.2
2023-02-21 08:41:02 +01:00
rewine
4cf00ef65c deepin-desktop-schemas: init at 5.10.11 2023-02-21 15:27:47 +08:00
Fabian Affolter
7c6ff50784 python310Packages.types-python-dateutil: 2.8.19.7 -> 2.8.19.8 2023-02-21 08:23:15 +01:00
Fabian Affolter
4e64560bfc python310Packages.types-docutils: 0.19.1.4 -> 0.19.1.5 2023-02-21 08:22:53 +01:00
Fabian Affolter
eb4095bc77 python310Packages.types-urllib3: 1.26.25.6 -> 1.26.25.7 2023-02-21 08:22:18 +01:00
Fabian Affolter
589aab59ad python310Packages.types-requests: 2.28.11.13 -> 2.28.11.14 2023-02-21 08:21:45 +01:00
Fabian Affolter
d84b427303 python310Packages.types-retry: 0.9.9.1 -> 0.9.9.2 2023-02-21 08:21:16 +01:00
Fabian Affolter
a473344de8 python310Packages.types-pytz: 2022.7.1.0 -> 2022.7.1.1 2023-02-21 08:20:52 +01:00
Adam Joseph
d7aad24531 express #208478 as assertions
PR #208478 added a lot of documentation about which packages were
rebuilt in each stage of the stdenv bootstrap.  However nothing
checks that these comments agree with reality; they can bitrot over
time.  This PR rewrites those comments as assertions, so they cannot
bitrot.

This conversion did expose some ambiguity in our scheme for naming
the stages.   Suppose that `pkgs.stdenv.name=="stdenv-stage4", then
which of these is "the stage4 coreutils"?

```
pkgs.coreutils
pkgs.stdenv.__bootPackages.coreutils
```

The choice is arbitrary, and both choices have confusing corner
cases.  We should revisit this at some point.
2023-02-20 23:20:30 -08:00
Fabian Affolter
8533d0146b python310Packages.types-decorator: 5.1.8.2 -> 5.1.8.3 2023-02-21 08:20:16 +01:00
Fabian Affolter
eb2c7357bc python310Packages.types-colorama: 0.4.15.7 -> 0.4.15.8 2023-02-21 08:19:38 +01:00
Fabian Affolter
8ee504eb7f pythonPackages.lektor: add changelog to meta 2023-02-21 08:17:56 +01:00
Fabian Affolter
ec05893286 python310Packages.azure-mgmt-containerregistry: adjust inputs 2023-02-21 08:15:02 +01:00
rewine
e5d7a2eada dde-calendar: init at 5.8.30 2023-02-21 15:13:59 +08:00
Fabian Affolter
25aa98a67a python310Packages.azure-mgmt-containerregistry: disable on unsupported Python releases 2023-02-21 08:12:41 +01:00
Fabian Affolter
c0bb8d41bb Merge pull request #217404 from r-ryantm/auto-update/python310Packages.google-cloud-language
python310Packages.google-cloud-language: 2.8.1 -> 2.9.0
2023-02-21 08:08:37 +01:00
R. Ryantm
c322b3ea37 python310Packages.insteon-frontend-home-assistant: 0.3.1 -> 0.3.2 2023-02-20 23:08:11 -08:00
datafoo
dc816e7330 vscode-extensions.streetsidesoftware.code-spell-checker: 2.16.0 -> 2.17.1 2023-02-21 08:06:24 +01:00
Vincent Laporte
ad9c008fd0 ocamlPackages.sha: 1.15.2 → 1.15.4 2023-02-21 08:06:16 +01:00
Zhong Jianxin
a4429f9b9b kubernetes-helmPlugins: Enable build on hydra
Plugins support was introduced in b9bf757503
by downloading prebuilt binaries, and later switched to build rather than
download in 93ea4e0102.

We should now enable build on hydra, helm-cm/push/helm-diff/helm-s3 are
go packages.
2023-02-21 15:05:38 +08:00
Adam Joseph
6b6c06e5d7 cc-wrapper: allow non-clang compilers to use gccForLibs codepath
cc-wrapper has essentially two separate codepaths: the `gccForLibs`
codepath, used only by non-gcc (i.e. clang) compilers, and the
"other" codepath.

This PR allows non-clang compilers to opt-in to the `gccForLibs`
codepath (off by default).  To allow this, a new parameter
`ccForLibs` is exposed, since it would be extremely confusing for
gcc to be able to use `gccForLibs` but not do so by default.
2023-02-20 23:03:44 -08:00
R. Ryantm
e0b99fe0fe grails: 5.3.0 -> 5.3.2 2023-02-21 07:28:22 +01:00
R. Ryantm
f16a86e1d4 python310Packages.pipdeptree: 2.4.0 -> 2.5.0 2023-02-21 06:27:26 +00:00
R. Ryantm
7360d251c7 python310Packages.gdown: 4.6.3 -> 4.6.4 2023-02-21 06:24:56 +00:00
R. Ryantm
765a1ab24b python310Packages.azure-mgmt-containerregistry: 10.0.0 -> 10.1.0 2023-02-21 06:13:01 +00:00
github-actions[bot]
2d285b1590 Merge staging-next into staging 2023-02-21 06:01:33 +00:00
github-actions[bot]
af79979d58 Merge master into staging-next 2023-02-21 06:01:00 +00:00
Infinidoge
7cd1e93a0b packwiz: unstable-2022-10-29 -> unstable-2023-02-13 2023-02-21 00:54:37 -05:00
R. Ryantm
faeb037d8c uftrace: 0.13 -> 0.13.1 2023-02-21 05:25:32 +00:00
R. Ryantm
cea19f2b1a signal-cli: 0.11.6 -> 0.11.7 2023-02-21 05:16:07 +00:00
Charles Hall
86d5d67fb5 maintainers: add CobaltCause 2023-02-20 21:12:19 -08:00
Mario Rodas
b139b6056c Merge pull request #217417 from r-ryantm/auto-update/cozette
cozette: 1.19.0 -> 1.19.1
2023-02-21 00:10:46 -05:00
figsoda
26eb9acdee Merge pull request #217420 from r-ryantm/auto-update/ashuffle
ashuffle: 3.13.4 -> 3.13.6
2023-02-20 23:58:19 -05:00
R. Ryantm
ca019ad697 k9s: 0.27.2 -> 0.27.3 2023-02-21 04:49:17 +00:00
Mario Rodas
e685e61790 esbuild: 0.17.9 -> 0.17.10
https://github.com/evanw/esbuild/releases/tag/v0.17.10
2023-02-21 04:25:00 +00:00
R. Ryantm
8e27bd2543 esbuild: 0.17.8 -> 0.17.9 2023-02-21 04:24:12 +00:00
Mario Rodas
cb3a27940c python310Packages.pglast: 4.1 -> 5.0
https://github.com/lelit/pglast/releases/tag/v5.0
2023-02-21 04:20:00 +00:00
Mario Rodas
ca97b34a97 coqPackages_8_16.coq-lsp: init at 0.1.6.1+8.16 2023-02-21 04:20:00 +00:00
Mario Rodas
78b645172f nodejs-19_x: 19.6.1 -> 19.7.0
https://github.com/nodejs/node/releases/tag/v19.7.0
2023-02-21 04:20:00 +00:00
Mario Rodas
f9113b5406 python310Packages.chat-downloader: 0.2.3 -> 0.2.4
https://github.com/xenova/chat-downloader/releases/tag/v0.2.4
2023-02-21 04:20:00 +00:00
Mario Rodas
23ed00b4bf python310Packages.sphinx-book-theme: 0.4.0rc1 -> 1.0.0rc2
https://github.com/executablebooks/sphinx-book-theme/releases/tag/v1.0.0rc1
https://github.com/executablebooks/sphinx-book-theme/releases/tag/v1.0.0rc2
2023-02-21 04:20:00 +00:00
Mario Rodas
3433351156 fastlane: 2.211.0 -> 2.212.0
https://github.com/fastlane/fastlane/releases/tag/2.212.0
2023-02-21 04:20:00 +00:00
Mario Rodas
46f9a706c9 coqPackages_8_16.serapi: 8.16.0+0.16.0 -> 8.16.0+0.16.3 2023-02-21 04:20:00 +00:00
Mario Rodas
4a5744b789 nodejs-18_x: 18.14.1 -> 18.14.2
https://github.com/nodejs/node/releases/tag/v18.14.2
2023-02-21 04:20:00 +00:00
Mario Rodas
23f105f5a2 python310Packages.pydata-sphinx-theme: 0.12.0 -> 0.13.0rc4 2023-02-21 04:20:00 +00:00
Mario Rodas
e5f1812bd5 python310Packages.accessible-pygments: init at 0.0.3 2023-02-21 04:20:00 +00:00
R. Ryantm
f8d68cd3fd zimfw: 1.11.1 -> 1.11.2 2023-02-21 04:11:33 +00:00
R. Ryantm
dffffe5177 cubiomes-viewer: 3.1.1 -> 3.2.1 2023-02-21 03:54:51 +00:00
R. Ryantm
2a54120d5a go-camo: 2.4.2 -> 2.4.3 2023-02-21 03:48:05 +00:00
github-actions[bot]
6b9b4ff80e terraform-providers.stackpath: 1.4.0 → 1.5.0 2023-02-21 13:43:27 +10:00
github-actions[bot]
05800f53b6 terraform-providers.heroku: 5.1.10 → 5.1.11 2023-02-21 13:43:27 +10:00
github-actions[bot]
871a81ce40 terraform-providers.cloudflare: 3.33.1 → 4.0.0 2023-02-21 13:43:27 +10:00
Winter
ee197b2f33 libjack2: don't use with lib at top-level
It's bit us once already [0], let's get rid of it before it does it again.

[0]: https://github.com/NixOS/nixpkgs/pull/216096#issuecomment-1437763295
2023-02-20 22:38:48 -05:00
R. Ryantm
5045ec5e82 ashuffle: 3.13.4 -> 3.13.6 2023-02-21 03:37:57 +00:00
R. Ryantm
d30b3eaecc symfony-cli: 5.4.21 -> 5.5.0 2023-02-21 03:33:53 +00:00
Winter
76305f698e libjack2: fix source url
c733f0bf8a switched JACK to using overlay-style
mkDerivation, but forgot to change a reference to `version` to `finalAttrs.version`.

This wasn't caught at eval time because `with lib` was used, making the
source derivation try to fetch (at the time of writing) tag "23.05pre-git",
which obviously doesn't exist :D

Thanks to V for catching this [0].

[0]: https://github.com/NixOS/nixpkgs/pull/216096#issuecomment-1437763295
2023-02-20 22:29:21 -05:00
R. Ryantm
89c3b7644c cozette: 1.19.0 -> 1.19.1 2023-02-21 03:26:19 +00:00
rewine
c7c8258c27 uwufetch: 2.0 -> 2.1 2023-02-21 11:24:22 +08:00
Aaron Andersen
ab8815a4b6 Merge pull request #215789 from bb2020/mbpfan
nixos/mbpfan: add aggressive option
2023-02-20 22:24:11 -05:00
R. Ryantm
102a31f377 go-tools: 2023.1 -> 2023.1.2 2023-02-21 03:18:43 +00:00
R. Ryantm
7002a31616 gitmux: 0.9.0 -> 0.9.1 2023-02-21 03:10:44 +00:00
Nikolay Korotkiy
7e85bb6e21 Merge pull request #217392 from r-ryantm/auto-update/cudatext-qt
cudatext-qt: 1.184.0 -> 1.185.0
2023-02-21 07:10:29 +04:00
Winter
79dddf7ae7 python3Packages.python-flirt: 0.7.0 -> 0.8.6
https://github.com/williballenthin/lancelot/releases/tag/v0.8.0
https://github.com/williballenthin/lancelot/releases/tag/v0.8.1
https://github.com/williballenthin/lancelot/releases/tag/v0.8.2
https://github.com/williballenthin/lancelot/releases/tag/v0.8.3
https://github.com/williballenthin/lancelot/releases/tag/v0.8.4
https://github.com/williballenthin/lancelot/releases/tag/v0.8.5
https://github.com/williballenthin/lancelot/releases/tag/v0.8.6
2023-02-20 22:01:08 -05:00
figsoda
93b44f49fc vimPlugins.nvim-treesitter: update grammars 2023-02-20 21:59:41 -05:00
figsoda
685117273d vimPlugins: update 2023-02-20 21:58:48 -05:00
Connor Brewster
d897ab40f2 nsc: init at 2.7.6 2023-02-20 20:50:54 -06:00
R. Ryantm
62d62dfdb9 mapcidr: 1.0.3 -> 1.1.0 2023-02-21 02:50:18 +00:00
Austin Butler
5635c36208 pythonPackages.lektor: 3.4.0b2 -> 3.4.0b4 2023-02-20 18:42:18 -08:00
Winter
bc05d0b09f python3Packages.python-flirt: fix on darwin
This only ever built on Darwin when libiconv was propagated [0].

[0]: https://hydra.nixos.org/job/nixpkgs/trunk/python310Packages.python-flirt.x86_64-darwin/all
2023-02-20 21:39:32 -05:00
Robert Schütz
a1970c010d Merge pull request #205463 from panicgh/tbb
tor-browser-bundle-bin: 11.5.8 -> 12.0.3
2023-02-20 18:36:42 -08:00
R. Ryantm
127d50d4e0 python310Packages.pyspark: 3.3.1 -> 3.3.2 2023-02-21 02:18:09 +00:00
figsoda
2d84e9d646 Merge pull request #217400 from r-ryantm/auto-update/pueue
pueue: 3.1.0 -> 3.1.1
2023-02-20 21:02:21 -05:00
R. Ryantm
88edc0c860 python310Packages.google-cloud-language: 2.8.1 -> 2.9.0 2023-02-21 01:33:44 +00:00
R. Ryantm
946b9d5f54 cargo-make: 0.36.4 -> 0.36.5 2023-02-21 01:31:40 +00:00
Martin Weinelt
770db258ed Merge pull request #216104 from dotlambda/pytest-forked-1.6.0
python310Packages.pytest-forked: 1.4.0 -> 1.6.0
2023-02-21 01:29:41 +00:00
Martin Weinelt
565e08be13 Merge pull request #217381 from fabaff/boltons-bump
python310Packages.boltons: 21.0.0 -> 23.0.0
2023-02-21 01:15:50 +00:00
R. Ryantm
a7f7de856a pueue: 3.1.0 -> 3.1.1 2023-02-21 01:14:03 +00:00
Martin Weinelt
64912293f5 Merge pull request #217391 from mweinelt/python-drops
python310Packages.nose_progressive: Drop
2023-02-21 01:12:50 +00:00
R. Ryantm
97bf025ccf waypoint: 0.10.5 -> 0.11.0 2023-02-21 01:03:38 +00:00
Nick Cao
ed275636b7 Merge pull request #217272 from DeeUnderscore/update/streamlink-5.3.0
streamlink: 5.2.1 -> 5.3.0
2023-02-21 08:58:36 +08:00
Martin Weinelt
fa122adb4d Merge pull request #216336 from mweinelt/django-4.1.7
python310Packages.django_4: 4.1.6 -> 4.1.7
2023-02-21 00:53:52 +00:00
Martin Weinelt
d92d6030be Merge pull request #217089 from mweinelt/hass-pythonpath
home-assistant: Load optional deps from PYTHONPATH
2023-02-21 00:52:47 +00:00
Nick Cao
21804522c7 Merge pull request #217269 from luizirber/lirber/screed_1.1.2
python3Packages.screed: 1.1.1 -> 1.1.2
2023-02-21 08:51:05 +08:00
Nick Cao
0e9ffc2f93 Merge pull request #217321 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 110.0b9 -> 111.0b3
2023-02-21 08:48:33 +08:00
R. Ryantm
4b4604a07e jellyfin-ffmpeg: 5.1.2-7 -> 5.1.2-8 2023-02-21 00:48:05 +00:00
Nick Cao
a357da4a14 Merge pull request #217284 from r-ryantm/auto-update/python310Packages.ipydatawidgets
python310Packages.ipydatawidgets: 4.3.2 -> 4.3.3
2023-02-21 08:46:43 +08:00
Nick Cao
e0c69e0447 Merge pull request #217286 from wegank/nvc-bump
nvc: 1.8.1 -> 1.8.2
2023-02-21 08:45:57 +08:00
Nick Cao
975dbcdd4c Merge pull request #217297 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202302160443 -> 202302200325
2023-02-21 08:45:35 +08:00
Nick Cao
e748f96f20 Merge pull request #217335 from mattmelling/cloudlog-2.4
cloudlog: 2.3.3 -> 2.4
2023-02-21 08:44:39 +08:00
Nick Cao
32f21e0ee8 Merge pull request #217338 from r-ryantm/auto-update/polypane
polypane: 10.0.1 -> 13.0.2
2023-02-21 08:43:53 +08:00
Nick Cao
15d34aaa0d Merge pull request #217348 from figsoda/sagoin
sagoin: 0.2.0 -> 0.2.1
2023-02-21 08:42:29 +08:00
Nick Cao
c06f2b0b20 Merge pull request #217349 from r-ryantm/auto-update/datree
datree: 1.8.21 -> 1.8.24
2023-02-21 08:42:04 +08:00
Nick Cao
78a606a7f2 Merge pull request #217354 from kilianar/broot-1.20.2
broot: 1.20.1 -> 1.20.2
2023-02-21 08:41:08 +08:00
Nick Cao
3c05ddca12 Merge pull request #217362 from fabaff/aiocurrencylayer-bump
python310Packages.aiocurrencylayer: 1.0.4 -> 1.0.5
2023-02-21 08:39:59 +08:00
Nick Cao
124edc35cd Merge pull request #217370 from fabaff/yalexs-ble-bump
python310Packages.yalexs-ble: 2.0.1 -> 2.0.2
2023-02-21 08:38:19 +08:00
Nick Cao
a6f2e430c2 Merge pull request #217371 from fabaff/pyswitchbot-bump
python310Packages.pyswitchbot: 0.37.1 -> 0.37.3
2023-02-21 08:37:41 +08:00
Nick Cao
829809e586 Merge pull request #217386 from r-ryantm/auto-update/cve
cve: 1.2.0 -> 1.2.1
2023-02-21 08:35:43 +08:00
Robert Scott
436b0d9e1f cc-wrapper: fix inverted logic around fortify & fortify3 mutual exclusion 2023-02-21 00:27:57 +00:00
Anderson Torres
ffd92dde5b Merge pull request #216416 from atorres1985-contrib/2048-cli
2048-cli: new package
2023-02-20 21:27:44 -03:00
Anderson Torres
a22eedee79 Merge pull request #216417 from atorres1985-contrib/gavin-bc
gavin-bc: new package
2023-02-20 21:23:13 -03:00
R. Ryantm
7ccc6dd47e cudatext-qt: 1.184.0 -> 1.185.0 2023-02-21 00:23:11 +00:00
Aaron Andersen
f0ee3b1a2e Merge pull request #214077 from tuxinaut/master
musikcube: activate portaudio, pipewire, sndio, core audio plugins
2023-02-20 19:20:49 -05:00
Martin Weinelt
a4a9d07c54 python310Packages.nose_progressive: Drop
Was broken since before the 22.11 release and hasn't seen any upstream
maintenance since 2018.
2023-02-21 01:14:56 +01:00
github-actions[bot]
5fce642ce6 Merge master into haskell-updates 2023-02-21 00:13:45 +00:00
R. Ryantm
25f36be02d kics: 1.6.9 -> 1.6.10 2023-02-21 00:05:00 +00:00
github-actions[bot]
fc3641aa1e Merge staging-next into staging 2023-02-21 00:03:04 +00:00
github-actions[bot]
e3e8374b6f Merge master into staging-next 2023-02-21 00:02:33 +00:00
R. Ryantm
eb3fc41f91 zef: 0.16.0 -> 0.17.0 2023-02-21 00:00:27 +00:00
R. Ryantm
3ddc7b5501 ani-cli: 4.0 -> 4.1 2023-02-20 23:54:37 +00:00
R. Ryantm
43c19a33e1 cve: 1.2.0 -> 1.2.1 2023-02-20 23:45:26 +00:00
lunik1
b68a2fc6d4 iosevka-comfy: pin iosevka
Pins the version of iosevka used to build iosevka-comfy to the commit
listed on iosevka-comfy's README. Other iosevka versions may have
breaking changes or stylistic regressions.
2023-02-20 23:41:43 +00:00
figsoda
5be19d43a2 Merge pull request #217373 from wlcx/add-vim-vue-plugin
vimPlugins.vim-vue-plugin: init at 2023-02-02
2023-02-20 18:16:59 -05:00
Martin Weinelt
7b5e4989ad prowlarr: 1.2.0.2583 -> 1.2.2.2699
https://github.com/Prowlarr/Prowlarr/releases/tag/v1.2.2.2699

This update adds support for aarch64-darwin systems.

Refactors the url download logic by relying strictly on the system
identifier and using a unified throw that is more informative.

Also prowlarr now seems to be doing releases on the master branch,
instead of develop. I updated the update script accordingly.
2023-02-21 00:15:16 +01:00
figsoda
8046ccb032 Merge pull request #217372 from wlcx/add-vimplugin-go-nvim
vimPlugins.go-nvim: init at 2023-02-19
2023-02-20 18:14:51 -05:00
Fabian Affolter
8790c24c0f Merge pull request #217343 from r-ryantm/auto-update/python310Packages.yalexs
python310Packages.yalexs: 1.2.6 -> 1.2.8
2023-02-21 00:01:35 +01:00
Fabian Affolter
011b7424f0 python310Packages.asyncwhois: 1.0.1 -> 1.0.2
Diff: https://github.com/pogzyb/asyncwhois/compare/refs/tags/v1.0.1...v1.0.2

Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.0.2
2023-02-21 00:00:05 +01:00
Fabian Affolter
56945126fe python310Packages.asyncwhois: add changelog to meta 2023-02-20 23:54:33 +01:00
Fabian Affolter
e23e30c930 python310Packages.boltons: 21.0.0 -> 23.0.0
Diff: https://github.com/mahmoud/boltons/compare/refs/tags/21.0.0...23.0.0

Changelog: https://github.com/mahmoud/boltons/blob/23.0.0/CHANGELOG.md
2023-02-20 23:23:50 +01:00
Fabian Affolter
be2cc24ae2 Merge pull request #217178 from fabaff/boltons-fix
python311Packages.boltons: disable failing test on Python 3.11
2023-02-20 23:21:54 +01:00
Sergei Trofimovich
1475f90ab2 libomxil-bellagio: fix stack overred
`-DFORTIFY_SOURCE=3` managed to expose stack overread problem as:
    https://github.com/NixOS/nixpkgs/pull/212498#issuecomment-1435357971

The change pull fix proposed upstream to avoid stack overread.
2023-02-20 22:20:06 +00:00
zowoq
6da9d0f34a curl: 7.88.0 -> 7.88.1
https://curl.se/changes.html#7_88_1
2023-02-21 08:19:21 +10:00
Fabian Affolter
bc9e441d6a python310Packages.pydeconz: 107 -> 108
Diff: https://github.com/Kane610/deconz/compare/refs/tags/v107...v108

Changelog: https://github.com/Kane610/deconz/releases/tag/v108
2023-02-20 23:17:05 +01:00
Fabian Affolter
cbb8f8533c python310Packages.eiswarnung: 1.1.1 -> 1.2.0
Diff: https://github.com/klaasnicolaas/python-eiswarnung/compare/refs/tags/v1.1.1...v1.2.0

Changelog: https://github.com/klaasnicolaas/python-eiswarnung/releases/tag/v1.2.0
2023-02-20 23:12:11 +01:00
figsoda
c04117d475 xh: 0.17.0 -> 0.18.0, add figsoda as a maintainer
Diff: https://github.com/ducaale/xh/compare/v0.17.0...v0.18.0

Changelog: https://github.com/ducaale/xh/blob/v0.18.0/CHANGELOG.md
2023-02-20 17:08:58 -05:00
Fabian Affolter
9e4cf5648e python310Packages.eiswarnung: add changelog to meta 2023-02-20 23:07:01 +01:00
Fabian Affolter
adcb364cc5 python310Packages.pyswitchbot: 0.37.1 -> 0.37.3
Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.37.1...0.37.3

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.37.3
2023-02-20 22:54:33 +01:00
Sam Willcocks
5e09867018 vimPlugins.vim-vue-plugin: init at 2023-02-02 2023-02-20 21:53:58 +00:00
Fabian Affolter
fbfda26f7f python310Packages.yalexs-ble: 2.0.1 -> 2.0.2
Diff: https://github.com/bdraco/yalexs-ble/compare/refs/tags/v2.0.1...v2.0.2

Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.0.2/CHANGELOG.md
2023-02-20 22:53:25 +01:00
Fabian Affolter
8e8725cef2 python310Packages.pyfibaro: init at 0.6.8 2023-02-20 22:45:35 +01:00
figsoda
542393ccd8 sagoin: 0.2.0 -> 0.2.1
Diff: https://github.com/figsoda/sagoin/compare/v0.2.0...v0.2.1

Changelog: https://github.com/figsoda/sagoin/blob/v0.2.1/CHANGELOG.md
2023-02-20 16:43:16 -05:00
Fabian Affolter
8bcf1c8f36 python310Packages.pywaterkotte: init at 0.1.2 2023-02-20 22:35:24 +01:00
Martin Weinelt
5ab8b5ae26 Merge pull request #217311 from simonchatts/darwin-unbreak-sanic
python310Packages.sanic: unbreak on Darwin
2023-02-20 21:34:07 +00:00
Fabian Affolter
ccf62f5fc6 python310Packages.wsgidav: 4.1.0 -> 4.2.0
Diff: https://github.com/mar10/wsgidav/compare/refs/tags/v4.1.0...v4.2.0

Changelog: https://github.com/mar10/wsgidav/blob/v4.2.0/CHANGELOG.md
2023-02-20 22:19:55 +01:00
Fabian Affolter
4ebee8a966 python310Packages.wsgidav: add changelog to meta 2023-02-20 22:19:16 +01:00
Simon Chatterjee
1896085878 python310Packages.sanic: unbreak on Darwin
Currently the package is flagged as broken on Darwin, because a minority of
tests fail. But the package is still usable, at least for the applications I
tested with. So skip the tests on Darwin instead.
2023-02-20 21:19:00 +00:00
Fabian Affolter
18080bbfd0 python310Packages.aiocurrencylayer: 1.0.4 -> 1.0.5
Diff: https://github.com/home-assistant-ecosystem/aiocurrencylayer/compare/refs/tags/1.0.4...1.0.5

Changelog: https://github.com/home-assistant-ecosystem/aiocurrencylayer/releases/tag/1.0.5
2023-02-20 22:11:22 +01:00
Fabian Affolter
4e0aa98762 python310Packages.aiocurrencylayer: add changelog to meta 2023-02-20 22:10:15 +01:00
Maximilian Bosch
8ed9778a85 Merge pull request #212926 from kirillrdy/mailman
mailman: 3.3.5 -> 3.3.8
2023-02-20 22:10:14 +01:00
R. Ryantm
2d8ae5164a kubeseal: 0.19.4 -> 0.19.5 2023-02-20 21:09:53 +00:00
Alex Martens
ea6d656dd9 github-runner: 2.302.0 -> 2.302.1 (#217350) 2023-02-20 22:08:03 +01:00
Robert Helgesson
4375ddbf1f cppcheck: 2.9.3 -> 2.10
Note, the "bug hunting" feature was removed from version 2.10. It is
now only available in the "premium" version of cppcheck. See

  8f386e15fd

We also add a basic installation check to avoid issues in the future.
2023-02-20 22:03:39 +01:00
Maximilian Bosch
ae71193b88 Merge pull request #217319 from SuperSandro2000/gitea
gitea: 1.18.3 -> 1.18.4
2023-02-20 22:03:34 +01:00
Maximilian Bosch
151f71c672 Merge pull request #217285 from r-ryantm/auto-update/wiki-js
wiki-js: 2.5.296 -> 2.5.297
2023-02-20 22:02:52 +01:00
Vladimír Čunát
dde4603b48 Merge #216796: directx-shader-compiler: build with gcc11 for i686 2023-02-20 21:47:26 +01:00
Sam Willcocks
bfb63ef47f vimPlugins.go-nvim: init at 2023-02-19 2023-02-20 20:44:36 +00:00
Vladimír Čunát
1a0051b61e Merge #217347: ibus: build without dbus-launch
...into staging-next
2023-02-20 21:44:35 +01:00
R. Ryantm
05946318dd fldigi: 4.1.23 -> 4.1.25 2023-02-20 20:40:02 +00:00
Jörg Thalheim
48c6c4519d Merge pull request #217226 from fabaff/restview-bump
python310Packages.restview: add changelog to meta
2023-02-20 21:38:32 +01:00
Jörg Thalheim
a891613ead Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass
treewide: replace http by https when https is a permanent redirection
2023-02-20 21:33:05 +01:00
Jörg Thalheim
87344ce3fc Merge pull request #217271 from r-ryantm/auto-update/python310Packages.azure-mgmt-kusto
python310Packages.azure-mgmt-kusto: 3.0.0 -> 3.1.0
2023-02-20 21:31:15 +01:00
kilianar
dbd1ee56b1 broot: 1.20.1 -> 1.20.2
https://github.com/Canop/broot/releases/tag/v1.20.2
2023-02-20 21:29:50 +01:00
Jörg Thalheim
361ae7f3a3 Merge pull request #217334 from SuperSandro2000/golangci-lint
golangci-lint: 1.51.1 -> 1.51.2
2023-02-20 21:28:11 +01:00
Nicolas Benes
4ca106a6a0 tor-browser-bundle-bin: 11.5.8 -> 12.0.3
* https://blog.torproject.org/new-release-tor-browser-120/
* https://blog.torproject.org/new-release-tor-browser-1201/
* https://blog.torproject.org/new-release-tor-browser-1202/
* https://blog.torproject.org/new-release-tor-browser-1203/

Fix an issue in 12.0.x where TBB fails to connect to its Tor socket, by
cleaning up $XDG_RUNTIME_DIR/Tor*.
2023-02-20 21:15:57 +01:00
R. Ryantm
ec92fa5402 ipxe: unstable-2023-01-25 -> unstable-2023-02-20 2023-02-20 19:59:31 +00:00
R. Ryantm
7a76e0a1a8 datree: 1.8.21 -> 1.8.24 2023-02-20 19:25:47 +00:00
Martin Weinelt
e913ad8b17 Merge pull request #213422 from dotlambda/foxitreader-insecure
foxitreader: drop
2023-02-20 19:17:07 +00:00
Will Fancher
bb7cd63150 Merge pull request #215381 from lilyinstarlight/fix/make-initrd-ng-wrapped-executables
make-initrd-ng: support wrapped executables
2023-02-20 14:11:48 -05:00
Fabian Affolter
b5c3d554f5 python310Packages.yalexs: remove asynctest 2023-02-20 20:05:57 +01:00
Fabian Affolter
a7d95c3874 python310Packages.yalexs: update disabled 2023-02-20 20:05:35 +01:00
Fabian Affolter
c8d94febd7 python310Packages.yalexs: add changelog to meta 2023-02-20 20:05:18 +01:00
Florian Klink
d7c89bf807 Merge pull request #217254 from hesiod/nixos-test-systemd-credentials-master
nixos/tests/systemd-credentials-tpm2: Add tests for systemd credentials
2023-02-20 20:04:26 +01:00
Thomas Tuegel
09e298dc8e ibus: build without dbus-launch
Patch the build script so that it does not attempt to start D-Bus.

ibus attempted to start D-Bus using `dbus-launch` in order to process GSettings
schemas. This will fail in the sandbox, but it turns out that we don't need it
anyway!
2023-02-20 13:01:58 -06:00
Sergei Trofimovich
cdf6a42301 diffutils: 3.8 -> 3.9
Changes: https://savannah.gnu.org/forum/forum.php?forum_id=10282
2023-02-20 18:59:36 +00:00
Robert Schütz
bb7490c76b chatty: 0.7.0_rc5 -> 0.7.0
Changelog: https://source.puri.sm/Librem5/chatty/-/blob/v0.7.0/NEWS
2023-02-20 10:52:23 -08:00
Robert Schütz
82b31b530d foxitreader: drop 2023-02-20 10:25:23 -08:00
Martin Weinelt
454c32aaeb Merge pull request #215577 from LeSuisse/joplin-desktop-2.10.4
joplin-desktop: 2.9.17 -> 2.10.4
2023-02-20 18:23:21 +00:00
Luiz Irber
d83759c1af python3Packages.screed: 1.1.1 -> 1.1.2 2023-02-20 10:21:45 -08:00
figsoda
87a1efdb6f Merge pull request #217323 from figsoda/zine
zine: 0.10.1 -> 0.11.0
2023-02-20 13:05:30 -05:00
R. Ryantm
a3c9f191bf python310Packages.yalexs: 1.2.6 -> 1.2.8 2023-02-20 18:05:28 +00:00
github-actions[bot]
e579b2b641 Merge staging-next into staging 2023-02-20 18:02:05 +00:00
github-actions[bot]
08d46af354 Merge master into staging-next 2023-02-20 18:01:32 +00:00
Sandro
91625cdce9 Merge pull request #216735 from wineee/deepin-wallpaper
deepin.deepin-wallpapers: init at 1.7.10
2023-02-20 19:00:05 +01:00
Alejandro Angulo
4c296f58df ldb: copy cross fix from tevent
Saw the following while building on an x86_64-linux host for an
armv6l-linux target:

```
Testing pyembed configuration: Could not build a python embedded interpreter
```

I dug into the config log and this seemed to be cause of the issue:

```
['armv6l-unknown-linux-gnueabihf-gcc', '-MMD', '-D_GNU_SOURCE=1', '-D_XOPEN_SOURCE_EXTENDED=1', '-g', '-fwrapv', '-O3',
 '-I/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10', '-I/nix/store/kaiinm7cjirmv4zd3pdqa
r23rsypfqlh-libxcrypt-4.4.33/include', '-DNDEBUG', '../../test.c', '-c', '-o/build/ldb-2.6.1/bin/.conf_check_59d3a0a5b9
6e327858e281d280fec4ed/testbuild/default/test.c.1.o']
err: In file included from /nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/Python.h:8,
                 from ../../test.c:432:
/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/pyconfig.h:1480: warning: "SIZEOF_LONG" r
edefined
 1480 | #define SIZEOF_LONG 8
      |
../../test.c:154: note: this is the location of the previous definition
  154 | #define SIZEOF_LONG 4
      |
/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/pyconfig.h:1504: warning: "SIZEOF_SIZE_T"
 redefined
 1504 | #define SIZEOF_SIZE_T 8
      |
../../test.c:156: note: this is the location of the previous definition
  156 | #define SIZEOF_SIZE_T 4
      |
/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/pyconfig.h:1507: warning: "SIZEOF_TIME_T" redefined
 1507 | #define SIZEOF_TIME_T 8
      |
../../test.c:170: note: this is the location of the previous definition
  170 | #define SIZEOF_TIME_T 4
      |
/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/pyconfig.h:1513: warning: "SIZEOF_VOID_P" redefined
 1513 | #define SIZEOF_VOID_P 8
      |
../../test.c:166: note: this is the location of the previous definition
  166 | #define SIZEOF_VOID_P 4
      |
In file included from /nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/Python.h:50:
/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/include/python3.10/pyport.h:746:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  746 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
      |  ^~~~~
```
2023-02-20 09:49:43 -08:00
R. Ryantm
143f30987c polypane: 10.0.1 -> 13.0.2 2023-02-20 17:42:29 +00:00
Martin Weinelt
f98462a27d nixos/tests/home-assistant: Resolve deprecation warning
> trace: warning: Module argument `nodes.hass.config` is deprecated. Use `nodes.hass` instead.
2023-02-20 18:37:20 +01:00
Martin Weinelt
9bf8744a73 nixos/tests/home-assistant: Check dependencies arrive in the PYTHONPATH
Both extraPackages and derived packages from extraComponents should
be present in the units PYTHONPATH environment variable.
2023-02-20 18:37:20 +01:00
Martin Weinelt
e01ccd6245 home-assistant: Inject extra dependencies through PYTHONPATH
Injecting configuration specific dependencies into the
propagatedBuildInputs of the home-assistant package forces alot of
rebuilds while setting up home-assistant, which is annoying.

By passing optional dependencies into home-assistant via the systemd
units PYTHONPATH environment variable, only he concatenation of
library paths in the systemd unit requires a rebuild.

This also means users can rely heavily on the cached home-assistant
package and will rarely have to build from source, if ever.
2023-02-20 18:37:20 +01:00
Martin Weinelt
3fa7dc206a home-assistant: Stop exposing component & package files
These were only ever used in a test, but for an upcoming change in
dependency handling, they mean we need to rebuild home-assistant for
each change in used components for no good reason.

This would mean building two additional home-assistant derivations for
the NixOS test alone.
2023-02-20 18:37:19 +01:00
Martin Weinelt
ba3f159cc8 nixos/tests/home-assistant: Overhaul and refactor
Prepare the tests for a change in dependency handling, by not relying on
bespoke files dropped into the package output.

Instead we now check the journal log for whether a configured component
was setup, once for the initial specialisation another time for the one
introducing esphome configuration.

Also improve abstractions for getting journal data relative to a cursor
and generally make a few things more concise.
2023-02-20 18:37:19 +01:00
R. Ryantm
0fae3035a1 lilypond: 2.24.0 -> 2.24.1 2023-02-20 17:32:17 +00:00
Matt Melling
e69c0d6910 cloudlog: 2.3.3. -> 2.4 2023-02-20 17:23:21 +00:00
Matt Melling
eaf5448944 cloudlog: add passthru update script 2023-02-20 17:23:15 +00:00
Joachim Breitner
20c135b191 docs: borg expects --rsh, not -rsh 2023-02-20 18:02:28 +01:00
Sandro Jäckel
5455a9deb2 golangci-lint: 1.51.1 -> 1.51.2
Diff: https://github.com/golangci/golangci-lint/compare/v1.51.1...v1.51.2
2023-02-20 18:01:47 +01:00
Martin Weinelt
b6c9118a53 c-ares: 1.18.1 -> 1.19.0
https://c-ares.org/changelog.html#1_19_0

Fixes: CVE-2022-4904
2023-02-20 17:47:39 +01:00
Sandro
ff4c0a140b Merge pull request #217324 from 0x4A6F/master-czkawka
czkawka: 5.0.2 -> 5.1.0
2023-02-20 17:21:48 +01:00
Fabian Affolter
a95e3441d3 Merge pull request #217279 from r-ryantm/auto-update/python310Packages.flake8-bugbear
python310Packages.flake8-bugbear: 23.1.20 -> 23.2.13
2023-02-20 17:04:39 +01:00
Nick Cao
4843afb254 Merge pull request #191365 from oluceps/add_clash-meta
clash-meta: init at 1.14.2
2023-02-20 23:46:44 +08:00
Fabian Affolter
04a05c2e1b Merge pull request #217290 from r-ryantm/auto-update/python310Packages.quantities
python310Packages.quantities: 0.13.0 -> 0.14.1
2023-02-20 16:44:00 +01:00
figsoda
075bf79744 zine: 0.10.1 -> 0.11.0
Changelog: https://github.com/zineland/zine/releases/tag/v0.11.0
2023-02-20 10:41:25 -05:00
0x4A6F
859212e303 czkawka: add meta.changelog, use hash 2023-02-20 16:38:59 +01:00
0x4A6F
2167e43ab8 czkawka: 5.0.2 -> 5.1.0 2023-02-20 16:38:58 +01:00
R. Ryantm
433e205e25 firefox-devedition-bin-unwrapped: 110.0b9 -> 111.0b3 2023-02-20 15:24:59 +00:00
Sandro Jäckel
cb04c50912 gitea: 1.18.3 -> 1.18.4 2023-02-20 16:14:50 +01:00
oluceps
a43dc01871 clash-meta: init at 1.14.2 2023-02-20 23:14:29 +08:00
Sandro
92247c104e Merge pull request #214663 from numinit/update-ovftool
ovftool: 4.4.1-16812187 -> 4.5.0-20459872
2023-02-20 15:54:25 +01:00
Sandro
1991009a1a Merge pull request #217277 from r-ryantm/auto-update/python310Packages.python-novaclient
python310Packages.python-novaclient: 18.2.0 -> 18.3.0
2023-02-20 15:52:18 +01:00
Anderson Torres
ec9a71fe59 Merge pull request #215366 from gracicot/update-cmake-3-25
cmake: 3.24.3 -> 3.25.2
2023-02-20 11:34:03 -03:00
Anderson Torres
31b278f6ad xemu: add meta attributes
- Get rid of nested `with` in meta
  + Because `with` itself is an antipattern, as explained in
    https://nix.dev/anti-patterns/language#with-attrset-expression
  + Because nested `with` has unintuitive behavior, as shown in
    https://github.com/NixOS/nix/issues/490
- Add meta.longDescription;
- Add meta.changelog;
- Update meta.maintainers list.
2023-02-20 11:29:06 -03:00
Anderson Torres
320cb59815 xemu: refactor installPhase
- Use install command instead of mkdir + cp
- Use nix functional code instead of shell for loop
2023-02-20 11:29:06 -03:00
Sandro
c6806d405f Merge pull request #217283 from r-ryantm/auto-update/python310Packages.python-cinderclient
python310Packages.python-cinderclient: 9.2.0 -> 9.3.0
2023-02-20 15:13:17 +01:00
R. Ryantm
e12c285531 prospector: 1.8.4 -> 1.9.0 2023-02-20 13:58:25 +00:00
Martin Weinelt
70414d340b Merge pull request #217305 from fabaff/aiohomekit-bump
python310Packages.aiohomekit: 2.5.0 -> 2.6.1
2023-02-20 13:30:37 +00:00
Martin Weinelt
a34d7668b3 Merge pull request #217304 from fabaff/pyunifiprotect-bump
python310Packages.pyunifiprotect: 4.6.2 -> 4.7.0
2023-02-20 13:30:08 +00:00
Nick Cao
ca5faaf6f5 Merge pull request #217293 from r-ryantm/auto-update/python310Packages.entrance
python310Packages.entrance: 1.1.17 -> 1.1.20
2023-02-20 21:25:26 +08:00
Nick Cao
75c11dbf30 Merge pull request #217301 from fabaff/lupupy-bump
python310Packages.lupupy: 0.2.8 -> 0.3.0
2023-02-20 21:23:59 +08:00
Nick Cao
6f33960c14 Merge pull request #217302 from r-ryantm/auto-update/python310Packages.yfinance
python310Packages.yfinance: 0.2.11 -> 0.2.12
2023-02-20 21:23:26 +08:00
Kim Lindberger
e0c0a6c80c Merge pull request #215523 from talyz/discourse-3.1.0.beta2
discourse: 2.9.0.beta14 -> 3.1.0.beta2
2023-02-20 13:58:05 +01:00
Tobias Markus
e83babd493 nixos/tests/systemd-credentials-tpm2: Add tests for systemd credentials
Add a test that checks whether systemd can access the TPM in order
access credentials requested via Load/SetCredentialEncrypted.
2023-02-20 13:54:49 +01:00
Lily Foster
1fa1b58c25 nixos/console,nixos/systemd-initrd: remove now-unnecessary wrapped bin inclusions 2023-02-20 07:02:55 -05:00
Lily Foster
d01bc6f9cb make-initrd-ng: document wrapped file behavior 2023-02-20 07:02:55 -05:00
Lily Foster
4df8f9a2f8 make-initrd-ng: support wrapped executables 2023-02-20 07:02:55 -05:00
github-actions[bot]
0a547ad8b7 Merge staging-next into staging 2023-02-20 12:02:08 +00:00
github-actions[bot]
507feca606 Merge master into staging-next 2023-02-20 12:01:32 +00:00
Bernardo Meurer
d3b78c3126 Merge pull request #217298 from K900/linux-6.2 2023-02-20 12:00:35 +00:00
Jonas Heinrich
48be7b7064 Merge pull request #217153 from n0emis/element-1.11.23
element-{web,desktop}: 1.11.22 -> 1.11.23
2023-02-20 12:58:14 +01:00
Fabian Affolter
c80bfb4052 python310Packages.aiohomekit: 2.5.0 -> 2.6.1
Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.6.1
2023-02-20 12:56:28 +01:00
Jonas Heinrich
d890ab2da9 Merge pull request #217163 from r-ryantm/auto-update/domoticz
domoticz: 2022.2 -> 2023.1
2023-02-20 12:56:01 +01:00
Fabian Affolter
5c458b422b python310Packages.pyunifiprotect: 4.6.2 -> 4.7.0
Diff: https://github.com/briis/pyunifiprotect/compare/refs/tags/v4.6.2...v4.7.0

Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.7.0
2023-02-20 12:55:19 +01:00
Bobby Rong
d784144467 Merge pull request #217125 from bobby285271/upd/cinnamon
cinnamon.warpinator: 1.4.4 -> 1.4.5
2023-02-20 19:51:29 +08:00
Jonas Heinrich
cc813e7594 Merge pull request #217165 from r-ryantm/auto-update/diswall
diswall: 0.3.0 -> 0.3.1
2023-02-20 12:41:41 +01:00
R. Ryantm
17a476a3a6 python310Packages.yfinance: 0.2.11 -> 0.2.12 2023-02-20 11:37:44 +00:00
Jonas Heinrich
8de42bba5f Merge pull request #217169 from r-ryantm/auto-update/icinga2
icinga2: 2.13.6 -> 2.13.7
2023-02-20 12:35:30 +01:00
Fabian Affolter
3092bd8a79 python310Packages.lupupy: 0.2.8 -> 0.3.0
Changelog: https://github.com/majuss/lupupy/releases/tag/v0.3.0
2023-02-20 12:31:35 +01:00
Jonas Heinrich
8fab0b16e2 domoticz: Add changelog 2023-02-20 12:26:04 +01:00
Jonas Heinrich
23a1bd0af2 Merge pull request #217185 from fabaff/datadog-fix
python311Packages.datadog: disable failing tests on Python 3.11
2023-02-20 12:17:07 +01:00
Nick Cao
0bb119970e Merge pull request #216707 from matthewpi/init/caddyfile-support
vscode-extensions.matthewpi.caddyfile-support: init at 0.2.4
2023-02-20 19:15:05 +08:00
Nick Cao
67449c7132 Merge pull request #216941 from wahjava/update-openssh-hpn
openssh_hpn: 9.1p1 -> 9.2p1
2023-02-20 19:13:54 +08:00
Jonas Heinrich
dca47e006f Merge pull request #217188 from phanirithvij/keynav-update
keynav: 0.20180821.0 -> 0.20220825.0
2023-02-20 12:13:22 +01:00
Nick Cao
504e2f1b85 Merge pull request #216999 from OPNA2608/update/miriway
miriway: Bump, link to upstream issue for VM test problem
2023-02-20 19:13:18 +08:00
maralorn
fd2bb264fc Merge pull request #217238 from raehik/ghc94-ormolu-pin-bump
haskell.packages.ghc94.ormolu: fix eval by bumping version
2023-02-20 12:12:24 +01:00
Nick Cao
f7255bfc98 Merge pull request #217184 from IndeedNotJames/caddy
caddy: install man pages
2023-02-20 19:10:38 +08:00
Jonas Heinrich
61b2a1bb1e Merge pull request #217192 from r-ryantm/auto-update/python310Packages.pyomo
python310Packages.pyomo: 6.4.4 -> 6.5.0
2023-02-20 12:10:23 +01:00
Fabian Affolter
f2a054c03f go-cve-search: add changelog to meta 2023-02-20 12:04:57 +01:00
Fabian Affolter
f2445f305d python310Packages.mcstatus: add changelog to meta 2023-02-20 12:03:00 +01:00
K900
522512e7b4 linux: init 6.2 2023-02-20 13:40:41 +03:00
Fabian Affolter
e4b420716f python310Packages.quantities: add nativeBuildInputs 2023-02-20 11:30:02 +01:00
Fabian Affolter
2e75e17a54 python311Packages.neo: 0.11.1 -> 0.12.0
Changelog: https://neo.readthedocs.io/en/0.12.0/releases/0.12.0.html
2023-02-20 11:29:41 +01:00
Fabian Affolter
bd189f478f python310Packages.neo: add changelog to meta 2023-02-20 11:25:47 +01:00
Fabian Affolter
dec690df7f python310Packages.quantities: disable on unsupported Python releases 2023-02-20 11:21:23 +01:00
Fabian Affolter
38f6376243 python310Packages.quantities: add changelog to meta 2023-02-20 11:20:45 +01:00
R. Ryantm
72a48aaacd v2ray-geoip: 202302160443 -> 202302200325 2023-02-20 10:17:18 +00:00
Sandro Jäckel
49e647d1bd govulncheck: unstable-2022-09-02 -> unstable-2023-02-17 2023-02-20 11:16:55 +01:00
Ulrik Strid
65a2ffba20 ligo: 0.59.0 -> 0.60.0 2023-02-20 11:03:39 +01:00
Ulrik Strid
430385cad5 ocamlPackages.simple-diff: init at 0.3 2023-02-20 11:03:39 +01:00
Vladimír Čunát
b69883faca Merge #217218: linux: fix-build on i686 2023-02-20 10:38:56 +01:00
R. Ryantm
201a78e51c python310Packages.entrance: 1.1.17 -> 1.1.20 2023-02-20 09:32:59 +00:00
Jonas Heinrich
0336db72e2 Merge pull request #217210 from fabaff/mypy-boto3-builder-bump
python310Packages.mypy-boto3-builder: 7.12.3 -> 7.12.4
2023-02-20 10:31:30 +01:00
Weijia Wang
ff3802ebf4 Merge pull request #217183 from zainab-ali/ocaml-spacetime-support
ocaml: remove spaceTimeSupport after 4.12
2023-02-20 11:14:17 +02:00
Arjan Schrijver
0b286bd6ef ntfy-sh: 1.31.0 -> 2.0.1
Diff: https://github.com/binwiederhier/ntfy/compare/v1.31.0...v2.0.1

Release notes: https://docs.ntfy.sh/releases/#ntfy-server-v201
2023-02-20 10:11:24 +01:00
R. Ryantm
46d790b44b python310Packages.quantities: 0.13.0 -> 0.14.1 2023-02-20 09:06:06 +00:00
R. Ryantm
25f5fe3200 iosevka-bin: 19.0.0 -> 19.0.1 2023-02-20 08:54:24 +00:00
Fabian Affolter
2da2df3873 python310Packages.qiling: 1.4.4 -> 1.4.5
Changelog: https://github.com/qilingframework/qiling/releases/tag/1.4.5
2023-02-20 09:50:02 +01:00
Fabian Affolter
e04006869b python310Packages.python-fx: init at 0.2.0 2023-02-20 09:48:09 +01:00
Morgan Jones
5e6a7aab54 .editorconfig: exempt test OVA files packaged with ovftool 2023-02-20 00:46:41 -08:00
Morgan Jones
b11de88b22 ovftool: 4.4.1-16812187 -> 4.5.0-20459872
Use ovftool's bundled OpenSSL since they appear to be tied to it.
2023-02-20 00:46:41 -08:00
Weijia Wang
51094d7cf3 nvc: 1.8.1 -> 1.8.2 2023-02-20 10:41:20 +02:00
Jörg Thalheim
d69bb82f56 Merge pull request #217256 from helsinki-systems/deb-closure-quote-urls
build-support/vm/deb/deb-closure: quote generated urls
2023-02-20 09:35:54 +01:00
Weijia Wang
948ad24999 Merge pull request #217264 from r-ryantm/auto-update/commix
commix: 3.6 -> 3.7
2023-02-20 10:21:43 +02:00
Weijia Wang
890d0c4734 Merge pull request #216784 from r-ryantm/auto-update/python310Packages.weasyprint
python310Packages.weasyprint: 57.2 -> 58.0
2023-02-20 10:19:52 +02:00
Fabian Affolter
0978541585 python310Packages.overrides: init at 7.3.1 2023-02-20 09:04:30 +01:00
R. Ryantm
7be7a41d47 python310Packages.pytest-check: 1.3.0 -> 2.1.4 2023-02-20 08:01:35 +00:00
R. Ryantm
93218068b2 wiki-js: 2.5.296 -> 2.5.297 2023-02-20 08:01:05 +00:00
Doron Behar
5e9bcb9338 Merge pull request #217001 from tobim/pkgs/easyscreencast-1.7.0
gnomeExtensions.EasyScreenCast: 1.4.0 -> 1.7.0
2023-02-20 09:59:57 +02:00
Fabian Affolter
c1cf121662 python310Packages.first: add pythonImportsCheck
- disable on unsupported Pythpn releases
2023-02-20 08:58:27 +01:00
Fabian Affolter
a0343b268a python310Packages.first: add changelog to meta 2023-02-20 08:56:11 +01:00
Weijia Wang
6cc874ee7d Merge pull request #217133 from r-ryantm/auto-update/clash-geoip
clash-geoip: 20230112 -> 20230212
2023-02-20 09:49:15 +02:00
Weijia Wang
1d3ce4c253 Merge pull request #217276 from r-ryantm/auto-update/git-machete
git-machete: 3.15.0 -> 3.15.2
2023-02-20 09:48:27 +02:00
R. Ryantm
a3a92e3901 python310Packages.ipydatawidgets: 4.3.2 -> 4.3.3 2023-02-20 07:47:54 +00:00
Weijia Wang
d3b59568f3 Merge pull request #217265 from r-ryantm/auto-update/python310Packages.ansible-lint
python310Packages.ansible-lint: 6.13.0 -> 6.13.1
2023-02-20 09:44:49 +02:00
R. Ryantm
68787dccb0 python310Packages.python-cinderclient: 9.2.0 -> 9.3.0 2023-02-20 07:40:07 +00:00
Yureka
ab28fd0173 clucene_core_2: fix build with musl and gcc>=11 (#217146) 2023-02-20 08:20:52 +01:00
Yureka
91cfaa255c ppp: add ppp_defs.h shim for musl 2023-02-20 08:20:30 +01:00
Yureka
37cc718bf9 liburing: backport portability fixes (#216975) 2023-02-20 08:20:00 +01:00
Yureka
ced929a2d0 nixos/tests: add test for luksroot and initrd keymaps (#189725) 2023-02-20 08:19:02 +01:00
R. Ryantm
1fe9b33a8f python310Packages.flake8-bugbear: 23.1.20 -> 23.2.13 2023-02-20 06:51:22 +00:00
7c6f434c
fbf9888d26 Merge pull request #216680 from tnias/love-fix-versions
love: fix versions
2023-02-20 06:45:07 +00:00
7c6f434c
a813b69dcc Merge pull request #209461 from r-ryantm/auto-update/graphviz
graphviz: 7.0.2 -> 7.1.0
2023-02-20 06:35:30 +00:00
Bobby Rong
74b9f34847 Merge pull request #217274 from toastal/toastal-matrix-mozilla
maintainers: fix incorrect Matrix for toastal
2023-02-20 14:30:43 +08:00
Tim Häring
10803b968b unison: 2.52.1 -> 2.53.0
besides updating the version/src sha, upstream switched to GTK3, as can
be seen in the release notes [0]. This apparently requires the ocaml
cairo2 bindings an zlib. I also used wrapGAppsHook to supply the schemas
from gsettings-desktop-schemas. Screenshot: https://i.imgur.com/CrPvLgQ.png
I can not test the Icon creation since I am not using a desktop, @viric
please check. Maybe this is also done by wrapGAppsHook..

[0] https://github.com/bcpierce00/unison/releases/tag/v2.53.0
2023-02-20 07:29:20 +01:00
R. Ryantm
f70068f86d python310Packages.python-novaclient: 18.2.0 -> 18.3.0 2023-02-20 06:25:40 +00:00
Yureka
20539ac23d prefetch-npm-deps: add nix to PATH
Fixes "No such file or directory" error when running prefetch-npm-deps
in its default mode (print hashes, for update scripts etc),
in an environment that doesn't have a `nix` binary (for `nix hash`).
2023-02-20 01:20:56 -05:00
Winter
f08437edcb clippy: add rust team to maintainers
Missed this in 1e814042af.
2023-02-20 01:19:56 -05:00
Winter
fd5fa383fe clippy: drop rustc from buildInputs
This may have been required when the package was originally added [0],
but it builds and runs just fine without it now.

[0]: 682e6fafa4
2023-02-20 01:19:56 -05:00
Winter
759bd7b26f clippy: fix on darwin
As of Rust 1.67.0, the cargo-clippy binary now relies on the rustc_private
libraries [0], so let's do the RPATH fixup to it too.

I've also added a comment to explain the RPATH situation, as it took me
a bit to figure out.

[0]: https://github.com/rust-lang/rust-clippy/pull/9541
2023-02-20 01:19:56 -05:00
Sandro Jäckel
8be63c2f94 wezterm: cleanup meta, format 2023-02-20 01:16:58 -05:00
Sandro Jäckel
c90dcc7327 rustc: add ripgrep and wezterm to passthru.tests
ripgrep is a very popular grep replacement (similar to fd and find)
and wezterm is a popular terminal emulator which has a big codebase with
lots of features tested (it also broke in the past multiple times on
rustc upgrades.).
2023-02-20 01:16:58 -05:00
Sandro Jäckel
af260c1e5a wezterm: fix build against rust 1.67, remove outdated checkFlags 2023-02-20 01:16:58 -05:00
QuantMint
434bb4d090 librtlsdr: remove
Removing librtlsdr because it's the same exact package as rtl-sdr.
2023-02-20 07:14:51 +01:00
R. Ryantm
654cc11a5f git-machete: 3.15.0 -> 3.15.2 2023-02-20 06:03:54 +00:00
github-actions[bot]
8e4dd5face Merge staging-next into staging 2023-02-20 06:02:09 +00:00
github-actions[bot]
b629ad5e83 Merge master into staging-next 2023-02-20 06:01:33 +00:00
toastal
9c87dcbf85 maintainers: fix incorrect Matrix for toastal 2023-02-20 12:21:01 +07:00
D Anzorge
50bfecb5bc streamlink: 5.2.1 -> 5.3.0
https://github.com/streamlink/streamlink/releases/tag/5.3.0
2023-02-20 05:09:36 +01:00
R. Ryantm
10e3e7ccb9 python310Packages.azure-mgmt-kusto: 3.0.0 -> 3.1.0 2023-02-20 03:56:19 +00:00
R. Ryantm
412c90af39 nwg-panel: 0.7.16 -> 0.7.17 2023-02-20 03:48:12 +00:00
Nick Cao
8545b2b098 Merge pull request #216283 from wineee/core1
dde-polkit-agent: init at 5.5.22; dpa-ext-gnomekeyring: init at 5.0.11
2023-02-20 11:23:37 +08:00
Nick Cao
dec0b9d759 Merge pull request #217267 from NickCao/ss-rust
shadowsocks-rust: fixup after #214126
2023-02-20 11:18:17 +08:00
R. Ryantm
be4d5cb0ed python310Packages.dvc-render: 0.0.17 -> 0.2.0 2023-02-20 03:00:44 +00:00
Nick Cao
7addad2d7c shadowsocks-rust: fixup after https://github.com/NixOS/nixpkgs/pull/214126
when using rustPlatform.buildRustPackage instead of stdenv.mkDerivation,
cargoBuildFeatures is silently overridden by buildFeatures
2023-02-20 10:29:17 +08:00
Nick Cao
1f8ac70db8 Merge pull request #217189 from johnjameswhitman/johnjameswhitman/todoman-skip-flaky-test
todoman: skip flaky test
2023-02-20 10:19:15 +08:00
R. Ryantm
e3926b7046 python310Packages.ansible-lint: 6.13.0 -> 6.13.1 2023-02-20 02:07:42 +00:00
Nick Cao
e52738fb3f Merge pull request #217102 from MilesBreslin/evscript_2022-11-20
evscript: unstable-2021-06-16 -> unstable-2022-11-20
2023-02-20 10:06:39 +08:00
Nick Cao
43daa30827 Merge pull request #217251 from r-ryantm/auto-update/traceroute
traceroute: 2.1.1 -> 2.1.2
2023-02-20 10:04:26 +08:00
Zhong Jianxin
2cf29e4635 mfoc-hardnested: init at unstable-2021-08-14 2023-02-20 10:03:06 +08:00
R. Ryantm
d3b783f29b commix: 3.6 -> 3.7 2023-02-20 01:59:29 +00:00
John Whitman
864ce60ec1 todoman: skip flaky test
The `icalendar` dependency of `todoman` changed how it serializes datetimes, which broke one of its tests (but didn't break any functionality). `todoman` [updated the test back in November](b3f3b63552) but hasn't pushed a new release yet, so figure it's worth skipping the broken test for now.
2023-02-19 20:51:02 -05:00
Anderson Torres
9bff8435da xemu: cosmetic rewrite
- Use rec-less, overlay-style overridable attributes for stdenv.mkDerivation;
- Reorder the lists and sets in asciibetical order;
- Format the code.
2023-02-19 22:21:23 -03:00
Nick Cao
2853567de5 Merge pull request #217240 from wegank/mozwire-bump
mozwire: 0.8.0 -> 0.8.1
2023-02-20 09:20:51 +08:00
Anderson Torres
73da635cdf Merge pull request #216843 from heyimnova/master
quickgui: init at 1.2.8
2023-02-19 22:00:45 -03:00
Nick Cao
902b5229e2 Merge pull request #216922 from NickCao/mautrix-telegram
mautrix-telegram: unstable-2023-01-28 -> unstable-2023-02-16, with dependency and module updates
2023-02-20 08:56:43 +08:00
Bernardo Meurer
39182edca4 Merge pull request #217196 from NixOS/linux-firmware-update 2023-02-20 00:54:25 +00:00
Ben Orchard
653dc22fa1 haskell.packages.ghc94.ormolu: fix eval by bumping version 2023-02-20 00:52:23 +00:00
Nick Cao
b3dfb9a0ed Merge pull request #217149 from aaronjheng/bingo
bingo: 0.7.0 -> 0.8.0
2023-02-20 08:47:23 +08:00
Sandro Jäckel
935a4e0039 matrix-synapse.plugins.matrix-synapse-pam: complete meta, add import check 2023-02-20 01:46:15 +01:00
Nick Cao
232e5267c9 Merge pull request #217152 from fabaff/pymicrobot-bump
python310Packages.pymicrobot: 0.0.8 -> 0.0.9
2023-02-20 08:45:57 +08:00
Nick Cao
f7e98223c2 Merge pull request #217155 from NickCao/opgpcard
openpgp-card-tools: 0.9.0 -> 0.9.1
2023-02-20 08:45:06 +08:00
Sandro Jäckel
bbc8fd76c9 matrix-synapse.plugins.matrix-synapse-ldap3: 0.1.5 -> 0.2.2 2023-02-20 01:45:05 +01:00
Nick Cao
9cb8f2dcc6 Merge pull request #217156 from aacebedo/aacebedo/vivaldi-5.7
vivaldi: 5.6.2867.62 -> 5.7.2921.53
2023-02-20 08:44:51 +08:00
Sandro Jäckel
30e6c20c2d matrix-synapse.plugins.matrix-synapse-mjolnir-antispam: mark broken on darwin, update homepage, don't propagate matrix-synapse
this package is intended to be loaded as a plugin and having potentially
two different matrix-synapses will just confuse python.
2023-02-20 01:43:39 +01:00
Nick Cao
d9d599934c Merge pull request #217172 from figsoda/inferno
inferno: 0.11.14 -> 0.11.15
2023-02-20 08:42:33 +08:00
Nick Cao
27b7607975 Merge pull request #217175 from r-ryantm/auto-update/q
q: 0.8.4 -> 0.9.0
2023-02-20 08:42:10 +08:00
Nick Cao
87d57633ed Merge pull request #217182 from figsoda/et
erdtree: set meta.mainProgram
2023-02-20 08:41:07 +08:00
Nick Cao
2c08bc2337 Merge pull request #217186 from figsoda/glitter
glitter: 1.6.3 -> 1.6.5
2023-02-20 08:40:12 +08:00
ajs124
3f8ad50f9a build-support/vm/deb/deb-closure: quote generated urls
otherwise, eval fails when the experimental no-url-literals feature is activated

unquoted urls are discouraged after https://github.com/NixOS/rfcs/pull/45
2023-02-20 01:38:31 +01:00
Nick Cao
59a389ce05 Merge pull request #217208 from fabaff/pytibber-bump
python310Packages.pytibber: 0.27.0 -> 0.27.1
2023-02-20 08:38:27 +08:00
Martin Weinelt
891df32e1e Merge pull request #217241 from r-ryantm/auto-update/python310Packages.python-glanceclient
python310Packages.python-glanceclient: 4.2.0 -> 4.3.0
2023-02-20 00:36:32 +00:00
Nick Cao
790e99f463 Merge pull request #217048 from yu-re-ka/musl-tg-owt
tdesktop.tg_owt: additional fix for GCC 12 + musl
2023-02-20 08:29:54 +08:00
Martin Weinelt
10b858a022 appdaemon: 4.0.8 -> 4.2.1
https://github.com/AppDaemon/appdaemon/blob/4.2.1/docs/HISTORY.rst
2023-02-20 01:16:22 +01:00
github-actions[bot]
ac42390bda Merge master into haskell-updates 2023-02-20 00:14:35 +00:00
Nick Cao
a9a9fdfcb3 Merge pull request #217234 from nathanruiz/snowsql-upgrade
snowsql: 1.2.21 -> 1.2.23
2023-02-20 08:11:27 +08:00
Nick Cao
5c9f00f1d4 Merge pull request #216292 from NickCao/zram
zram-generator: use buildRustPackage instead of stdenv.mkDerivation
2023-02-20 08:09:49 +08:00
R. Ryantm
b457ff6d04 traceroute: 2.1.1 -> 2.1.2 2023-02-20 00:09:47 +00:00
John Ericson
f36a9f98f2 Merge pull request #216956 from angerman/angerman/androidndk-response-params
android-ndk: allow -no-pie
2023-02-19 19:04:28 -05:00
github-actions[bot]
539195e509 Merge staging-next into staging 2023-02-20 00:03:04 +00:00
github-actions[bot]
4a14359163 Merge master into staging-next 2023-02-20 00:02:26 +00:00
Mario Rodas
d801c32592 Merge pull request #216950 from r-ryantm/auto-update/awscli2
awscli2: 2.10.0 -> 2.10.1
2023-02-19 18:58:45 -05:00
Mario Rodas
87115fa57b Merge pull request #216821 from r-ryantm/auto-update/python310Packages.biopython
python310Packages.biopython: 1.80 -> 1.81
2023-02-19 18:56:00 -05:00
Sandro
9428c8ee88 Merge pull request #209410 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-mjolnir-antispam 2023-02-20 00:55:28 +01:00
Mario Rodas
76a2d4e139 Merge pull request #216934 from r-ryantm/auto-update/python310Packages.py3status
python310Packages.py3status: 3.48 -> 3.49
2023-02-19 18:52:39 -05:00
Mario Rodas
44857ed356 Merge pull request #216896 from r-ryantm/auto-update/spleen
spleen: 1.9.1 -> 1.9.2
2023-02-19 18:51:52 -05:00
Mario Rodas
5502d5d636 Merge pull request #216885 from r-ryantm/auto-update/python310Packages.atlassian-python-api
python310Packages.atlassian-python-api: 3.32.2 -> 3.33.0
2023-02-19 18:51:14 -05:00
Mario Rodas
8a9f295e3a Merge pull request #216924 from r-ryantm/auto-update/jackett
jackett: 0.20.3063 -> 0.20.3160
2023-02-19 18:49:12 -05:00
Mario Rodas
1aba10436c Merge pull request #216920 from r-ryantm/auto-update/python310Packages.oci
python310Packages.oci: 2.91.0 -> 2.92.0
2023-02-19 18:48:56 -05:00
Mario Rodas
5b1227cdad Merge pull request #216942 from mahmoudk1000/master
anki-bin: 2.1.57 -> 2.1.58
2023-02-19 18:47:35 -05:00
Mario Rodas
8132e00196 Merge pull request #216938 from r-ryantm/auto-update/python310Packages.railroad-diagrams
python310Packages.railroad-diagrams: 2.0.4 -> 3.0.1
2023-02-19 18:47:03 -05:00
Mario Rodas
d4f2fccce4 Merge pull request #217059 from r-ryantm/auto-update/python310Packages.rns
python310Packages.rns: 0.4.8 -> 0.4.9
2023-02-19 18:42:38 -05:00
Martin Weinelt
64704a961f Merge pull request #217217 from mweinelt/normalize-python-attrs
python310Packages: Normalize attribute names, pnames, dirnames
2023-02-19 23:40:57 +00:00
Mario Rodas
88e2aa7c97 Merge pull request #217099 from r-ryantm/auto-update/temporal
temporal: 1.19.1 -> 1.20.0
2023-02-19 18:39:24 -05:00
Mario Rodas
7dd417b77d Merge pull request #217104 from r-ryantm/auto-update/xrootd
xrootd: 5.5.2 -> 5.5.3
2023-02-19 18:39:05 -05:00
Mario Rodas
e4a65d6246 Merge pull request #217136 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.75.0 -> 0.75.1
2023-02-19 18:37:39 -05:00
Mario Rodas
aad47a0188 Merge pull request #215914 from marsam/update-tengine
tengine: 2.3.4 -> 2.4.0
2023-02-19 18:37:05 -05:00
maralorn
0debf1453d maintainers/scripts/haskell/hydra-report: Add comments with error causes to broken list 2023-02-20 00:36:43 +01:00
Mario Rodas
48b04ba1ed Merge pull request #217158 from r-ryantm/auto-update/hdhomerun-config-gui
hdhomerun-config-gui: 20221031 -> 20221205
2023-02-19 18:36:19 -05:00
Mario Rodas
39d6acc10c Merge pull request #217198 from figsoda/cargo-llvm-lines
cargo-llvm-lines: 0.4.23 -> 0.4.24
2023-02-19 18:34:48 -05:00
Mario Rodas
ca87191a41 Merge pull request #217199 from r-ryantm/auto-update/python310Packages.azure-mgmt-cosmosdb
python310Packages.azure-mgmt-cosmosdb: 8.0.0 -> 9.0.0
2023-02-19 18:34:05 -05:00
Sandro Jäckel
bda7e527de hedgedoc: 1.9.6 -> 1.9.7, remove inactive maintainer 2023-02-20 00:33:11 +01:00
Mario Rodas
181b81a12a Merge pull request #217212 from fabaff/motionblinds-bump
python310Packages.motionblinds: 0.6.16 -> 0.6.17
2023-02-19 18:32:55 -05:00
Mario Rodas
cde2d76f8c Merge pull request #217213 from fabaff/aioruuvigateway-changelog
python310Packages.aioruuvigateway: add pythonImportsCheck
2023-02-19 18:32:21 -05:00
Mario Rodas
f3c25046f9 Merge pull request #217219 from fabaff/types-pillow-bump
python310Packages.types-pillow: 9.4.0.12 -> 9.4.0.13
2023-02-19 18:31:33 -05:00
Mario Rodas
c46ec033dc Merge pull request #217220 from fabaff/sybil-bump
python310Packages.sybil: 4.0.0 -> 4.0.1
2023-02-19 18:30:02 -05:00
Dennis Gosnell
e0b99a94b4 Merge pull request #217010 from dalpd/dad-fix-espial
haskellPackages.espial: Use latest on GitHub (0.0.16) to unbreak
2023-02-20 08:28:43 +09:00
Bernardo Meurer
fc9e3696e0 rtw89-firmware: drop 2023-02-19 23:26:53 +00:00
Sandro
2d1fff0b54 Merge pull request #217112 from r-ryantm/auto-update/python310Packages.webauthn 2023-02-20 00:22:04 +01:00
Sandro
d832d489e9 Merge pull request #217166 from r-ryantm/auto-update/wander 2023-02-20 00:12:57 +01:00
Sandro
7f300d5b53 Merge pull request #216742 from r-ryantm/auto-update/python310Packages.devito 2023-02-20 00:12:04 +01:00
R. RyanTM
8aed016f9c python310Packages.duo-client: 4.5.0 -> 4.6.1 (#217194)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-02-20 00:11:34 +01:00
R. Ryantm
82e9b7c529 python310Packages.python-glanceclient: 4.2.0 -> 4.3.0 2023-02-19 23:07:56 +00:00
Weijia Wang
c03b73f2ec mozwire: 0.8.0 -> 0.8.1 2023-02-20 01:03:27 +02:00
Michael Weiss
4cfe784858 Merge pull request #217145 from primeos/chromiumDev
chromiumDev: 112.0.5582.0 -> 112.0.5596.2
2023-02-19 23:35:15 +01:00
Weijia Wang
12143f43ee Merge pull request #217095 from r-ryantm/auto-update/nip2
nip2: 8.7.1 -> 8.9.1
2023-02-20 00:35:01 +02:00
Michael Weiss
449c371478 Merge pull request #217144 from primeos/chromium
chromium: Support GTK 4
2023-02-19 23:34:46 +01:00
Weijia Wang
e446e05077 Merge pull request #217094 from r-ryantm/auto-update/go-camo
go-camo: 2.4.1 -> 2.4.2
2023-02-20 00:30:51 +02:00
Weijia Wang
7f126f78a5 Merge pull request #217071 from r-ryantm/auto-update/linkerd_edge
linkerd_edge: 23.2.1 -> 23.2.2
2023-02-20 00:26:50 +02:00
Weijia Wang
cb6e2c9431 Merge pull request #217129 from r-ryantm/auto-update/apksigcopier
apksigcopier: 1.1.0 -> 1.1.1
2023-02-20 00:25:32 +02:00
Weijia Wang
e072069a99 Merge pull request #217096 from r-ryantm/auto-update/murex
murex: 3.0.9310 -> 3.1.3100
2023-02-20 00:23:57 +02:00
Weijia Wang
98e1decff5 Merge pull request #217160 from r-ryantm/auto-update/gitmux
gitmux: 0.7.12 -> 0.9.0
2023-02-20 00:23:09 +02:00
Weijia Wang
de673e536e Merge pull request #217143 from r-ryantm/auto-update/wangle
wangle: 2023.01.30.00 -> 2023.02.13.00
2023-02-20 00:22:52 +02:00
Weijia Wang
e36139026b Merge pull request #217093 from r-ryantm/auto-update/example-robot-data
example-robot-data: 4.0.4 -> 4.0.5
2023-02-20 00:21:23 +02:00
R. Ryantm
2590b99640 etcd_3_4: 3.4.23 -> 3.4.24 2023-02-20 08:17:34 +10:00
Weijia Wang
09b4d59010 Merge pull request #217176 from r-ryantm/auto-update/nanum
nanum: 20170925 -> 20200506
2023-02-20 00:15:27 +02:00
Connor Brewster
4624ec9f3e maintainers: add cbrewster 2023-02-19 15:57:34 -06:00
Jan Tojnar
63e4a92217 gmic-qt: Mark as broken
Ever since the gmic 3.2.0 bump, it just does not build – it tries to use stub definitions for gmic_image from src/GmicQt.h, leading to errors like:

    /build/source/src/GmicQt.cpp:344:11: error: 'struct gmic_library::gmic_image<unsigned char>' has no member named 'channels'
      344 |       img.channels(0, 3);
          |       ~~~~^~~~~~~~

gmic-qt 3.2.1 contains a supposed fix (f0d9d8acd1) which might have actually fixed the gmic_image issue but it introduces another one with cimg.

    gmic-3.2.1-dev/include/gmic.h:191:21: fatal error: gmic.cpp: No such file or directory
      191 | #define cimg_plugin "gmic.cpp"
          |                     ^~~~~~~~~~

I do not really understand qmake, deprecated build system which gmic author insists on using for gmic-qt, and the trio of libraries is convoluted enough (mutually including their various headers and source files) that I gave up on creating an usable CMake build script that supports system libraries. It does not help that the git history is obfuscated, making proper investigation annoying.

Marking it as broken will at least make gimp-with-plugins work.
2023-02-19 22:56:19 +01:00
Jan Tojnar
e00fa961ed gmic-qt: Add gimp plug-in to passthru.tests 2023-02-19 22:56:19 +01:00
Nathan Ruiz
112924de49 snowsql: 1.2.21 -> 1.2.23 2023-02-20 08:37:50 +11:00
Martin Weinelt
1a6bc9db74 python310Packages.yapsi: Normalize attribute & pname 2023-02-19 22:32:10 +01:00
Martin Weinelt
19697a0e67 python310Packages.xlsxwriter: Normalize attribute & dirname 2023-02-19 22:32:10 +01:00
Martin Weinelt
0347d27afa python310Packages.wsme: Normalize attribute, pname, dirname 2023-02-19 22:32:10 +01:00
Martin Weinelt
71d6e21670 python310Packages.theano: Normalize attribute, pname, dirname
Also normalizes the overrides `theanoWithCuda` and `theanoWithoutCuda`.
2023-02-19 22:32:10 +01:00
R. RyanTM
1c60c2a813 zerotierone: 1.10.2 -> 1.10.3 (#216895) 2023-02-19 22:21:31 +01:00
Renaud
ddccab6ccc Merge pull request #217159 from oxzi/spdx-license-list-data-3.20
spdx-license-list-data: 3.19 -> 3.20
2023-02-19 22:11:07 +01:00
Fabian Affolter
0382f94f04 python310Packages.qiling: add changelog to emta 2023-02-19 22:03:09 +01:00
heyimnova
1d7e7869b9 quickgui: init at 1.2.8 2023-02-19 20:50:29 +00:00
Fabian Affolter
17d9434c6f python310Packages.restview: add changelog to meta 2023-02-19 21:48:11 +01:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Luke Granger-Brown
d4cf6fb8e8 Merge pull request #217197 from lukegb/envoy
envoy: 1.23.3 -> 1.25.1
2023-02-19 20:39:41 +00:00
Martin Weinelt
daf490f1f9 python310Packages.rtree: Normalize attribute and dirname 2023-02-19 21:36:06 +01:00
Martin Weinelt
4b57008582 python310Packages.quandl: Normalize attribute name 2023-02-19 21:36:05 +01:00
Martin Weinelt
32b2d24df4 python310Packages.pyro5: Normalize attribute name 2023-02-19 21:36:05 +01:00
Martin Weinelt
d0f1db1efd python310Packages.pyro4: Normalize attribute name 2023-02-19 21:36:05 +01:00
Martin Weinelt
dd0c18a424 python310Packages.pyvirtualdisplay: Normalize attribute, pname, dirname 2023-02-19 21:36:05 +01:00
Martin Weinelt
5b8f20d115 python310Packages.pystemmer: Normalize attribute & pname
Clean up derivation by removing redundant fetcher and commented out
preBuild hook.
2023-02-19 21:36:04 +01:00
Martin Weinelt
5214e64a28 python310Packages.pyrss2gen: Normalize attribute & pname 2023-02-19 21:36:04 +01:00
Martin Weinelt
9a18b57a3b python310Packages.pymvglive: Normalize attribute & pname 2023-02-19 21:36:04 +01:00
Martin Weinelt
0f7b057fa3 python310Packages.pylti: Normalize attribute and pname 2023-02-19 21:36:04 +01:00
Martin Weinelt
574ec98796 python310Packages.pygithub: Normalize attribute, pname, dirname 2023-02-19 21:36:03 +01:00
Martin Weinelt
0deebc3b24 python310Packages.pychromecast: Normalize attribute name 2023-02-19 21:36:03 +01:00
Martin Weinelt
8a20c5e473 python310Packages.pweave: Normalize attribute & pname 2023-02-19 21:36:03 +01:00
Martin Weinelt
d1fb8a3019 python310Packages.pmw: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
Martin Weinelt
743ad736bb python310Packages.nuitka: Normalize attribute & pname 2023-02-19 21:36:02 +01:00
Martin Weinelt
02c7624618 python310Packages.nikola: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
Martin Weinelt
9e7f9a402b python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
Martin Weinelt
0981423ea1 python310Packages.mdp: Normalize attribute and pname 2023-02-19 21:36:01 +01:00
Martin Weinelt
52d58e509a python310Packages.logbook: Normalize attribute, pname, dirname 2023-02-19 21:36:01 +01:00
Martin Weinelt
acfd6f7704 python310Packages.kajiki: Normalize attribute name 2023-02-19 21:36:01 +01:00
Martin Weinelt
ee9b576f25 python310Packages.jaydebapi: Normalize attribute, pname, dirname 2023-02-19 21:36:01 +01:00
Martin Weinelt
5b1bb7e42a python310Packages.jpype1: Normalize attribute, pname, dirname 2023-02-19 21:36:00 +01:00
Martin Weinelt
2489cd9c26 python310Packages.htseq: Normalize attribute, pname, dirname 2023-02-19 21:36:00 +01:00
Martin Weinelt
b03e5a85b2 python310Packages.geoip: Normalize attribute, pname, dirname 2023-02-19 21:36:00 +01:00
Martin Weinelt
985f638488 python310Packages.formencode: Normalize attribute, pname and dirname 2023-02-19 21:36:00 +01:00
Martin Weinelt
80192e201a python310Packages.fabric: Normalize attribute name and dirname 2023-02-19 21:35:59 +01:00
Martin Weinelt
6325bb1019 python310Packages.easyprocess: Normalize attribute and pname 2023-02-19 21:35:59 +01:00
Martin Weinelt
225dbad50b python310Packages.commonmark: Normalize attribute name 2023-02-19 21:35:59 +01:00
Martin Weinelt
0b0d92d893 python310Packages.colanderalchemy: Normalize attribute and pname 2023-02-19 21:35:58 +01:00
Martin Weinelt
34ff0bd1b5 python310Packages.blinkstick: Normalize attribute name and pname 2023-02-19 21:35:58 +01:00
Martin Weinelt
7a2ddfb354 python310Packages.btrees: Normalize attribute name 2023-02-19 21:35:58 +01:00
Martin Weinelt
eb813a6203 python310Packages.apscheduler: Normalize attribute, pname and location 2023-02-19 21:35:58 +01:00
Fabian Affolter
0a2dd8fb20 python310Packages.testcontainers: 3.7.0 -> 3.7.1 2023-02-19 21:31:04 +01:00
Yureka
e029dad941 iucode-tool: add argp-standalone buildInput on musl (#217202) 2023-02-19 21:30:36 +01:00
Fabian Affolter
85f7fc149c python310Packages.sybil: 4.0.0 -> 4.0.1
Changelog: https://github.com/simplistix/sybil/blob/4.0.1/CHANGELOG.rst
2023-02-19 21:29:52 +01:00
Yureka
c683aaaa1d nixos/nixos-containers: add specialArgs option (#216677) 2023-02-19 21:25:04 +01:00
Fabian Affolter
d6e4740b02 python310Packages.types-pillow: 9.4.0.12 -> 9.4.0.13 2023-02-19 21:24:25 +01:00
Fabian Affolter
43386c395d python310Packages.types-psutil: 5.9.5.5 -> 5.9.5.7 2023-02-19 21:23:30 +01:00
QuantMint
743bd1f29f linux: fix-build on i686 2023-02-19 21:04:50 +01:00
Weijia Wang
77517d46d2 Merge pull request #216734 from r-ryantm/auto-update/rocm-smi
rocm-smi: 5.4.2 -> 5.4.3
2023-02-19 21:00:32 +01:00
Fabian Affolter
64ec496e2c python310Packages.phonenumbers: add changelog to meta 2023-02-19 20:58:42 +01:00
Weijia Wang
bfd517d302 Merge pull request #217157 from r-ryantm/auto-update/qownnotes
qownnotes: 23.2.0 -> 23.2.4
2023-02-19 20:58:11 +01:00
Weijia Wang
e813166587 Merge pull request #217147 from r-ryantm/auto-update/pinocchio
pinocchio: 2.6.16 -> 2.6.17
2023-02-19 20:57:04 +01:00
Pascal Bach
5eadc05575 Merge pull request #216978 from sikmir/nanomq
nanomq: 0.15.1 → 0.15.5
2023-02-19 20:49:15 +01:00
Mario Rodas
e4053b1a46 Merge pull request #217045 from r-ryantm/auto-update/gitoxide
gitoxide: 0.20.0 -> 0.22.1
2023-02-19 14:36:50 -05:00
Mario Rodas
73bebb4818 Merge pull request #217007 from tranquillity-codes/master
imlib2: 0.9.1 -> 0.10.0
2023-02-19 14:35:36 -05:00
Mario Rodas
3d1d68d679 Merge pull request #217063 from r-ryantm/auto-update/python310Packages.azure-mgmt-servicebus
python310Packages.azure-mgmt-servicebus: 8.1.0 -> 8.2.0
2023-02-19 14:33:15 -05:00
Mario Rodas
6c540642ce Merge pull request #217083 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.40.0 -> 0.40.1
2023-02-19 14:32:28 -05:00
Mario Rodas
169d96c69e Merge pull request #217079 from r-ryantm/auto-update/hyfetch
hyfetch: 1.4.6 -> 1.4.7
2023-02-19 14:31:44 -05:00
Mario Rodas
5ac4098bc9 Merge pull request #202200 from reivilibre/rei/dar_zstd
dar: include zstd as buildInput to support Zstd-compressed archives
2023-02-19 14:31:07 -05:00
Fabian Affolter
aebdd631d1 python310Packages.mypy-boto3-builder: 7.12.3 -> 7.12.4
Diff: https://github.com/youtype/mypy_boto3_builder/compare/refs/tags/7.12.3...7.12.4

Changelog: https://github.com/youtype/mypy_boto3_builder/releases/tag/7.12.4
2023-02-19 20:29:32 +01:00
Fabian Affolter
0b25389993 python310Packages.pytibber: 0.27.0 -> 0.27.1
Changelog: https://github.com/Danielhiversen/pyTibber/releases/tag/0.27.1
2023-02-19 20:28:44 +01:00
Mario Rodas
a38798bc32 Merge pull request #217161 from marsam/update-rbw
rbw: 1.4.3 -> 1.5.0
2023-02-19 14:27:49 -05:00
Fabian Affolter
f41ee288c1 python310Packages.phonenumbers: 8.13.3 -> 8.13.6 2023-02-19 20:27:41 +01:00
Fabian Affolter
a8302dabae python310Packages.motionblinds: 0.6.16 -> 0.6.17
Changelog: https://github.com/starkillerOG/motion-blinds/releases/tag/0.6.17
2023-02-19 20:25:48 +01:00
Fabian Affolter
d6dd12a2c9 python311Packages.gradient_statsd: add missing inputs
- use nixpkgs-fmt
- disable on unsupported Python releases
- normalize pname
2023-02-19 20:17:31 +01:00
mingchuan
a6cf80bb50 ffcast: Fix ffmpeg dependency for screenshot 2023-02-19 11:10:07 -08:00
dalpd
dbe678126b haskellPackages.patat: Add dalpd as the maintainer 2023-02-19 21:00:49 +02:00
dalpd
51cde6c87d haskellPackages.espial: Add dalpd as the maintainer 2023-02-19 21:00:49 +02:00
dalpd
b5b5a19210 haskellPackages.espial: Jailbreak to avoid upper bound on bytestring
Espial was broken because the version being tracked had a restrictive upper
bound on bytestring that isn't neccessary. Here we jailbreak after asserting
the version is 0.0.11 so that it fails once we there's a new release.
2023-02-19 20:59:41 +02:00
Bernardo Meurer
48d298f853 Merge pull request #216327 from cpcloud/duckdb-0.7.0 2023-02-19 18:56:59 +00:00
Luke Granger-Brown
22d9547ce3 envoy: 1.23.3 -> 1.25.1 2023-02-19 18:56:55 +00:00
R. Ryantm
1a0b4d0c3f python310Packages.azure-mgmt-cosmosdb: 8.0.0 -> 9.0.0 2023-02-19 18:56:22 +00:00
figsoda
457c04dc25 cargo-llvm-lines: 0.4.23 -> 0.4.24
Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.23...0.4.24
2023-02-19 13:53:10 -05:00
sternenseemann
b7e41b825e maintainers/haskell: generate core-pkgs hackage2nix configuration
`ghc-pkg list` tells us everything hackage2nix needs to know. In the
past the core-packages list and compiler setting in hackage2nix was
maintained manually which inevitably leads to it being forgot once in a
while – this will then mess with flag resolution when generating the
package set in some cases. Luckily, we can just let a simple derivation
do this for us.

Resolves #202621.
2023-02-19 19:52:17 +01:00
Bernardo Meurer
fd90e459bb linux-firmware: 20221214 -> 20230210 2023-02-19 18:49:18 +00:00
Dmitry Bogatov
402b1ebdcc pkgsStatic.slstatus: fix build 2023-02-19 13:20:53 -05:00
github-actions[bot]
b3557e8e31 Merge staging-next into staging 2023-02-19 18:01:52 +00:00
github-actions[bot]
aade1dfafa Merge master into staging-next 2023-02-19 18:01:16 +00:00
Mario Rodas
01a88ede6a Merge pull request #217101 from r-ryantm/auto-update/git-chglog
git-chglog: 0.15.2 -> 0.15.4
2023-02-19 12:53:29 -05:00
Mario Rodas
432fefcbac Merge pull request #217097 from r-ryantm/auto-update/vtm
vtm: 0.9.8t -> 0.9.8v
2023-02-19 12:52:48 -05:00
R. Ryantm
cfd6efafc8 python310Packages.pyomo: 6.4.4 -> 6.5.0 2023-02-19 17:50:29 +00:00
Fabian Affolter
b07d8af354 Merge pull request #217109 from r-ryantm/auto-update/python310Packages.rokuecp
python310Packages.rokuecp: 0.17.0 -> 0.17.1
2023-02-19 18:50:13 +01:00
Mario Rodas
56c622d9fb Merge pull request #217141 from r-ryantm/auto-update/librsync
librsync: 2.3.2 -> 2.3.3
2023-02-19 12:49:55 -05:00
Fabian Affolter
d4f730eea6 python311Packages.eliot: switch to pytestCheckHook 2023-02-19 18:18:52 +01:00
Thomas Gerbet
bbf1531477 Merge pull request #217106 from r-ryantm/auto-update/fulcio
fulcio: 1.0.0 -> 1.1.0
2023-02-19 18:12:03 +01:00
Fabian Affolter
fdfb7f3607 python310Packages.dinghy: add changelog to meta 2023-02-19 18:08:31 +01:00
Fabian Affolter
f1e1feedac python311Packages.glom: disable failing tests on Python 3.11 2023-02-19 18:06:00 +01:00
Phani Rithvij
13b94f186c keynav: update 2023-02-19 22:34:24 +05:30
Fabian Affolter
d7bf4cb902 python311Packages.glom: add changelog to meta 2023-02-19 18:01:17 +01:00
Jan Tojnar
24f2c744c7 gmic-qt: 3.2.0 → 3.2.1
https://github.com/c-koi/gmic-qt/compare/v.3.2.0...v.3.2.1
2023-02-19 18:00:35 +01:00
Jan Tojnar
02be63faed gmic-qt: add update script 2023-02-19 18:00:34 +01:00
Jan Tojnar
8e9e60c483 gmic: 3.2.0 → 3.2.1 2023-02-19 18:00:34 +01:00
Jan Tojnar
c4d80af5bd gmic: fix update script
It got broken by the 3.2.0 bump: 2dd0b25e16
2023-02-19 18:00:34 +01:00
Jan Tojnar
a07960652c gmic: Add gmic-qt to passthru.tests
It often needs to be updated in lockstep.
2023-02-19 18:00:09 +01:00
Jan Tojnar
6ea702f2a0 cimg: Add gmic and gmic-qt to passthru.tests
They often need to be updated in lockstep.
2023-02-19 17:59:53 +01:00
Fabian Affolter
679f619cfc Merge pull request #216772 from r-ryantm/auto-update/python310Packages.txtorcon
python310Packages.txtorcon: 22.0.0 -> 23.0.0
2023-02-19 17:54:11 +01:00
Fabian Affolter
145d1f379d python311Packages.datadog: disable failing tests on Python 3.11 2023-02-19 17:52:20 +01:00
figsoda
81ff8e6456 glitter: 1.6.3 -> 1.6.5
Diff: https://github.com/milo123459/glitter/compare/v1.6.3...v1.6.5

Changelog: https://github.com/Milo123459/glitter/releases/tag/v1.6.5
2023-02-19 11:47:27 -05:00
IndeedNotJames
3a574538ee caddy: add shell completions for fish 2023-02-19 17:44:35 +01:00
IndeedNotJames
0f70185135 caddy: install man pages 2023-02-19 17:44:35 +01:00
zainab-ali
c3bf65df67 ocaml: remove spaceTimeSupport after 4.12
Spacetime support was removed in OCaml version 4.12.
See the OCaml release notes: https://ocaml.org/releases/4.12.0.
See the pull request to OCaml: ocaml/ocaml#9948.
2023-02-19 16:42:53 +00:00
Fabian Affolter
734f322686 python311Packages.datadog: disable on unsupported Python releases 2023-02-19 17:41:45 +01:00
figsoda
3ba21fc8f8 erdtree: set meta.mainProgram 2023-02-19 11:41:36 -05:00
figsoda
166e5a5d58 Merge pull request #217174 from r-ryantm/auto-update/erdtree
erdtree: 1.0.0 -> 1.1.0
2023-02-19 11:40:11 -05:00
Fabian Affolter
d575718cc3 python311Packages.datadog: add changelog to meta 2023-02-19 17:36:43 +01:00
Atemu
3a11d629f0 linux_xanmod_latest: 6.1.7 -> 6.1.12 2023-02-19 17:30:32 +01:00
R. Ryantm
17146a5736 python310Packages.huggingface-hub: 0.11.1 -> 0.12.1 2023-02-19 16:28:12 +00:00
Elis Hirwing
b467aaa8c8 Merge pull request #217134 from chvp/init-hookshot
matrix-hookshot: init at 2.7.0
2023-02-19 17:17:30 +01:00
Fabian Affolter
fff94b111d python311Packages.boltons: disable failing test on Python 3.11 2023-02-19 17:17:09 +01:00
Fabian Affolter
0e92f9ebce python311Packages.boltons: add changelog to meta 2023-02-19 17:08:47 +01:00
R. Ryantm
318498c4ed nanum: 20170925 -> 20200506 2023-02-19 16:08:11 +00:00
Nikolay Korotkiy
b681d0642d nanomq: 0.15.1 → 0.15.5 2023-02-19 19:03:53 +03:00
R. Ryantm
af6dd1ae5e q: 0.8.4 -> 0.9.0 2023-02-19 15:58:40 +00:00
R. Ryantm
c94f4441cc erdtree: 1.0.0 -> 1.1.0 2023-02-19 15:56:58 +00:00
Mario Rodas
b745931aba Merge pull request #217065 from r-ryantm/auto-update/python310Packages.frozendict
python310Packages.frozendict: 2.3.4 -> 2.3.5
2023-02-19 10:54:51 -05:00
Mario Rodas
cfce474267 Merge pull request #217088 from techknowlogick/tea-092
tea: 0.9.0 -> 0.9.2
2023-02-19 10:52:41 -05:00
Mario Rodas
65ffe1d56b Merge pull request #217139 from r-ryantm/auto-update/nixpacks
nixpacks: 1.3.1 -> 1.4.0
2023-02-19 10:50:43 -05:00
7c6f434c
aaf5e0930c Merge pull request #212692 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.1.2 -> 6.1.3
2023-02-19 15:42:01 +00:00
7c6f434c
dd4ffff7b1 Merge pull request #216437 from andersk/uscan-dependencies
debian-devscripts: Add missing Perl dependencies for uscan
2023-02-19 15:41:24 +00:00
7c6f434c
1a3b7b70d5 Merge pull request #216686 from amjoseph-nixpkgs/pr/spandsp/fix-cross
spandsp: fix cross compilation
2023-02-19 15:40:50 +00:00
Fabian Affolter
9f67569096 python310Packages.rokuecp: add changelog to meta 2023-02-19 16:40:31 +01:00
Mario Rodas
17efc8fbc9 Merge pull request #214536 from r-ryantm/auto-update/srtp
srtp: 2.4.2 -> 2.5.0
2023-02-19 10:39:46 -05:00
R. Ryantm
d076d05deb icinga2: 2.13.6 -> 2.13.7 2023-02-19 15:37:42 +00:00
figsoda
2aa26f0fcc inferno: 0.11.14 -> 0.11.15
Diff: https://github.com/jonhoo/inferno/compare/v0.11.14...v0.11.15

Changelog: https://github.com/jonhoo/inferno/blob/v0.11.15/CHANGELOG.md
2023-02-19 10:34:47 -05:00
R. Ryantm
48a6859db6 wander: 0.8.2 -> 0.9.0 2023-02-19 15:27:27 +00:00
Mario Rodas
de9799292f Merge pull request #216774 from r-ryantm/auto-update/python310Packages.pulumi-aws
python310Packages.pulumi-aws: 5.29.1 -> 5.30.0
2023-02-19 10:24:34 -05:00
Mario Rodas
ff5402e76c Merge pull request #215534 from r-ryantm/auto-update/gsm
gsm: 1.0.20 -> 1.0.22
2023-02-19 10:24:09 -05:00
Mario Rodas
41a464e49d Merge pull request #217122 from r-ryantm/auto-update/python310Packages.gdown
python310Packages.gdown: 4.6.2 -> 4.6.3
2023-02-19 10:21:48 -05:00
Mario Rodas
f7105afc7f Merge pull request #217100 from r-ryantm/auto-update/syft
syft: 0.71.0 -> 0.72.0
2023-02-19 10:21:26 -05:00
Mario Rodas
aced9264c9 Merge pull request #217092 from r-ryantm/auto-update/s2n-tls
s2n-tls: 1.3.36 -> 1.3.37
2023-02-19 10:20:57 -05:00
Mario Rodas
8455a10137 Merge pull request #217150 from r-ryantm/auto-update/sentry-cli
sentry-cli: 2.12.0 -> 2.13.0
2023-02-19 10:18:40 -05:00
R. Ryantm
7ea75aa672 diswall: 0.3.0 -> 0.3.1 2023-02-19 15:16:00 +00:00
R. Ryantm
8239d1fde5 domoticz: 2022.2 -> 2023.1 2023-02-19 15:04:26 +00:00
Jonathan Neuschäfer
2fe7e66ca0 lattice-diamond: Replace direct use of /usr/bin/id with Nix-compatible path 2023-02-19 15:52:13 +01:00
Jonathan Neuschäfer
4df32ef3b7 lattice-diamond: Make ELF binaries in synpbase usable 2023-02-19 15:52:13 +01:00
Jonathan Neuschäfer
9b5469bd50 lattice-diamond: Add Diamond's library directories into RPATH
Subtools such as pnmainc rely on libraries in the diamond/bin/lin64 and
diamond/ispfpga/bin/lin64 directories, but they don't set LD_LIBRARY_PATH as
would be needed.

To make things work, simply include these two directories in the RPATH that is
patched into Diamond binaries.
2023-02-19 15:52:13 +01:00
Jonathan Neuschäfer
3cb4d0338d lattice-diamond: Expose pnmainc and ddtcmd commands
These commands are used by Amaranth.
2023-02-19 15:52:13 +01:00
R. Ryantm
c18331a521 gitmux: 0.7.12 -> 0.9.0 2023-02-19 14:51:58 +00:00
Alvar Penning
0c203a7386 spdx-license-list-data: 3.19 -> 3.20 2023-02-19 15:49:33 +01:00
Sandro
1fa842f7fc Merge pull request #216996 from sielicki/darwin-asyncssh-unbreak 2023-02-19 15:49:20 +01:00
Fabian Affolter
b11b182aba python310Packages.aioruuvigateway: remove blank lines 2023-02-19 15:47:49 +01:00
Fabian Affolter
8ab4f02ae3 python310Packages.aioruuvigateway: add pythonImportsCheck 2023-02-19 15:45:39 +01:00
R. Ryantm
142c634891 hdhomerun-config-gui: 20221031 -> 20221205 2023-02-19 14:36:39 +00:00
Fabian Affolter
750dddd303 Merge pull request #217120 from fabaff/itanium-demangler-clean
python310Packages.itanium-demangler: remove whitespaces
2023-02-19 15:35:42 +01:00
Alexandre Acebedo
8f632a13a9 vivaldi: 5.6.2867.62 -> 5.7.2921.53 2023-02-19 15:35:04 +01:00
Fabian Affolter
82224be8a2 python310Packages.txtorcon: add changelog to meta
- disable on older Python releases
- update ordering
2023-02-19 15:34:37 +01:00
R. Ryantm
24ffb538e5 qownnotes: 23.2.0 -> 23.2.4 2023-02-19 14:34:05 +00:00
sternenseemann
16078721aa release-haskell.nix: don't try building known to fail js backends
aarch64-linux will continue failing unless we find another solution.
For x86_64-darwin we won't learn anything by it being a constaint star
in our build failure reports.
2023-02-19 15:33:22 +01:00
Sandro
4feee8e633 Merge pull request #216994 from sielicki/ena-282-283 2023-02-19 15:31:41 +01:00
Nick Cao
74385d988c openpgp-card-tools: 0.9.0 -> 0.9.1 2023-02-19 22:29:30 +08:00
Fabian Affolter
963247256b Merge pull request #217123 from r-ryantm/auto-update/python310Packages.types-docutils
python310Packages.types-docutils: 0.19.1.3 -> 0.19.1.4
2023-02-19 15:21:18 +01:00
Fabian Affolter
fce337b37c python310Packages.pymicrobot: add changelog to meta 2023-02-19 15:11:56 +01:00
Ember 'n0emis' Keske
e9f759c825 element-{web,desktop}: 1.11.22 -> 1.11.23 2023-02-19 15:03:24 +01:00
Fabian Affolter
d59a93de92 python310Packages.pymicrobot: 0.0.8 -> 0.0.9 2023-02-19 15:01:24 +01:00
bb2020
1e75de336c nixos/mbpfan: add aggressive option 2023-02-19 16:57:07 +03:00
superherointj
772e24f682 Merge pull request #176520 from euank/k3s-ipset
k3s: add ipset runtime dependency
2023-02-19 10:47:49 -03:00
R. Ryantm
2e97ef8942 sentry-cli: 2.12.0 -> 2.13.0 2023-02-19 13:17:26 +00:00
Aaron Jheng
c5a66db748 bingo: 0.7.0 -> 0.8.0 2023-02-19 13:07:03 +00:00
Jonas Heinrich
03ee925c05 firejail: Fix double-dash usage on non-POSIX shells 2023-02-19 07:49:26 -05:00
R. Ryantm
a40ddd9192 pinocchio: 2.6.16 -> 2.6.17 2023-02-19 12:45:46 +00:00
Yureka
e8de6a730c tdesktop.tg_owt: additional fix for GCC 12 + musl 2023-02-19 13:40:44 +01:00
Michael Weiss
04b1a12a6e chromium: Support GTK 4
Chromium can be launched with `--gtk-version=4` but this didn't work as
the binary must be able to dlopen() libgtk-4.so.1 [0].

This fixes #214392.

Co-Authored-By: Sávio <25729991+saviosg@users.noreply.github.com>

[0]: https://source.chromium.org/chromium/chromium/src/+/main:ui/gtk/gtk_compat.cc;l=85;drc=3e1a26c44c024d97dc9a4c09bbc6a2365398ca2c
2023-02-19 13:40:23 +01:00
Yureka
d71d42707e ell: disable tests on musl (#217073) 2023-02-19 13:39:59 +01:00
R. Ryantm
e91a908215 wangle: 2023.01.30.00 -> 2023.02.13.00 2023-02-19 12:28:26 +00:00
Guillaume Girol
4c7a1272a2 Merge pull request #216428 from ShamrockLee/apptainer-suid-flag
apptainer: always specify either --with-suid or --without-suid build flag
2023-02-19 12:23:14 +00:00
Mario Rodas
7e52a2bc76 librsync: 2.3.3 -> 2.3.4
https://github.com/librsync/librsync/releases/tag/v2.3.4
2023-02-19 12:21:00 +00:00
R. Ryantm
143c3a7869 librsync: 2.3.2 -> 2.3.3 2023-02-19 12:20:41 +00:00
R. Ryantm
4902c3e074 nixpacks: 1.3.1 -> 1.4.0 2023-02-19 12:19:11 +00:00
toastal
b8701174d4 amdvlk: 2022.Q4.4 → 2023.Q1.2
Tag: https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2023.Q1.2
2023-02-19 19:18:58 +07:00
sternenseemann
a5821740f8 haskell.packages.*.[cC]abal*: use process 1.6.17.0 for GHC < 9.2.5
Cabal 3.8 and friends support process 1.6.17.0 which has recently been
released on Hackage, so we can fix the evaluation errors this way.
2023-02-19 13:16:55 +01:00
R. Ryantm
b6bac13203 mackerel-agent: 0.75.0 -> 0.75.1 2023-02-19 12:06:34 +00:00
José Romildo Malaquias
ee77c72a48 Merge pull request #217128 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 23.02.12 -> 23.02.16
2023-02-19 09:04:16 -03:00
github-actions[bot]
1ce3b0f272 Merge staging-next into staging 2023-02-19 12:02:03 +00:00
github-actions[bot]
85ba84c218 Merge master into staging-next 2023-02-19 12:01:25 +00:00
Charlotte Van Petegem
582795ab5a matrix-hookshot: init at 2.7.0 2023-02-19 12:58:52 +01:00
R. Ryantm
9a0c8c5c44 clash-geoip: 20230112 -> 20230212 2023-02-19 11:53:28 +00:00
sternenseemann
98be10b199 git-annex: update sha256 for 10.20230214 2023-02-19 12:30:43 +01:00
R. Ryantm
09268314d2 aravis: 0.8.24 -> 0.8.26 2023-02-19 11:30:08 +00:00
Dmitry Bogatov
e7054c7d32 haskellPackages.tdlib: patch for aeson >= 2.0 compat
Unbreak tdlib and its dependencies by same upstream (tdlib-types,
tdlib-gen, language-tl).

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-02-19 12:15:46 +01:00
R. Ryantm
5442ecbb12 apksigcopier: 1.1.0 -> 1.1.1 2023-02-19 11:12:31 +00:00
Maximilian Bosch
5ed9c487a6 Merge pull request #217005 from SFrijters/mailutils-3.15
mailutils: 3.14 -> 3.15, add options, tests, parallel build
2023-02-19 12:11:19 +01:00
R. Ryantm
6ba1fdef07 numix-icon-theme-circle: 23.02.12 -> 23.02.16 2023-02-19 11:06:33 +00:00
Maximilian Bosch
ccab7388a8 Merge pull request #216923 from poweredbypie/zls-0.10.0
zls 0.9.0 -> 0.10.0
2023-02-19 12:02:15 +01:00
Bobby Rong
e8f21cbac9 cinnamon.warpinator: 1.4.4 -> 1.4.5
https://github.com/linuxmint/warpinator/compare/1.4.4...1.4.5
2023-02-19 19:01:17 +08:00
R. Ryantm
711b317cf7 python310Packages.types-docutils: 0.19.1.3 -> 0.19.1.4 2023-02-19 10:42:55 +00:00
Maximilian Bosch
a6b4f078a4 Merge pull request #216876 from shimunn/certstrap-1.3.0
certstrap: 1.2.0 -> 1.3.0
2023-02-19 11:32:23 +01:00
Maximilian Bosch
903c0057f4 Merge pull request #216463 from delroth/sudo-1.9.13
sudo: 1.9.12p2 -> 1.9.13
2023-02-19 11:27:53 +01:00
Fabian Affolter
0bc3315a98 python310Packages.itanium-demangler: remove whitespaces 2023-02-19 11:21:59 +01:00
Maximilian Bosch
6fd802152a Merge pull request #216906 from LibreCybernetics/update-scala
scala: 3.2.0 → 3.2.2
2023-02-19 11:21:22 +01:00
Maximilian Bosch
fb58837a5e Merge pull request #216878 from herrwiese/for-master/remove-bpytop
bpytop: remove
2023-02-19 11:18:56 +01:00
Vladimír Čunát
c9849777e3 Merge #217024: ruby_3_0: fix build on darwin
...into staging-next
2023-02-19 11:18:38 +01:00
Maximilian Bosch
81e8a8cd14 Merge pull request #216386 from SuperSandro2000/gnome-keyring-name
libgnome-keyring: don't set name
2023-02-19 11:15:55 +01:00
Vladimír Čunát
cbcd016672 libisds: avoid build failure after curl update
https://hydra.nixos.org/build/209890917
https://repo.or.cz/libisds.git/commit/25acc6d44db3eb5f944a6992336b00ae97c85e20
2023-02-19 11:10:02 +01:00
Jonas Heinrich
4cb85bdf61 Merge pull request #217009 from r-ryantm/auto-update/kubecfg
kubecfg: 0.28.1 -> 0.29.0
2023-02-19 11:09:13 +01:00
sternenseemann
d1b904479a haskellPackages.h-raylib, haskellPackages.bytepatch: unmark broken
Both packages had a new release fixing the issues we found after the
last bump, so they are easily fixed.
2023-02-19 11:06:33 +01:00
Jonas Heinrich
2236653844 Merge pull request #217016 from r-ryantm/auto-update/packer
packer: 1.8.5 -> 1.8.6
2023-02-19 11:06:28 +01:00
Jonas Heinrich
c1e37b7573 Merge pull request #217027 from yu-re-ka/musl-libvirt
pkgsMusl.libvirt: fix build
2023-02-19 11:00:46 +01:00
R. Ryantm
3c603d0e0b python310Packages.gdown: 4.6.2 -> 4.6.3 2023-02-19 09:57:43 +00:00
Vincent Laporte
986a6c6e16 ocamlPackages.paf: 0.3.0 → 0.4.0 2023-02-19 10:55:14 +01:00
Jonas Heinrich
c62eeb1e62 Merge pull request #217019 from r-ryantm/auto-update/sdlpop
sdlpop: 1.22 -> 1.23
2023-02-19 10:55:14 +01:00
Jonas Heinrich
3c46639d25 sdlpop: Add changelog 2023-02-19 10:54:39 +01:00
Jonas Heinrich
f45ba866da Merge pull request #217021 from r-ryantm/auto-update/calc
calc: 2.14.1.2 -> 2.14.1.3
2023-02-19 10:51:26 +01:00
Jonas Heinrich
553c376a49 nixos/networkd-dispatcher: init 2023-02-19 04:42:25 -05:00
Jonas Heinrich
ddb0eb521d networkd-dispatcher: init at 2.2.4 2023-02-19 04:42:25 -05:00
R. Ryantm
dbd2e23b4f python310Packages.webauthn: 1.7.0 -> 1.7.2 2023-02-19 09:36:32 +00:00
Jonas Heinrich
4b1ae062bc Merge pull request #217028 from yu-re-ka/musl-iucode-tool
pkgsMusl.iucode-tool: fix build
2023-02-19 10:35:18 +01:00
Jonas Heinrich
70be4a3670 Merge pull request #217039 from r-ryantm/auto-update/gwc
gwc: 0.22-05 -> 0.22-06
2023-02-19 10:33:46 +01:00
Jonas Heinrich
e28ebd6780 gwc: Add changelog 2023-02-19 10:33:33 +01:00
Jonas Heinrich
a8bea22db0 Merge pull request #217040 from r-ryantm/auto-update/iptsd
iptsd: 1.0.1 -> 1.1.0
2023-02-19 10:30:29 +01:00
sternenseemann
cc9672e57c haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-19 10:30:00 +01:00
Jonas Heinrich
eb9f2c96e7 Merge pull request #217041 from r-ryantm/auto-update/minio-client
minio-client: 2023-01-28T20-29-38Z -> 2023-02-16T19-20-11Z
2023-02-19 10:28:34 +01:00
sternenseemann
fe2d070d7e all-cabal-hashes: 2023-02-13T17:53:53Z -> 2023-02-19T09:15:19Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-02-19 10:28:11 +01:00
Bobby Rong
f71ede1693 gnumeric: 1.12.54 → 1.12.55
https://gitlab.gnome.org/GNOME/gnumeric/-/compare/GNUMERIC_1_12_54...GNUMERIC_1_12_55
2023-02-19 17:27:46 +08:00
Bobby Rong
8c616c699c goffice: 0.10.54 → 0.10.55
https://gitlab.gnome.org/GNOME/goffice/-/compare/GOFFICE_0_10_54...GOFFICE_0_10_55
2023-02-19 17:27:36 +08:00
sternenseemann
6d4d75f584 Merge pull request #215925 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-02-19 10:27:01 +01:00
R. Ryantm
d6865fa8f5 python310Packages.rokuecp: 0.17.0 -> 0.17.1 2023-02-19 09:25:17 +00:00
Nikolay Korotkiy
4813c90dcf nchat: init at 3.17 2023-02-19 12:18:09 +03:00
R. Ryantm
41d114b234 fulcio: 1.0.0 -> 1.1.0 2023-02-19 08:55:14 +00:00
Vladimír Čunát
adfc10e0d8 Merge #216621: libdrm: 2.4.114 -> 2.4.115
...into staging
2023-02-19 09:41:48 +01:00
Vladimír Čunát
efc59894b1 Merge #216981: thunderbird*: 102.7.2 -> 102.8.0 2023-02-19 09:35:30 +01:00
R. Ryantm
c7ba69b1f8 xrootd: 5.5.2 -> 5.5.3 2023-02-19 08:20:51 +00:00
R. Ryantm
54e37e1a1d freerdpUnstable: 2.9.0 -> 2.10.0 2023-02-19 08:03:24 +00:00
Miles Breslin
4513fc6975 evscript: unstable-2021-06-16 -> unstable-2022-11-20 2023-02-19 00:02:56 -08:00
Yueh-Shun Li
6e9902c7f6 apptainer: always specify either --with-suid or --without-suid build flag 2023-02-19 07:55:10 +00:00
R. Ryantm
3a71397570 git-chglog: 0.15.2 -> 0.15.4 2023-02-19 07:54:10 +00:00
R. Ryantm
883a0d45a7 syft: 0.71.0 -> 0.72.0 2023-02-19 07:51:13 +00:00
R. Ryantm
eef34e3476 temporal: 1.19.1 -> 1.20.0 2023-02-19 07:21:23 +00:00
K900
6bd5976d81 iwd: 2.1 -> 2.3 2023-02-19 10:16:46 +03:00
K900
52378085d9 ell: 0.55 -> 0.56 2023-02-19 10:16:46 +03:00
Nick Cao
a1291d0d02 Merge pull request #205784 from Eliot00/v2raya-fix
v2raya: v2rayA should start after nftables
2023-02-19 15:08:29 +08:00
Jamie Magee
a0f8ef409a python-language-server: remove 2023-02-18 22:39:25 -08:00
R. Ryantm
d8d60a3af1 vtm: 0.9.8t -> 0.9.8v 2023-02-19 06:38:46 +00:00
R. Ryantm
bab6f9f3a5 murex: 3.0.9310 -> 3.1.3100 2023-02-19 06:26:51 +00:00
R. Ryantm
0d8f0e5387 nip2: 8.7.1 -> 8.9.1 2023-02-19 06:23:44 +00:00
R. Ryantm
17ce1cc30c go-camo: 2.4.1 -> 2.4.2 2023-02-19 06:09:42 +00:00
github-actions[bot]
ba877c4755 Merge staging-next into staging 2023-02-19 06:02:10 +00:00
github-actions[bot]
61d29782b3 Merge master into staging-next 2023-02-19 06:01:36 +00:00
Euan Kemp
c154180073 k3s: add ipset runtime dependency
Fixes #176445

The included change to the k3s test fails without the package change.
2023-02-19 14:38:40 +09:00
R. Ryantm
96e43af61a example-robot-data: 4.0.4 -> 4.0.5 2023-02-19 05:34:52 +00:00
techknowlogick
6bdbb4797e tea: 0.9.0 -> 0.9.2
Diff: https://gitea.com/gitea/tea/compare/v0.9.0...v0.9.2
2023-02-19 00:26:49 -05:00
Dmitry Kalinkin
03057aa1fd python310Packages.seaborn: fix sandboxless build (#216254) 2023-02-19 00:25:14 -05:00
Artturi
e1f9343793 Merge pull request #204727 from meain/fix-nanotts
nanotts: fix dependency on alsa-plugins
2023-02-19 07:19:54 +02:00
Stanisław Pitucha
f6f365eae7 Merge pull request #217067 from viraptor/libdeflate-darwin
libdeflate: fix darwin build
2023-02-19 16:18:23 +11:00
R. Ryantm
3824ca44a6 s2n-tls: 1.3.36 -> 1.3.37 2023-02-19 05:16:10 +00:00
R. Ryantm
8a78455528 sarasa-gothic: 0.40.0 -> 0.40.1 2023-02-19 05:12:21 +00:00
Nick Cao
5b25704f2d Merge pull request #217077 from r-ryantm/auto-update/python310Packages.simber
python310Packages.simber: 0.2.5 -> 0.2.6
2023-02-19 12:58:47 +08:00
Abin Simon
1ed5cc0d48 nanotts: fix dependency on alsa-plugins 2023-02-19 10:23:12 +05:30
R. Ryantm
e20d1c56cf python310Packages.mcstatus: 10.0.1 -> 10.0.2 2023-02-19 04:52:37 +00:00
Jan Tojnar
21a821a18c Merge pull request #217068 from bobby285271/upd/gnome
GNOME updates
2023-02-19 05:46:52 +01:00
github-actions[bot]
406e78e5ae terraform-providers.acme: 2.12.0 → 2.13.0 2023-02-19 14:46:35 +10:00
github-actions[bot]
d976cb34a1 terraform-providers.bitbucket: 2.30.0 → 2.30.1 2023-02-19 14:46:35 +10:00
Stanisław Pitucha
c7573643e7 Merge pull request #217043 from r-ryantm/auto-update/fastly
fastly: 6.0.3 -> 6.0.6
2023-02-19 15:41:45 +11:00
Stanisław Pitucha
b310b08f63 Merge pull request #217053 from r-ryantm/auto-update/tym
tym: 3.4.0 -> 3.4.1
2023-02-19 15:39:39 +11:00
Stanisław Pitucha
34278ea0f1 Merge pull request #217056 from r-ryantm/auto-update/jfrog-cli
jfrog-cli: 2.34.1 -> 2.34.2
2023-02-19 15:39:06 +11:00
R. Ryantm
ff1b6290ab hyfetch: 1.4.6 -> 1.4.7 2023-02-19 04:29:53 +00:00
happysalada
b4716ea179 gptcommit: init at 0.1.15 2023-02-18 23:23:37 -05:00
linsui
9156d02e92 waydroid: fix icon, shell and iptables 2023-02-19 12:17:11 +08:00
R. Ryantm
4e59c7b2b6 python310Packages.ipympl: 0.9.2 -> 0.9.3 2023-02-19 04:10:05 +00:00
linsui
efe1c91cc1 jami: 20221220.0956.79e1207 -> 20230206.0 2023-02-19 12:04:29 +08:00
R. Ryantm
d9c837063a python310Packages.simber: 0.2.5 -> 0.2.6 2023-02-19 04:04:02 +00:00
R. Ryantm
473d6b1694 linkerd_edge: 23.2.1 -> 23.2.2 2023-02-19 03:17:19 +00:00
Aaron Andersen
a3c24f9535 Merge pull request #216779 from viraptor/libtomcrypt-arm
libtomcrypt,StormLib: fix darwin arm build
2023-02-18 22:10:35 -05:00
Bobby Rong
602cb132de gnome.mutter: 43.2 → 43.3
https://gitlab.gnome.org/GNOME/mutter/-/compare/43.2...43.3

- Skip resize effects for tiled windows during user grabs.
- Disable direct scanout during drag-n-drop operations.
- Ignore unmapped subsurfaces in direct scanout check.
- Fix cursor disappearing over windows during grabs.
- Fix pointer constrains with subsurfaces.
- Make wl_output mode independent of the orientation.
- Improve focus handling on workspace switches.
- Fix cursor position in window screencasts.
- Do not require a physical device to update pointer visibility.
- Fix initialization of keyboard accessibility.
- Fix freeze when crossing monitors under some conditions.
- Don't allow window activation to break global grabs.
- Fixed crashes.
- Plugged leak.
- Misc. bug fixes and cleanups.
2023-02-19 11:09:17 +08:00
Bobby Rong
71bdfad793 gnome.gnome-shell: 43.2 → 43.3
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/43.2...43.3

- Ensure quick settings toggles align with the pixel grid.
- Lower OOM score of gnome-shell process.
- Fix incomplete device list in volume menus.
- Fixed crash.
- Plugged leak.
- Misc. bug fixes and cleanups.
2023-02-19 11:09:17 +08:00
Stanisław Pitucha
45cb6c1fa3 libdeflate: fix darwin build
Calling `futimens` requires building with SDK 11.0.
2023-02-19 13:52:45 +11:00
Bobby Rong
26fe46cf2a gnome-desktop: 43.1 → 43.2
https://gitlab.gnome.org/GNOME/gnome-desktop/-/compare/43.1...43.2

- Fix idle monitor watch leak.
2023-02-19 10:43:38 +08:00
Bobby Rong
dd405d1b0c gnome.gnome-boxes: 43.2 → 43.3
https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/43.2...43.3

- Add OVF to list of supported install media formats.
- Use mime-type when validating OVA file.
2023-02-19 10:43:33 +08:00
R. Ryantm
a3cad255d8 discord: 0.0.24 -> 0.0.25 2023-02-19 02:40:20 +00:00
Bobby Rong
ef2b498ead gnome.gnome-backgrounds: 43 → 43.1
https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/compare/43...43.1

No changes (https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/33).
2023-02-19 10:39:42 +08:00
R. Ryantm
26351db9a8 python310Packages.frozendict: 2.3.4 -> 2.3.5 2023-02-19 02:33:13 +00:00
R. Ryantm
65b47fce1e python310Packages.azure-mgmt-servicebus: 8.1.0 -> 8.2.0 2023-02-19 02:24:06 +00:00
R. Ryantm
ba333178e7 python310Packages.oslo-context: 5.0.0 -> 5.1.0 2023-02-19 02:14:22 +00:00
Nick Cao
042598f198 Merge pull request #216993 from dotlambda/caldav-1.1
python310Packages.caldav: 1.0.1 -> 1.1.1
2023-02-19 10:01:17 +08:00
Martin Weinelt
570fa1acde Merge pull request #217055 from r-ryantm/auto-update/esphome
esphome: 2023.2.0 -> 2023.2.2
2023-02-19 02:01:09 +00:00
Nick Cao
4e721a4ecc Merge pull request #216939 from NobbZ/hledger-utils-1.13.2
hledger-utils: 1.12.1 -> 1.13.2
2023-02-19 10:00:26 +08:00
Nick Cao
d253c819b2 Merge pull request #216902 from aycanirican/snort-2-9-20
snort: 2.9.18 -> 2.9.20
2023-02-19 09:59:42 +08:00
Nick Cao
b8fcb237a7 Merge pull request #216974 from helsinki-systems/upd/jenkins
jenkins: 2.375.2 -> 2.375.3
2023-02-19 09:53:29 +08:00
Nick Cao
446c2d5228 Merge pull request #216979 from r-ryantm/auto-update/python310Packages.ignite
python310Packages.ignite: 0.4.10 -> 0.4.11
2023-02-19 09:52:46 +08:00
Nick Cao
f9a1b79e3a Merge pull request #216990 from IndeedNotJames/forgejo
forgejo: 1.18.3-1 -> 1.18.3.2
2023-02-19 09:51:48 +08:00
Nick Cao
9256b03c75 Merge pull request #217011 from r-ryantm/auto-update/hclfmt
hclfmt: 2.16.0 -> 2.16.1
2023-02-19 09:48:31 +08:00
Nick Cao
1607777ab9 Merge pull request #217013 from r-ryantm/auto-update/munin
munin: 2.0.71 -> 2.0.72
2023-02-19 09:47:32 +08:00
R. Ryantm
dd5df8e449 python310Packages.rns: 0.4.8 -> 0.4.9 2023-02-19 01:45:03 +00:00
Nick Cao
f2ba48bdaa Merge pull request #217051 from lovesegfault/tabnine-update
tabnine: 4.4.186 -> 4.4.245
2023-02-19 09:44:55 +08:00
Nick Cao
4c20e3f468 Merge pull request #217049 from r-ryantm/auto-update/kube-capacity
kube-capacity: 0.7.3 -> 0.7.4
2023-02-19 09:44:01 +08:00
Nick Cao
909ce24be6 Merge pull request #217047 from r-ryantm/auto-update/steampipe
steampipe: 0.18.5 -> 0.18.6
2023-02-19 09:42:33 +08:00
Nick Cao
7b72da3b50 Merge pull request #217031 from r-ryantm/auto-update/roctracer
roctracer: 5.4.2 -> 5.4.3
2023-02-19 09:39:43 +08:00
Anderson Torres
eec693b4ed Merge pull request #217015 from r-ryantm/auto-update/cimg
cimg: 3.2.0 -> 3.2.1
2023-02-18 22:38:45 -03:00
R. Ryantm
14caf114ff jfrog-cli: 2.34.1 -> 2.34.2 2023-02-19 01:27:44 +00:00
R. Ryantm
13e6308af9 esphome: 2023.2.0 -> 2023.2.2 2023-02-19 01:21:47 +00:00
Nick Cao
a3755116c5 Merge pull request #216943 from linsui/sing
sing-geosite: init at 20230202101858
2023-02-19 09:19:56 +08:00
Nick Cao
3902eed4a0 Merge pull request #217038 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202302081046 -> 202302160443
2023-02-19 09:16:53 +08:00
Fabian Affolter
ae7968db7d Merge pull request #217026 from r-ryantm/auto-update/libreddit
libreddit: 0.29.2 -> 0.29.3
2023-02-19 02:13:52 +01:00
Fabian Affolter
30e6c8b56a Merge pull request #217029 from fabaff/python-kasa-bump
python310Packages.python-kasa: 0.5.0 -> 0.5.1
2023-02-19 02:13:26 +01:00
Fabian Affolter
40275be06c Merge pull request #217030 from fabaff/soco-bump
python310Packages.soco: 0.29.0 -> 0.29.1
2023-02-19 02:13:15 +01:00
Fabian Affolter
78ca0fc9a4 Merge pull request #217035 from fabaff/yalexs-ble-bump
python310Packages.yalexs-ble: 1.12.12 -> 2.0.1
2023-02-19 02:13:03 +01:00
Fabian Affolter
56c9df1a29 Merge pull request #217036 from fabaff/boschshcpy-bump
python310Packages.boschshcpy: 0.2.54 -> 0.2.56
2023-02-19 02:12:53 +01:00
Fabian Affolter
581f5df8f3 Merge pull request #217037 from fabaff/bthome-ble-bump
python310Packages.bthome-ble: 2.5.1 -> 2.6.0
2023-02-19 02:12:44 +01:00
Fabian Affolter
2077a6b635 Merge pull request #217014 from fabaff/rns-bump
python310Packages.rns: 0.4.8 -> 0.4.9
2023-02-19 02:12:03 +01:00
Fabian Affolter
306f6f346d Merge pull request #217017 from fabaff/mitmproxy2swagger-bump
mitmproxy2swagger: 0.8.0 -> 0.8.1
2023-02-19 02:11:52 +01:00
Fabian Affolter
417270dba7 Merge pull request #217018 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.2.8 -> 2023.2.9
2023-02-19 02:11:43 +01:00
Bernardo Meurer
dc2be4af7e tabnine: 4.4.186 -> 4.4.245 2023-02-19 01:08:11 +00:00
R. Ryantm
b50f0f485d tym: 3.4.0 -> 3.4.1 2023-02-19 01:07:08 +00:00
R. Ryantm
d768db189f i2pd: 2.45.1 -> 2.46.0 2023-02-19 01:00:58 +00:00
R. Ryantm
1184fc0dd2 kube-capacity: 0.7.3 -> 0.7.4 2023-02-19 00:49:03 +00:00
Yureka
e27be43360 llvm_15: reenable libclang_rt.profile-....a build on musl (#217042)
This was lost because of a bad merge
2023-02-19 01:38:31 +01:00
Mario Rodas
af416d5e4c Merge pull request #201134 from logan12358/quisk-upgrade
quisk: 4.1.73 -> 4.2.12
2023-02-18 19:32:14 -05:00
R. Ryantm
7cc34b4840 steampipe: 0.18.5 -> 0.18.6 2023-02-19 00:30:48 +00:00
R. Ryantm
cc4e610ba9 go-cve-search: 0.1.3 -> 0.1.4 2023-02-19 00:24:00 +00:00
GGG
c83dc8d050 ffmpeg: fix RUNPATH patching
ffmpeg was having issues while trying to use the nvenc encodings due to
not finding libcuda.so.1

this was because addOpenGLRunpath was pointing to $out/lib instead of
using the placeholder path of the lib output

Co-authored-by: Mats <mats@mats.sh>
2023-02-18 21:23:16 -03:00
R. Ryantm
8acd149191 gitoxide: 0.20.0 -> 0.22.1 2023-02-19 00:21:58 +00:00
R. Ryantm
6a72c1fa87 fastly: 6.0.3 -> 6.0.6 2023-02-19 00:15:15 +00:00
github-actions[bot]
2534cd7dad Merge master into haskell-updates 2023-02-19 00:14:51 +00:00
R. Ryantm
0934f12b77 minio-client: 2023-01-28T20-29-38Z -> 2023-02-16T19-20-11Z 2023-02-19 00:09:30 +00:00
R. Ryantm
979ac40def iptsd: 1.0.1 -> 1.1.0 2023-02-19 00:03:04 +00:00
github-actions[bot]
8c0220980d Merge staging-next into staging 2023-02-19 00:03:03 +00:00
github-actions[bot]
a1eb3e0b3e Merge master into staging-next 2023-02-19 00:02:27 +00:00
R. Ryantm
3c53c7127d gwc: 0.22-05 -> 0.22-06 2023-02-19 00:01:07 +00:00
Anderson Torres
479fc5215f Merge pull request #216865 from phip1611/init-paging-calculator
paging-calculator: init at 0.1.2
2023-02-18 20:54:00 -03:00
Anderson Torres
5217f8bb91 Merge pull request #216862 from phip1611/init-wambo
wambo: init at 0.3.1
2023-02-18 20:53:27 -03:00
R. Ryantm
dcb9205814 v2ray-geoip: 202302081046 -> 202302160443 2023-02-18 23:53:22 +00:00
Anderson Torres
da26711651 Merge pull request #216867 from phip1611/init-nflz
nflz: init at 1.0.2
2023-02-18 20:52:55 -03:00
Fabian Affolter
fb32630da2 python310Packages.yalexs-ble: 1.12.12 -> 2.0.1
Diff: https://github.com/bdraco/yalexs-ble/compare/refs/tags/v1.12.12...v2.0.1

Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.0.1/CHANGELOG.md
2023-02-19 00:44:49 +01:00
Fabian Affolter
9068a7df21 python310Packages.bthome-ble: 2.5.1 -> 2.6.0
Diff: https://github.com/Bluetooth-Devices/bthome-ble/compare/refs/tags/v2.5.1...v2.6.0

Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v2.6.0/CHANGELOG.md
2023-02-19 00:43:34 +01:00
Fabian Affolter
8457a7b5fb python310Packages.boschshcpy: 0.2.54 -> 0.2.56
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.54...0.2.56
2023-02-19 00:42:36 +01:00
toastal
06365ba454 nethack: 3.6.6 → 3.6.7
Release notes: https://www.nethack.org/v367/release.html

> This release primarily corrects a security issue present in NetHack versions 3.6.2, 3.6.3, 3.6.4, 3.6.5, and 3.6.6

More info: https://www.nethack.org/security/CVE-2023-24809.html
2023-02-18 23:39:43 +00:00
Artturi
6f80f6ef83 Merge pull request #217022 from yu-re-ka/musl-gccgo-ucontext
gcc: add missing libucontext buildInput for pkgsMusl.gccgo12
2023-02-19 01:29:37 +02:00
Fabian Affolter
fa4d08d942 python310Packages.soco: 0.29.0 -> 0.29.1
Diff: https://github.com/SoCo/SoCo/compare/refs/tags/v0.29.0...v0.29.1

Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.29.1
2023-02-19 00:20:59 +01:00
Fabian Affolter
05da7b243c python310Packages.python-kasa: add changelog to meta 2023-02-19 00:19:57 +01:00
Fabian Affolter
d0db621dbb python310Packages.python-kasa: 0.5.0 -> 0.5.1
Diff: https://github.com/python-kasa/python-kasa/compare/refs/tags/0.5.0...0.5.1
2023-02-19 00:17:40 +01:00
Yureka
a86d28efec pkgsMusl.iucode-tool: fix build 2023-02-19 00:12:36 +01:00
davidak
7fac81ab46 Merge pull request #209008 from drperceptron/ioquake3
ioquake3: fix binaries installation location; bump version
2023-02-19 00:08:38 +01:00
Yureka
d15b268284 pkgsMusl.libvirt: fix build 2023-02-19 00:06:36 +01:00
R. Ryantm
c5f0d26da5 libreddit: 0.29.2 -> 0.29.3 2023-02-18 23:00:51 +00:00
davidak
7324263170 Merge pull request #216809 from r-ryantm/auto-update/xterm
xterm: 378 -> 379
2023-02-19 00:00:22 +01:00
Yureka
3a2b7bd7d7 gcc: add missing libucontext buildInput for pkgsMusl.gccgo12 2023-02-18 23:51:32 +01:00
Fabian Affolter
04ee39ebbb Merge pull request #216859 from fabaff/ha-ffmpeg-bump
python310Packages.ha-ffmpeg: 3.0.2 -> 3.1.0
2023-02-18 23:41:13 +01:00
R. Ryantm
91df193fa6 calc: 2.14.1.2 -> 2.14.1.3 2023-02-18 22:39:43 +00:00
R. Ryantm
10013e6782 roctracer: 5.4.2 -> 5.4.3 2023-02-18 22:38:44 +00:00
Kim Lindberger
30ed4863cd Merge pull request #209147 from vojta001/parsedmarc_grafana
nixos/parsedmarc: fix Grafana provisioning
2023-02-18 23:38:33 +01:00
Fabian Affolter
69c814956c Merge pull request #216954 from r-ryantm/auto-update/python310Packages.winacl
python310Packages.winacl: 0.1.6 -> 0.1.7
2023-02-18 23:35:22 +01:00
R. Ryantm
97c91d0d44 sdlpop: 1.22 -> 1.23 2023-02-18 22:29:00 +00:00
Fabian Affolter
48f70aa1a3 mitmproxy2swagger: 0.8.0 -> 0.8.1
Diff: https://github.com/alufers/mitmproxy2swagger/compare/refs/tags/0.8.0...0.8.1

Changelog: https://github.com/alufers/mitmproxy2swagger/releases/tag/0.8.1
2023-02-18 23:24:31 +01:00
R. Ryantm
a859b9cf7f packer: 1.8.5 -> 1.8.6 2023-02-18 22:16:01 +00:00
Fabian Affolter
0eb70a6ab6 python310Packages.hahomematic: 2023.2.8 -> 2023.2.9
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.2.8...2023.2.9

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.2.9
2023-02-18 23:12:52 +01:00
Fabian Affolter
ce182fda38 python310Packages.nomadnet: 0.3.3 -> 0.3.5
Diff: https://github.com/markqvist/NomadNet/compare/refs/tags/0.3.3...0.3.5

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.3.5
2023-02-18 23:12:11 +01:00
Fabian Affolter
1c96d4bf7a python310Packages.lxmf: 0.3.0 -> 0.3.1
Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.3.0...0.3.1

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.3.1
2023-02-18 23:11:33 +01:00
Fabian Affolter
5ba2d0071e python310Packages.rns: 0.4.8 -> 0.4.9
Diff: https://github.com/markqvist/Reticulum/compare/refs/tags/0.4.8...0.4.9

Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.4.9
2023-02-18 23:07:39 +01:00
R. Ryantm
6fcdaffe2c cimg: 3.2.0 -> 3.2.1 2023-02-18 21:57:59 +00:00
R. Ryantm
4ff4fba811 munin: 2.0.71 -> 2.0.72 2023-02-18 21:47:18 +00:00
R. Ryantm
c002e8aa6d hclfmt: 2.16.0 -> 2.16.1 2023-02-18 21:43:00 +00:00
R. Ryantm
31576a14c7 kubecfg: 0.28.1 -> 0.29.0 2023-02-18 21:35:37 +00:00
Nikolay Korotkiy
b9b35e4aa0 cyclonedds: fix name 2023-02-19 00:00:23 +03:00
sternenseemann
bbe6402eca Merge remote-tracking branch 'origin/master' into haskell-updates 2023-02-18 21:56:57 +01:00
sternenseemann
9d78495066 haskellPackages.guardian: fix build by joining cabal-install overlay
The package depends on cabal-install and Cabal which need later versions
of a few packages than we have in our default package set.
2023-02-18 21:55:25 +01:00
sternenseemann
da5233bbc0 haskell.packages.*.[cC]abal*: use core process where possible
Annoyingly weird match since 9.2.4's process version is too old, but
that should go away soon-ish anyways. Prevents mismatches in overrides.
2023-02-18 21:55:25 +01:00
sternenseemann
bdbfe10efb haskell.packages.*.cabal-install{,-solver}: unify overrides
Since the overrides are practically the same for all but the latest GHC
version, we can move the override into configuration-common.nix and rely
on a few conditionals in the overlay assembly — and end up with less
copying around!
2023-02-18 21:55:25 +01:00
Sergei Trofimovich
6c5bf4e060 Merge pull request #209667 from QuantMint/linux
linux: enable ACPI_FPDT, ACPI_HMAT, ACPI_APEI, ACPI_APEI_GHES, ACPI_DPTF
2023-02-18 20:54:24 +00:00
Christian Kögler
0a7bdcbeeb Merge pull request #215934 from ck3d/vdr-updates-2023-02
vdrPlugins: update 2023-02
2023-02-18 21:53:21 +01:00
Christian Kögler
a7830e8146 Merge pull request #200271 from ck3d/fix-cross-pygatt
python310Package.pygatt: fix cross compilation
2023-02-18 21:52:29 +01:00
itycodes
018fbeeaa0 imlib2: 0.9.1 -> 0.10.0 2023-02-18 21:52:06 +01:00
Guillaume Girol
72d9c8354d Merge pull request #214239 from symphorien/ocaml-conflict-verbose
ocamlPackages.findlib: explain how to bypass the dep conflict detection
2023-02-18 20:50:52 +00:00
Nikolay Korotkiy
ad5374c68e Merge pull request #194930 from bachp/cyclondds
cyclondds: init at 0.10.2
2023-02-19 00:48:44 +04:00
Guillaume Girol
e5fca184c1 Merge pull request #216303 from smaret/gildas-update-feb23a
gildas: 20221001_b -> 20230201_a
2023-02-18 20:48:32 +00:00
Joachim Breitner
ea4d2f7e61 ploticus: Fix PREFAB settings, add test
Previously, I would get

    pl: error 22: Cannot open specified scriptfile (@out@/share/ploticus/prefabs/chron.pl)

and it seems the PREFAB setting last changed in
fbc4b41e69
didn't quite work.

So this adds a test to demonstrate the issue, and fixes it by substituting the placeholder.
2023-02-18 21:34:52 +01:00
Nikolay Korotkiy
76f83afe46 Merge pull request #217004 from sikmir/stravalib
python3Packages.stravalib: 1.1.0 → 1.2.0
2023-02-19 00:32:33 +04:00
Sandro
1ca01cb109 Merge pull request #216962 from dit7ya/apx 2023-02-18 21:31:48 +01:00
maralorn
1a26447738 Merge pull request #216985 from sternenseemann/release-haskell-ghc926
release-haskell.nix: reflect release of GHC 9.2.6
2023-02-18 21:29:13 +01:00
maralorn
92d3414dea Merge pull request #216984 from sternenseemann/ghc-tags
haskell.packages.*.ghc-tags: pick compatible version
2023-02-18 21:26:13 +01:00
Nikolay Korotkiy
46797f0061 python3Packages.stravalib: 1.1.0 → 1.2.0 2023-02-18 23:20:48 +03:00
Boey Maun Suang
4d85cedf5a cvc4: Fix build failure from new bash 5.2 feature
Per https://bodhi.fedoraproject.org/updates/FEDORA-2022-dc47174c36:

    This update fixes a failure to build with source with bash 5.2.
    Bash's `patsub_replacement` feature makes ampersand a special
    character when doing variable substitution, which was not previously
    the case. This update instructs bash to turn off the new behavior.

We exclude the unrelated change in that Fedora update (i.e. using Python
3.11's `tomllib` instead of the PyPI `toml` package) since:

    - we package cvc4 with Python versions earlier than 3.11; and
    - since cvc4 is no longer being updated, sticking with the PyPI
      `toml` package causes no extra work in the future.
2023-02-18 14:07:28 -06:00
Vladimír Čunát
2a251d874a thunderbird-bin: 102.7.2 -> 102.8.0 2023-02-18 20:57:26 +01:00
Vladimír Čunát
3784756e4f thunderbird-bin: fix update.nix after PR #214996 2023-02-18 20:57:26 +01:00
Guillaume Girol
515591bb4c Merge pull request #213244 from symphorien/gdb_systemwide_config
gdb: add system-wide configuration file
2023-02-18 19:53:31 +00:00
Pascal Bach
6659191e44 cyclondds: init at 0.10.2 2023-02-18 20:53:14 +01:00
Sandro
f71f6c1c94 Merge pull request #186633 from MoritzBoehme/spacy-models-update-script 2023-02-18 20:50:13 +01:00
Tobias Mayer
f305cd1098 gnomeExtensions.EasyScreenCast: 1.4.0 -> 1.7.0 2023-02-18 20:48:28 +01:00
Guillaume Girol
688e50eb6b Merge pull request #216114 from ehmry/recoll
recoll: wrap some input handlers with extra deps
2023-02-18 19:47:23 +00:00
OPNA2608
0de3431e30 tests/miriway: Explicitly enable X11 for XWayland testing
Works fine without, but just in case
2023-02-18 20:40:53 +01:00
Guillaume Girol
6ab98af548 Merge pull request #216418 from atorres1985-contrib/katriawm
katriawm: 21.09 -> 22.12
2023-02-18 19:40:37 +00:00
sternenseemann
171fb3fed9 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1790868](https://hydra.nixos.org/eval/1790868) of nixpkgs commit [34a7913](34a7913a43) as of 2023-02-18 19:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates

Packages with pending PRs fixing them have not been marked broken. Same
goes for type-natural which seems to be affected by a GHC 9.2.6 bug:
https://gitlab.haskell.org/ghc/ghc/-/issues/23000
2023-02-18 20:37:31 +01:00
sternenseemann
1f99c7d53c haskellPackages.swarm: use now required brick 1.6 2023-02-18 20:37:31 +01:00
sternenseemann
304ccefdd7 haskellPackages.rdf: allow bytestring-0.11.4.0 2023-02-18 20:37:30 +01:00
Guillaume Girol
d3d1f7a275 Merge pull request #216560 from OPNA2608/fix/mir_check_parallelism
mir: Fix parallelism in checkPhase
2023-02-18 19:35:10 +00:00
Guillaume Girol
c9a3eb5c70 Merge pull request #216846 from lilyinstarlight/misc/supercollider-updatescript-strictdeps
supercollider,supercolliderPlugins.sc3-plugins: add updateScript and enable strictDeps
2023-02-18 19:33:23 +00:00
Guillaume Girol
5a83c39a2e Merge pull request #216464 from firefly-cpp/niaarm-031
python310Packages.niaarm: 0.2.4 -> 0.3.1
2023-02-18 19:26:53 +00:00
Philipp Schuster
c4a002263c nflz: init at 1.0.2 2023-02-18 20:21:01 +01:00
Philipp Schuster
4d6552b48e paging-calculator: init at 0.1.2 2023-02-18 20:18:47 +01:00
Guillaume Girol
96c6658c7b Merge pull request #216741 from aaronjheng/hologram
hologram: 1.2.1 -> 1.3
2023-02-18 19:17:56 +00:00
Philipp Schuster
cd413c3abe wambo: init at 0.3.1 2023-02-18 20:16:44 +01:00
sternenseemann
2e9ff9aa98 haskell.packages.*.ghc-tags: pick compatible version
Since there is probably more movement going forward, testing this on
Hydra for multiple GHC versions seems sensible.
2023-02-18 20:16:36 +01:00
Nicholas Sielicki
b391669506 pythonPackages.asyncssh: unbroken on darwin
Marked as broken via bulk commit: 65db3b1

Found to build, pass tests, and function properly on darwin-x86_64.

Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-02-18 19:14:00 +00:00
Nicholas Sielicki
5dd7384427 linuxPackages.ena: 2.8.2 -> 2.8.3
Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-02-18 19:08:46 +00:00
Robert Schütz
ce4244062f python310Packages.caldav: 1.0.1 -> 1.1.1
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.0.1...v1.1.1

Changelog: https://github.com/python-caldav/caldav/blob/master/changelog-1.1.md
2023-02-18 11:04:30 -08:00
OPNA2608
b2a74bc0ab tests/miriway: Refer to upstream issue about keyboard problem 2023-02-18 20:03:02 +01:00
Sandro
6c611e8ff0 Merge pull request #216159 from Cynerd/gitlab-runner-bash-quote 2023-02-18 19:54:37 +01:00
Antoine Pietri
85c48a38b4 Revert "transmission: use openssl_legacy"
This reverts commit 52fe5d3bb6.

The patch prevents a segfault in EVP_CIPHER_CTX_set_key_length() when
adding a new torrent. This should have been fixed by switching the
dependency to the legacy openssl package. However, when installing the
Qt version, `transmission-qt` still ends up picking up a non-legacy
openssl via the Qt dependency.
2023-02-18 19:45:50 +01:00
OPNA2608
4f3353c775 miriway: unstable-2022-12-18 -> unstable-2023-02-18 2023-02-18 19:21:26 +01:00
IndeedNotJames
caf9025ab4 forgejo: 1.18.3-1 -> 1.18.3.2
833c98ffaf/RELEASE-NOTES.md (1-18-3-2)
2023-02-18 19:15:45 +01:00
Artturi
cdcca1cdcd Merge pull request #215715 from Artturin/removegirworkarounds2 2023-02-18 20:12:57 +02:00
github-actions[bot]
0e856cc7de Merge staging-next into staging 2023-02-18 18:01:58 +00:00
Moritz Böhme
156a3366ae python3Packages.spacy_models: add updateScript
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-18 19:01:52 +01:00
github-actions[bot]
05782cfb75 Merge master into staging-next 2023-02-18 18:01:22 +00:00
Robert Schütz
ea64ad20e3 kdeltachat: unstable-2022-03-20 -> unstable-2023-01-31
Diff: 0c9370cfe4
2023-02-18 09:53:45 -08:00
Robert Schütz
8e378e3c25 libdeltachat: 1.107.1 -> 1.108.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/1.107.1...1.108.0

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/1.108.0/CHANGELOG.md
2023-02-18 09:53:45 -08:00
Robert Schütz
3fc5aeccd0 python310Packages.ocrmypdf: 14.0.2 -> 14.0.3
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.0.2...v14.0.3

Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v14.0.3/docs/release_notes.rst
2023-02-18 09:53:12 -08:00
Robert Schütz
177c2e4ffb python310Packages.pikepdf: 7.0.0 -> 7.1.1
Diff: https://github.com/pikepdf/pikepdf/compare/v7.0.0...v7.1.1

Changelog: https://github.com/pikepdf/pikepdf/blob/v7.1.1/docs/releasenotes/version7.rst
2023-02-18 09:53:12 -08:00
R. Ryantm
acde7b8e9f sasutils: 0.3.13 -> 0.4.0 2023-02-18 17:39:01 +00:00
sternenseemann
1c8a5643ed release-haskell.nix: reflect release of GHC 9.2.6 2023-02-18 18:34:10 +01:00
sternenseemann
faa46049d2 haskellPackages.lima: disable test suite missing test data 2023-02-18 18:16:49 +01:00
sternenseemann
76d60f67f5 haskellPackages.domaindriven-core: disable IP based postgresql test 2023-02-18 18:16:11 +01:00
Artturi
76844dfcfd Merge pull request #211187 from Artturin/movetestpatchshenbag 2023-02-18 19:13:17 +02:00
Naïm Favier
6c7d4d4f9d lib/options: update showOption comment 2023-02-18 18:13:11 +01:00
R. Ryantm
45f2df84e0 python310Packages.pyrfxtrx: 0.30.0 -> 0.30.1 2023-02-18 09:06:53 -08:00
sternenseemann
34a7913a43 haskellPackages.minicurl: disable test suite accessing the network 2023-02-18 17:54:14 +01:00
Sandro
c954a09fb8 Merge pull request #214729 from zendo/iotas 2023-02-18 17:39:07 +01:00
R. Ryantm
0582f13e3c thunderbird-unwrapped: 102.7.2 -> 102.8.0 2023-02-18 16:35:10 +00:00
Sandro Jäckel
a62d444697 steam-small: init
A steam variant without game specific libraries to have a smaller
footprint on systems where people don't need or want the full blown fhs.
2023-02-18 17:34:49 +01:00
R. Ryantm
5c15c7f165 python310Packages.ignite: 0.4.10 -> 0.4.11 2023-02-18 16:09:23 +00:00
Sandro
ed06af1114 Merge pull request #216760 from linsui/amberol 2023-02-18 17:07:27 +01:00
Artturi
35b188cf63 Merge pull request #216844 from hesiod/fix-216390
embree, openimagedenoise: Fix build failure due to TBB split
2023-02-18 17:47:31 +02:00
Mario Rodas
8780d8542d ruby_3_0: fix build on darwin 2023-02-18 10:45:00 -05:00
ajs124
d052d4f185 jenkins: 2.375.2 -> 2.375.3
https://www.jenkins.io/changelog-stable//#v2.375.3
2023-02-18 16:38:40 +01:00
Stefan Frijters
699f1d0c76 mailutils: fix and enable testing
* Remove readmsg-tests: the missing files are now present and the
  files that were fetched caused test failures.
* Remove references to maidag, it was removed upstream.
* Fix test macro and enable tests.
2023-02-18 16:37:09 +01:00
Stefan Frijters
98bfe47a43 mailutils: enable parallel building again 2023-02-18 16:37:08 +01:00
Stefan Frijters
027f219714 mailutils: make Python and Guile support optional
Disabling both reduces the closure size from 232MB -> 92MB.
2023-02-18 16:36:33 +01:00
Nikolay Korotkiy
523045811a Merge pull request #216948 from sikmir/martin
martin: 0.6.2 → 0.7.0
2023-02-18 19:18:42 +04:00
Martin Weinelt
720a248b44 python310Packages.aiohttp: Make failing tests non-strict
Patch originated at Red Hat and was already applied for Fedora.

```
=================================== FAILURES ===================================
__________________________ test_default_loop[pyloop] ___________________________
[XPASS(strict)] No idea why ClientRequest() is constructed out of loop but it calls `asyncio.get_event_loop()`
____________________ TestStreamReader.test_ctor_global_loop ____________________
[XPASS(strict)] No idea why ClientRequest() is constructed out of loop but it calls `asyncio.get_event_loop()`
__________________________ test_set_loop_default_loop __________________________
[XPASS(strict)] No idea why _set_loop() is constructed out of loop but it calls `asyncio.get_event_loop()`
```
2023-02-18 16:05:29 +01:00
Naïm Favier
5de1815be9 Merge pull request #215990 from ncfavier/agda-tests
agda: fix passthru
2023-02-18 16:04:39 +01:00
Sandro Jäckel
ad815aebfb steam: cleanup 2023-02-18 16:02:22 +01:00
Sergei Trofimovich
f488b617ab setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED (take 2) (#216967)
This time the change targets `staging`.

This reverts commit e1f1c7eb79.
2023-02-18 15:53:42 +01:00
R. Ryantm
388f6fb60d python310Packages.azure-mgmt-reservations: 2.1.0 -> 2.2.0 2023-02-18 14:45:09 +00:00
Sandro Jäckel
ca2ce98720 steam-fhs: remove deprecated options 2023-02-18 15:42:39 +01:00
Tobias Mayer
482dfddc23 thrift: 0.17.0 -> 0.18.0 2023-02-18 15:40:55 +01:00
Florian Klink
4bfb6411e3 Merge pull request #215188 from ElvishJerricco/binfmt-bad-setting-fix
binfmt: Don't create invalid service with no registrations
2023-02-18 15:39:46 +01:00
figsoda
b4e9968c51 Merge pull request #216958 from xanderio/nvim-nu
vimPlugins.nvim-nu: init at 2023-01-03
2023-02-18 09:36:25 -05:00
K900
4c7cfa2ed0 Merge pull request #216883 from hw-lunemann/steam-mangohud
steam: add elfutils to fhsenv
2023-02-18 17:32:07 +03:00
Michael Weiss
7e7f9e08fe chromiumDev: 112.0.5582.0 -> 112.0.5596.2 2023-02-18 15:16:41 +01:00
maralorn
b5fa92b2e6 doc/haskell: Add clarifications in section about versions 2023-02-18 15:15:11 +01:00
github-actions[bot]
aaa6cd4e04 Merge staging-next into staging 2023-02-18 14:13:15 +00:00
Alyssa Ross
38f0121cce Merge master (+ 11b095e revert) into staging-next
Conflicts:
	pkgs/development/libraries/libvisual/default.nix
2023-02-18 14:04:32 +00:00
Alyssa Ross
805ba10ecb Revert "libvisual: disable building examples when cross compiling"
This reverts commit 11b095e880.

We have a better fix (fa0633e) in staging-next, which I'm about to
merge into.
2023-02-18 14:03:10 +00:00
Nick Cao
571a705593 Merge pull request #216894 from figsoda/semver
cargo-semver-checks: 0.18.0 -> 0.18.1
2023-02-18 21:57:35 +08:00
Mostly Void
86dcd967a8 apx: 1.4.2 -> 1.7.0-1 2023-02-18 19:17:52 +05:30
"Alexander Sieg"
b8c9746245 vimPlugins.nvim-treesitter: update grammars 2023-02-18 14:42:27 +01:00
"Alexander Sieg"
3729faa458 vimPlugins.nvim-nu: init at 2023-01-03 2023-02-18 14:42:27 +01:00
"Alexander Sieg"
161f4d3652 vimPlugins: update 2023-02-18 14:42:27 +01:00
R. Ryantm
2dbe0d321b python310Packages.adjusttext: 0.7.3.1 -> 0.8.0 2023-02-18 13:31:42 +00:00
Mario Rodas
8b396456b0 Merge pull request #216898 from marsam/update-lxd
lxd: 5.10 -> 5.11
2023-02-18 08:25:05 -05:00
Moritz Angermann
bd4cdf346c android-ndk: allow -no-pie
We add -pie if we don't find -shared in the arguments. However this does not
work in the presense of @response files.  We also do not respect -no-pie, and
add -pie regardless. This improves the argument parsing, and allows to prevent
the forced -pie flag.
2023-02-18 13:19:47 +00:00
Stefan Frijters
4c16406089 mailutils: 3.14 -> 3.15
Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=10160
2023-02-18 14:19:17 +01:00
Maximilian Bosch
1d1688bb21 Merge pull request #216670 from cole-h/fix-em-ice-bonding
linux_{5_15,6_1}: revert patch to fix Equinix Metal bonded networking with `ice` driver
2023-02-18 14:18:24 +01:00
R. Ryantm
7303ad931b python310Packages.winacl: 0.1.6 -> 0.1.7 2023-02-18 13:12:30 +00:00
Nikolay Korotkiy
a49354a8c6 martin: 0.6.2 → 0.7.0 2023-02-18 16:11:47 +03:00
Thiago Kenji Okada
f47ea8fbf7 Merge pull request #216855 from thiagokokada/build-graalvm-allow-override
buildGraalvmNativeImage: allow overriding attributes
2023-02-18 13:05:06 +00:00
R. Ryantm
a0e76d80c6 awscli2: 2.10.0 -> 2.10.1 2023-02-18 13:01:07 +00:00
linsui
99892e9bfb sing-geosite: init at 20230202101858 2023-02-18 20:59:30 +08:00
Olivier 'reivilibre
b2eda78bea dar: include zstd as buildInput to support Zstd-compressed archives 2023-02-18 12:54:44 +00:00
José Romildo Malaquias
f372255aaa Merge pull request #216927 from r-ryantm/auto-update/libsForQt5.qtstyleplugin-kvantum
libsForQt5.qtstyleplugin-kvantum: 1.0.7 -> 1.0.9
2023-02-18 09:48:41 -03:00
Thiago Kenji Okada
aea640a73b buildGraalvmNativeImage: allow overriding attributes
Remove the previous function closure, that would make it difficult to
access the inner derivation attributes.

Fix issue #216787.
2023-02-18 12:38:09 +00:00
Vincent Laporte
b965765e5d ocamlPackages.netchannel: 2.1.1 → 2.1.2 2023-02-18 13:26:46 +01:00
pennae
81cf173256 nixos-render-docs: use multiprocessing for options
options processing is pretty slow right now, mostly because the
markdown-it-py parser is pure python (and with performance
pessimizations at that). options parsing *is* embarassingly parallel
though, so we can just fork out all the work to worker processes and
collect the results.

multiprocessing probably has a greater benefit on linux than on darwin
since the worker spawning method darwin uses is less efficient than
fork() on linux. this hasn't been tested on darwin, only on linux, but
if anything darwin will be faster with its preferred method.
2023-02-18 13:17:57 +01:00
github-actions[bot]
5f4e07deb7 terraform-providers.vault: 3.12.0 → 3.13.0 2023-02-18 21:52:29 +10:00
github-actions[bot]
28f6883dd5 terraform-providers.azurerm: 3.44.0 → 3.44.1 2023-02-18 21:52:29 +10:00
github-actions[bot]
29b571a505 terraform-providers.huaweicloud: 1.44.1 → 1.44.2 2023-02-18 21:52:29 +10:00
github-actions[bot]
e26cbd73d3 terraform-providers.github: 5.17.0 → 5.18.0 2023-02-18 21:52:29 +10:00
github-actions[bot]
6d3b26f154 terraform-providers.azuread: 2.34.0 → 2.34.1 2023-02-18 21:52:29 +10:00
Fabian Affolter
e2f4fa73e7 Merge pull request #216881 from fabaff/fortiosapi-fix
python310Packages.fortiosapi: add missing input
2023-02-18 12:47:54 +01:00
Fabian Affolter
2c63ee458a python310Packages.ha-ffmpeg: fix changelog entry 2023-02-18 12:47:45 +01:00
Fabian Affolter
30baa9abb7 Merge pull request #216916 from r-ryantm/auto-update/python310Packages.pipdeptree
python310Packages.pipdeptree: 2.3.3 -> 2.4.0
2023-02-18 12:46:13 +01:00
Fabian Affolter
49fe17d3b4 Merge pull request #216918 from r-ryantm/auto-update/flexget
flexget: 3.5.24 -> 3.5.25
2023-02-18 12:45:46 +01:00
Fabian Affolter
f22c5e4532 python310Packages.py3status: add changelog to meta 2023-02-18 12:45:05 +01:00
Fabian Affolter
d76f7245ab Merge pull request #215984 from fabaff/ciscoconfparse-bump
python310Packages.ciscoconfparse: 1.6.50 -> 1.7.15
2023-02-18 12:40:05 +01:00
Pavol Rusnak
8db1a7588f Merge pull request #216851 from lilyinstarlight/misc/kodelife-updatescript 2023-02-18 12:35:34 +01:00
Mahmoud Ayman
06374bf2a2 anki-bin: 2.1.57 -> 2.1.58 2023-02-18 13:27:33 +02:00
Ashish SHUKLA
7df36e5add openssh_hpn: 9.1p1 -> 9.2p1
The latest patch has diffs with mixed strip prefixes counts
(i.e. patch -pX) so it needs to be split into two diffs, one that can
be applied with -p1 and one that needs to be fixed up
2023-02-18 11:25:08 +00:00
Norbert Melzer
73fa64b414 hledger-utils: 1.12.1 -> 1.13.2 2023-02-18 12:19:33 +01:00
superherointj
92e139bcf4 Merge pull request #215481 from bryanasdev000/kubeshark
kubeshark: init at 38.5
2023-02-18 08:14:08 -03:00
R. Ryantm
5540b40559 python310Packages.railroad-diagrams: 2.0.4 -> 3.0.1 2023-02-18 11:06:17 +00:00
Yureka
e1f1c7eb79 Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED" (#216935)
This is a stdenv rebuild and should have gone to staging
2023-02-18 11:33:13 +01:00
Jonas Heinrich
ef56f34e07 opensnitch: Fix build by sticking with Go 1.18 2023-02-18 04:55:46 -05:00
Sergei Trofimovich
9b0c789970 Merge pull request #215938 from trofi/xorg.xkbcomp-update
xorg.xkbcomp: 1.4.5 -> 1.4.6
2023-02-18 09:49:18 +00:00
Sergei Trofimovich
e2dcad25f2 Merge pull request #215838 from trofi/xorg.libXxf86vm-update
xorg.libXxf86vm: 1.1.4 -> 1.1.5
2023-02-18 09:48:58 +00:00
Sergei Trofimovich
0919345c52 Merge pull request #215785 from trofi/cracklib-update
cracklib: 2.9.7 -> 2.9.8
2023-02-18 09:48:01 +00:00
Sergei Trofimovich
95e7aa789d Merge pull request #216194 from Kiskae/patch-4
xwayland: enable libunwind
2023-02-18 09:47:12 +00:00
Damien Cassou
1c26aaab3a base16-schemes: init at unstable-2022-12-16 2023-02-18 10:34:08 +01:00
R. Ryantm
c8eb0277ed python310Packages.py3status: 3.48 -> 3.49 2023-02-18 09:20:50 +00:00
Jonas Heinrich
48c2331991 Merge pull request #216856 from fabaff/grype-bump
grype: 0.56.0 -> 0.57.1
2023-02-18 10:20:44 +01:00
Sergei Trofimovich
c8ca871429 Merge pull request #216016 from amjoseph-nixpkgs/pr/setup/NIX_OUTPATH_USED_AS_RANDOM_SEED
setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED
2023-02-18 09:20:26 +00:00
Fabian Affolter
b371d35aa6 Merge pull request #216890 from fabaff/jaconv-bump
python310Packages.jaconv: 0.3.1 -> 0.3.4
2023-02-18 10:04:06 +01:00
Sergei Trofimovich
2ea3482502 Merge pull request #216136 from amjoseph-nixpkgs/pr/gcc/enableBootstrap
gcc: expose --disable-bootstrap as disableBootstrap
2023-02-18 08:51:38 +00:00
R. Ryantm
6d97ba09cb libsForQt5.qtstyleplugin-kvantum: 1.0.7 -> 1.0.9 2023-02-18 08:40:15 +00:00
R. Ryantm
51d0e4e922 python310Packages.python-manilaclient: 4.2.0 -> 4.3.0 2023-02-18 08:31:46 +00:00
Bryan A. S
0fcc1b8ef8 kubeshark: init at 38.5 2023-02-18 05:03:19 -03:00
R. Ryantm
75f8d26567 jackett: 0.20.3063 -> 0.20.3160 2023-02-18 07:59:23 +00:00
Nick Cao
dd48301e0d Merge pull request #216806 from ulrikstrid/ulrikstrid--kitty-themes-2023-01-08
kitty-themes: 2022-08-11 -> 2023-01-08
2023-02-18 15:58:25 +08:00
Nick Cao
54a954d251 Merge pull request #216302 from NickCao/libvisual
libvisual: disable building examples when cross compiling
2023-02-18 15:52:59 +08:00
Nick Cao
2373e77aa2 Merge pull request #216598 from NickCao/tdesktop
tdesktop: 4.6.2 -> 4.6.3
2023-02-18 15:52:30 +08:00
Nick Cao
2cf8e2f7ad nixos/mautrix-telegram: add ffmpeg-full to path
Used for converting tgs to webm and webp format, as well as generating
video thumbnails. Using ffmpeg-full for webp support.
2023-02-18 15:40:55 +08:00
PoweredByPie
48956a029e zls: Run pre/post install hooks
See https://nixos.org/manual/nixpkgs/stable/#sec-stdenv-phases.
2023-02-17 23:40:40 -08:00
Nick Cao
07c001747e mautrix-telegram: unstable-2023-01-28 -> unstable-2023-02-16
Changes: f12abbe038...354b49d9e5
Highlight: Replace moviepy with directly using ffmpeg for video thumbnails
2023-02-18 15:40:37 +08:00
Nick Cao
59325a5c3c python3Packages.mautrix: 0.19.3 -> 0.19.4 2023-02-18 15:40:35 +08:00
PoweredByPie
60acc5a747 zls: Don't run configure step on Zig package
Follows convention of more popular Zig packages, such as `river`.
2023-02-17 23:39:17 -08:00
PoweredByPie
3bf82c2f5b zls: 0.9.0 -> 0.10.0
Changelog: https://github.com/zigtools/zls/releases/tag/0.10.0
2023-02-17 23:38:09 -08:00
PoweredByPie
d796cb807f zls: Move zls to pkgs/development/tools/language-servers
Follows convention of commit e4d0f455fa.
2023-02-17 23:36:00 -08:00
R. Ryantm
68fd6739ba python310Packages.oci: 2.91.0 -> 2.92.0 2023-02-18 07:27:04 +00:00
Nikola Knezevic
aae8cfd998 tvnamer: add setuptools dependency to requests-cache 0.5.2
tvnamer has a direct dependency on old version of requests-cache 0.5.2.
Unfortunately, it was failing to build as it was missing setuptools.
This change adds this dependency. Along with the fixes to tvdb_api, now
tvnamer correctly builds.
2023-02-18 14:56:34 +08:00
Nikola Knezevic
06841a64aa tvdb_api: unblock by using the latest version
Unreleased version (there have not been any updates since April 2021)
contains fixes to _to_bytes issue that caused tvdb_api to fail to build.
2023-02-18 14:56:34 +08:00
R. Ryantm
145630955d flexget: 3.5.24 -> 3.5.25 2023-02-18 06:40:43 +00:00
R. Ryantm
c79e326a59 erlang: 25.2.2 -> 25.2.3 2023-02-18 01:34:50 -05:00
Dmitry Kalinkin
33f52948e6 Merge pull request #216907 from NixOS/tensor-cleanup
python310Packages.tensorflow: remove ? null from inputs
2023-02-18 01:15:06 -05:00
github-actions[bot]
770622d76c Merge staging-next into staging 2023-02-18 06:02:07 +00:00
github-actions[bot]
54adb1d4b1 Merge master into staging-next 2023-02-18 06:01:29 +00:00
Nick Cao
606f8af262 Merge pull request #216910 from figsoda/cargo-tally
cargo-tally: 1.0.22 -> 1.0.23
2023-02-18 13:50:50 +08:00
R. Ryantm
0980625b3c python310Packages.pipdeptree: 2.3.3 -> 2.4.0 2023-02-18 05:42:53 +00:00
Artturin
d5b6b6232c librsvg: create loaders.cache even when cross-compiling 2023-02-18 07:35:56 +02:00
Artturin
7637168dd2 librsvg: withIntrospection when stdenv.hostPlatform.emulatorAvailable buildPackages 2023-02-18 07:35:56 +02:00
Nick Cao
88f9545434 Merge pull request #216226 from tux1c/mongoc-1.23.2
mongoc: 1.23.1 -> 1.23.2
2023-02-18 13:34:21 +08:00
Nick Cao
67176fa69d Merge pull request #216860 from fabaff/xiaomi-ble-bump
python310Packages.xiaomi-ble: 0.16.3 -> 0.16.4
2023-02-18 13:20:05 +08:00
R. Ryantm
6a9fdab47e python310Packages.iminuit: 2.19.0 -> 2.20.0 2023-02-18 04:59:25 +00:00
figsoda
9e9a2124cf cargo-tally: 1.0.22 -> 1.0.23
Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.23
2023-02-17 23:42:30 -05:00
Mario Rodas
16f68c3db5 rbw: 1.4.3 -> 1.5.0 2023-02-18 04:20:00 +00:00
Nick Cao
63d3f5aec3 Merge pull request #216803 from joshniemela/master
julia_19: 1.9.0-beta2 -> 1.9.0-beta4
2023-02-18 11:09:36 +08:00
Nick Cao
adc41db18f Merge pull request #216679 from anthonyroussel/awscli_2_10
awscli2: 2.9.21 -> 2.10.0
2023-02-18 10:58:49 +08:00
Nick Cao
d9eb7f0f81 Merge pull request #216794 from erikarvstedt/btcpayserver-1.7.12
btcpayserver: 1.7.7 -> 1.7.12
2023-02-18 10:51:05 +08:00
Bobby Rong
54c86ebc98 Merge pull request #216586 from bobby285271/fix/pantheon-clutter-cleanup
Pantheon: cleanup unused clutter dep
2023-02-18 10:50:26 +08:00
Nick Cao
0e3867cead Merge pull request #216811 from R-VdP/via-2-1-0
Via 2.0.5 -> 2.1.0
2023-02-18 10:49:28 +08:00
Anderson Torres
d0e354b9a1 Merge pull request #216528 from GenericNerdyUsername/xemu-init
xemu: init at 0.7.84
2023-02-17 23:46:58 -03:00
Nick Cao
87e235fdd9 Merge pull request #216840 from jansol/tauon
tauon: 7.4.7 -> 7.5.0
2023-02-18 10:46:46 +08:00
Nick Cao
d60abd1937 Merge pull request #216831 from eliandoran/dev/trilium-update
trilium-{desktop,server}: 0.58.7 -> 0.58.8
2023-02-18 10:46:02 +08:00
Nick Cao
9d3aa00ab5 Merge pull request #216871 from arjan-s/init-types-pillow
python3Packages.types-pillow: init at 9.4.0.12
2023-02-18 10:44:21 +08:00
Nick Cao
14f6afaeaf Merge pull request #216847 from lilyinstarlight/misc/platform-folders-updatescript
platform-folders: add updateScript
2023-02-18 10:44:11 +08:00
Nick Cao
5dddbf8190 Merge pull request #216848 from lilyinstarlight/misc/gl3w-updatescript
gl3w: add updateScript
2023-02-18 10:43:45 +08:00
Nick Cao
2d5f853060 Merge pull request #216849 from lilyinstarlight/misc/crossguid-updatescript
crossguid: add updateScript
2023-02-18 10:43:31 +08:00
Nick Cao
396d8cdc91 Merge pull request #216854 from amesgen/gh-dash-3.7.6
gh-dash: 3.6.0 -> 3.7.6
2023-02-18 10:42:39 +08:00
Nick Cao
b0a79459dc Merge pull request #216863 from bcdarwin/revert-catboost-breakage
Revert "python3Packages.catboost: 1.0.5 -> 1.1.1"
2023-02-18 10:42:13 +08:00
Sandro Jäckel
a7deb859a8 python310Packages.tensorflow: remove ? null from inputs 2023-02-18 03:37:57 +01:00
Sandro
3b85f26233 Merge pull request #215863 from sikmir/python-isort 2023-02-18 03:37:30 +01:00
Emily Trau
949b1df785 nixos/tailscale: fix config priority conflict 2023-02-18 13:28:04 +11:00
Fabián Heredia Montiel
5728350050 scala: 3.2.0 → 3.2.2 2023-02-17 20:23:17 -06:00
Sandro
bbe2cf62a8 Merge pull request #206404 from fgaz/openrgb-plugin-hardwaresync/init 2023-02-18 03:14:49 +01:00
figsoda
3bbcfbefb8 Merge pull request #216690 from figsoda/pest
vimPlugins.pest-vim: init at 2020-04-20
2023-02-17 21:04:17 -05:00
Joshua Niemelä
a4f7cd5fe3 julia_19: add joshniemela to maintainers 2023-02-18 02:59:03 +01:00
Joshua Niemelä
ebb1b60be1 maintainers: add joshniemela 2023-02-18 02:58:58 +01:00
Aycan Irican
dd389f68ea snort: 2.9.18 -> 2.9.20 2023-02-17 17:51:37 -08:00
Ryan Rasti
be1f8ec4f5 fetchHex produces outputs that mix will accept 2023-02-17 20:50:47 -05:00
R. Ryantm
968983558f python310Packages.azure-mgmt-cognitiveservices: 13.3.0 -> 13.4.0 2023-02-18 01:44:39 +00:00
R. Ryantm
b41995fe51 spleen: 1.9.1 -> 1.9.2 2023-02-18 00:50:14 +00:00
figsoda
535bad9f92 cargo-semver-checks: 0.18.0 -> 0.18.1
Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.18.0...v0.18.1
2023-02-17 19:44:15 -05:00
Mario Rodas
d48c8e181e Merge pull request #216790 from marsam/update-pg_ivm
postgresqlPackages.pg_ivm: 1.4 -> 1.5
2023-02-17 19:35:53 -05:00
Mario Rodas
ef214a6235 Merge pull request #216879 from esclear/update-pgmodeler
pgmodeler: 1.0.0 -> 1.0.1
2023-02-17 19:34:30 -05:00
Mario Rodas
8f55682cde Merge pull request #216721 from LibreCybernetics/update-pgsync
pgsync: 0.7.2 → 0.7.3
2023-02-17 19:30:57 -05:00
Sandro
4294491622 Merge pull request #216852 from rhendric/rhendric/yt-dlp 2023-02-18 01:29:45 +01:00
R. Ryantm
7ae4cc2a21 edencommon: 2023.01.30.00 -> 2023.02.13.00 2023-02-18 00:29:17 +00:00
Sandro
ef3fd36f5b Merge pull request #190318 from elohmeier/sslscan-tlscompression 2023-02-18 01:24:32 +01:00
Fabian Affolter
af1a106241 python310Packages.jaconv: 0.3.1 -> 0.3.4
Diff: https://github.com/ikegami-yukino/jaconv/compare/refs/tags/v0.3.1...v0.3.4

Changelog: https://github.com/ikegami-yukino/jaconv/blob/v0.3.4/CHANGES.rst
2023-02-18 01:23:05 +01:00
Fabian Affolter
cce3f9204c python310Packages.jaconv: update rev 2023-02-18 01:22:46 +01:00
R. Ryantm
d57bfa7e1e heimer: 3.6.4 -> 3.7.0 2023-02-18 00:21:45 +00:00
github-actions[bot]
862a8fd659 Merge master into haskell-updates 2023-02-18 00:13:45 +00:00
Fabian Affolter
313b849331 Merge pull request #216880 from r-ryantm/auto-update/python310Packages.ha-philipsjs
python310Packages.ha-philipsjs: 3.0.0 -> 3.0.1
2023-02-18 01:03:46 +01:00
Fabian Affolter
ebacc5ca63 Merge pull request #213582 from fabaff/email-validator-bump
python310Packages.email-validator: 1.3.0 -> 1.3.1
2023-02-18 01:03:29 +01:00
Fabian Affolter
2f3ed68ea7 Merge pull request #216139 from fabaff/check-manifest-bump
python310Packages.check-manifest: 0.48 -> 0.49
2023-02-18 01:03:04 +01:00
github-actions[bot]
c466fa7ff4 Merge staging-next into staging 2023-02-18 00:02:56 +00:00
Fabian Affolter
e83c27698f Merge pull request #216822 from fabaff/cwl-utils-bump
python310Packages.cwl-utils: 0.22 -> 0.23
2023-02-18 01:02:41 +01:00
github-actions[bot]
69a8c9e227 Merge master into staging-next 2023-02-18 00:02:21 +00:00
Fabian Affolter
16f0e8aa1a Merge pull request #216832 from fabaff/python-ipmi-bump
python310Packages.python-ipmi: 0.5.3 -> 0.5.4
2023-02-18 01:00:31 +01:00
Fabian Affolter
fefc497c4c Merge pull request #216833 from fabaff/pyfido-bump
python310Packages.pyfido: 2.1.1 -> 2.1.2
2023-02-18 01:00:08 +01:00
Fabian Affolter
013ccf8f42 Merge pull request #216834 from fabaff/pydeconz-bump
python310Packages.pydeconz: 106 -> 107
2023-02-18 00:59:53 +01:00
Fabian Affolter
fdea01a8e7 Merge pull request #216835 from fabaff/slack-sdk-bump
python310Packages.slack-sdk: 3.19.5 -> 3.20.0
2023-02-18 00:59:39 +01:00
Fabian Affolter
44b792733d Merge pull request #216839 from fabaff/weconnect-bump
python310Packages.weconnect: 0.50.1 -> 0.52.0, python310Packages.weconnect-mqtt: 0.41.1 -> 0.42.0
2023-02-18 00:59:28 +01:00
Fabian Affolter
d2eec8d2df Merge pull request #216836 from fabaff/griffe-bump
python310Packages.griffe: 0.25.4 -> 0.25.5
2023-02-18 00:59:17 +01:00
Fabian Affolter
929b3d7c2d Merge pull request #216868 from phip1611/ansi-fix
ansi: fix typo
2023-02-18 00:37:45 +01:00
R. Ryantm
891c5883f8 python310Packages.atlassian-python-api: 3.32.2 -> 3.33.0 2023-02-17 23:35:12 +00:00
Fabian Affolter
644fd982a9 python310Packages.databricks-sql-connector: 2.2.1 -> 2.3.0
Diff: https://github.com/databricks/databricks-sql-python/compare/refs/tags/v2.2.1...v2.3.0

Changelog: https://github.com/databricks/databricks-sql-python/blob/v2.3.0/CHANGELOG.md
2023-02-18 00:28:51 +01:00
Guillaume Racicot
fa65b293a9 cmake: 3.25.1 -> 3.25.2 2023-02-18 00:28:08 +01:00
hw-lunemann
eaf8701406 steam: add elfutils to fhsenv
Pressure-vessel's helper *-inspect-library now depends on libelf.so.1 which is provided by elfutils.out (not libelf) on nixos.
2023-02-18 00:26:38 +01:00
R. Ryantm
5759ce6ce0 python310Packages.ha-philipsjs: 3.0.0 -> 3.0.1 2023-02-17 23:08:40 +00:00
Fabian Affolter
66e3615642 python310Packages.fortiosapi: add missing input 2023-02-18 00:08:25 +01:00
Daniel Albert
9c29ccb376 pgmodeler: 1.0.0 -> 1.0.1 2023-02-18 00:05:53 +01:00
zowoq
270de46da6 nomad_1_4: 1.4.3 -> 1.4.4
https://github.com/hashicorp/nomad/releases/tag/v1.4.4
2023-02-18 09:05:09 +10:00
zowoq
5618484d80 nomad_1_3: 1.3.8 -> 1.3.9
https://github.com/hashicorp/nomad/releases/tag/v1.3.9
2023-02-18 09:05:09 +10:00
zowoq
fe4364f503 nomad_1_2: 1.2.15 -> 1.2.16
https://github.com/hashicorp/nomad/releases/tag/v1.2.16
2023-02-18 09:05:09 +10:00
Andreas Wiese
f20053f423 bpytop: remove
First there was bashtop, which was replaced by bpytop for i.a.
performance reasons.  Now there's btop (written in C++) and another one
bites the dust.

Let it be gone for good.
2023-02-18 00:04:17 +01:00
superherointj
2ea8b001f6 beam/fetch-mix-deps: replace mixEnv with MIX_ENV
Currently, when fetchMixDeps is executed without mixEnv argument.
"mixEnv" envvar is empty at installPhase, instead of having value "prod".
This happens because optional attrs values are not included in @attrs variable.
Thrus being necessary to replace mixEnv for MIX_ENV, which holds value "prod".

Reference: https://github.com/NixOS/nixpkgs/pull/216214#issuecomment-1434737238
2023-02-17 17:47:22 -05:00
Azat Bahawi
ea07b21c07 Merge pull request #209624 from 3JlOy-PYCCKUi/paperview
paperview: init at unstable-2020-09-22
2023-02-18 01:47:02 +03:00
shimun
c4ffd05ca9 certstrap: 1.2.0 -> 1.3.0
Changelog: https://github.com/square/certstrap/releases/tag/v1.3.0
2023-02-17 23:46:19 +01:00
Jonas Heinrich
13ff144c70 nixos/maddy: Add option ensureAccounts 2023-02-17 17:42:27 -05:00
Sandro
d79f5d4516 Merge pull request #216827 from PedroHLC/libdisplay-info-patch-fix 2023-02-17 23:24:46 +01:00
Fabian Affolter
1555f8d534 python310Packages.python-lz4: 4.3.1 -> 4.3.2
Diff: https://github.com/python-lz4/python-lz4/compare/refs/tags/v4.3.1...v4.3.2

Changelog: https://github.com/python-lz4/python-lz4/releases/tag/v4.3.2
2023-02-17 23:21:45 +01:00
Fabian Affolter
827995378d python310Packages.databricks-sql-connector: add changelog to meta 2023-02-17 23:21:44 +01:00
Fabian Affolter
4dc2855992 python310Packages.python-lz4: add changelog to meta 2023-02-17 23:21:44 +01:00
Yan
3dbc3b9c65 mongoc: add patch documentation 2023-02-18 00:12:15 +02:00
3JlOy_PYCCKUI
0614908d62 paperview: init at unstable-2020-09-22 2023-02-18 01:08:09 +03:00
Lin Jian
405919c6c9 nixos/kanata: misc improvements
- simplify some descriptions
- use getExe instead of hardcoding a binary path
- remove a unneeded "lib."
2023-02-17 22:34:38 +01:00
Lin Jian
46122183b5 nixos/kanata: remove a limit that number of devices cannot be 0
Since 1.0.8, kanata can automatically detect keyboard devices if
linux-dev is not in config.
2023-02-17 22:34:38 +01:00
Lin Jian
f34917b128 nixos/kanata: do not use path activation
Since 1.2.0, kanata handles missing keyboards well:
- only one keyboard need to be present when kanata starts;
- if linux-continue-if-no-devs-found is set to yes, all keyboards can
be missing at the beginning;
- all keyboards can be (un)pluged when kanata is running.

For simplicity, linux-continue-if-no-devs-found is set to yes and
systemd patch activation is removed.
2023-02-17 22:34:38 +01:00
Artturi
efd1d7ed76 Merge pull request #97677 from ryneeverett/lockkernelmodules-docker-more 2023-02-17 23:28:32 +02:00
K900
9f987b895d Merge pull request #216658 from K900/sensible-test-timeouts
nixos/tests: sensible test timeouts
2023-02-18 00:10:07 +03:00
DarkOnion0
af9f449fc1 appflowy: 0.0.9 -> 0.1.0 2023-02-17 22:04:30 +01:00
Philipp Schuster
bb64129175 ansi: fix typo 2023-02-17 21:59:40 +01:00
Fabian Affolter
a7b44927cf python310Packages.ha-ffmpeg: update meta 2023-02-17 21:39:46 +01:00
Tobias Markus
8fed24cfd7 openimagedenoise: Fix build failure due to TBB split
Fixes #216580.

Co-authored-by: davidak <git@davidak.de>
2023-02-17 21:36:11 +01:00
Ben Darwin
ef9eccad57 Revert "python3Packages.catboost: 1.0.5 -> 1.1.1"
This reverts commit 72b7f21a1c.
2023-02-17 15:27:07 -05:00
Arjan Schrijver
069a72478d python3Packages.types-pillow: init at 9.4.0.12 2023-02-17 21:26:23 +01:00
Fabian Affolter
13d8c348dc python310Packages.ha-ffmpeg: 3.0.2 -> 3.1.0 2023-02-17 21:24:06 +01:00
Artturin
883daacbaa tests.stdenv: add hooks.patch-shebangs.split-string & tweak tests 2023-02-17 22:23:35 +02:00
Artturin
8876a5c91f tests.stdenv: move patch-shebangs test 2023-02-17 22:23:33 +02:00
Timothy DeHerrera
792907e3bf patch-shebangs: handle env -S shebangs
`env -S` allows one to set more than one argument in a shebang. This
small patch allows the patch-shebangs hook to handle this case
appropriately.
2023-02-17 22:22:26 +02:00
Fabian Affolter
bc18c81dbe python310Packages.xiaomi-ble: 0.16.3 -> 0.16.4
Diff: https://github.com/Bluetooth-Devices/xiaomi-ble/compare/refs/tags/v0.16.3...v0.16.4

Changelog: https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v0.16.4
2023-02-17 21:20:41 +01:00
Fabian Affolter
ffc11107d9 grype: 0.56.0 -> 0.57.1
Diff: https://github.com/anchore/grype.git/compare/v0.56.0...v0.57.1

Changelog: https://github.com/anchore/grype/releases/tag/v0.57.1
2023-02-17 21:01:26 +01:00
Samuel Ainsworth
9d344df50a Merge pull request #216727 from bcdarwin/unbreak-wandb
python310Packages.wandb: unbreak
2023-02-17 14:47:21 -05:00
Artturin
2c471e6479 wrapGAppsHook: add gtk3 to depsTargetTargetPropagated
for typelibs and girs
2023-02-17 21:38:20 +02:00
Artturin
2168611677 wrapGAppsHook: run tests with strictDeps
'nix build -f . "wrapGAppsHook.tests"' pass
2023-02-17 21:34:59 +02:00
Robert Hensing
505feabc48 Merge pull request #216660 from hercules-ci/nixos-doc-develop-test-driver
nixos/doc: Add Developing the Test Driver
2023-02-17 20:34:15 +01:00
Artturin
c4e7fb1036 wrapGAppsHook: move dconf.lib to depsTargetTargetPropagated
luckily the lib output does not contain binaries therefore its safe to
remove it from propagatedBuildInputs
2023-02-17 21:32:48 +02:00
Robert Hensing
df220b2a37 Merge pull request #216838 from michaelBelsanti/protonup-qt
protonup-qt: add michaelBelsanti as maintainer
2023-02-17 20:31:08 +01:00
Sandro
91d40ea124 Merge pull request #216370 from onny/z3ccheckversions 2023-02-17 20:26:36 +01:00
amesgen
a48a5d6359 gh-dash: add version test 2023-02-17 20:16:20 +01:00
Ryan Hendrickson
abda1b2b44 yt-dlp: add updateScript 2023-02-17 14:14:22 -05:00
amesgen
364fd1883b gh-dash: 3.6.0 -> 3.7.6 2023-02-17 20:11:46 +01:00
PedroHLC ☭
db6118df65 libdisplay-info: adequate patch phase 2023-02-17 19:57:52 +01:00
Tobias Markus
28c3001bf0 embree: Fix build failure due to TBB split
Fixes #216390.
2023-02-17 19:50:32 +01:00
Sandro
958dbd6c08 Merge pull request #216823 from r-ryantm/auto-update/python310Packages.python-ironicclient 2023-02-17 19:38:31 +01:00
Pascal Bach
1e75e75963 Merge pull request #216547 from rhoriguchi/plex
plex: 1.30.2.6563-3d4dc0cce -> 1.31.0.6654-02189b09f
2023-02-17 19:37:21 +01:00
John Ericson
2ccbaee72e Merge pull request #200788 from dlip/add-turbo
turbo: init at 1.7.0
2023-02-17 13:36:01 -05:00
Lily Foster
5123929a70 kodelife: add updateScript 2023-02-17 13:31:00 -05:00
Lily Foster
f3d2bbea40 crossguid: add updateScript 2023-02-17 13:30:26 -05:00
Lily Foster
5f5bdf86d7 gl3w: add updateScript 2023-02-17 13:30:06 -05:00
Lily Foster
2515951ed8 platform-folders: add updateScript 2023-02-17 13:29:37 -05:00
Lily Foster
fb4b504b00 supercolliderPlugins.sc3-plugins: add updateScript and enable strictDeps 2023-02-17 13:28:44 -05:00
Lily Foster
5f23588988 supercollider: add updateScript and enable strictDeps 2023-02-17 13:28:40 -05:00
Jan Solanti
b933aac06e tauon: 7.4.7 -> 7.5.0 2023-02-17 20:27:38 +02:00
Fabian Affolter
e7d380acc0 python310Packages.weconnect-mqtt: 0.41.1 -> 0.42.0
Diff: https://github.com/tillsteinbach/WeConnect-mqtt/compare/refs/tags/v0.41.1...v0.42.0

Changelog: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.42.0
2023-02-17 19:26:41 +01:00
Artturin
ab3ba31f1c curtail: dont propagate unnecessary packages
pygobject3 has to be propagated for the import line in the python file
in bin

$ ./result/bin/curtail
Traceback (most recent call last):
  File "/nix/store/fqjld9nchfwqd9x1pywmjfdsqrk4lxds-curtail-1.3.1/bin/.curtail-wrapped", line 37, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'
2023-02-17 20:26:13 +02:00
Artturin
7242c23f12 dogtail: remove issue 56943 workaround
and fix double wrapping

it still fails to launch though but its not a regression

$ ./result/bin/dogtail-logout
Traceback (most recent call last):
  File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/bin/.dogtail-logout-wrapped", line 8, in <module>
    from dogtail.tree import *
  File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/tree.py", line 5, in <module>
    from dogtail import predicate
  File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/predicate.py", line 6, in <module>
    from gi.repository import GLib
ModuleNotFoundError: No module named 'gi'
2023-02-17 20:26:13 +02:00
Artturin
cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Fabian Affolter
668e973bd2 python310Packages.weconnect: 0.50.1 -> 0.52.0 2023-02-17 19:23:47 +01:00
michaelBelsanti
3d139e1130 protonup-qt: add michaelBelsanti as maintainer 2023-02-17 13:22:58 -05:00
Fabian Affolter
4c498fa0c1 python310Packages.pydeconz: add changelog to meta 2023-02-17 19:11:54 +01:00
Fabian Affolter
f5b1339601 python310Packages.griffe: 0.25.4 -> 0.25.5
Diff: https://github.com/mkdocstrings/griffe/compare/refs/tags/0.25.4...0.25.5

Changelog: https://github.com/mkdocstrings/griffe/blob/0.25.5/CHANGELOG.md
2023-02-17 19:04:38 +01:00
github-actions[bot]
19a3d0a6e8 Merge staging-next into staging 2023-02-17 18:01:52 +00:00
Fabian Affolter
7c3506e42b python310Packages.python-ipmi: 0.5.3 -> 0.5.4
Diff: https://github.com/kontron/python-ipmi/compare/0.5.3...0.5.4
2023-02-17 19:01:37 +01:00
github-actions[bot]
1c50878b7b Merge master into staging-next 2023-02-17 18:01:15 +00:00
Fabian Affolter
95cacec566 python310Packages.pyfido: 2.1.1 -> 2.1.2 2023-02-17 18:56:51 +01:00
Fabian Affolter
9c6e67c969 python310Packages.pydeconz: 106 -> 107
Diff: https://github.com/Kane610/deconz/compare/refs/tags/v106...v107
2023-02-17 18:53:48 +01:00
Fabian Affolter
4817f6a779 python310Packages.slack-sdk: 3.19.5 -> 3.20.0
Diff: https://github.com/slackapi/python-slack-sdk/compare/refs/tags/v3.19.5...v3.20.0

Changelog: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.20.0
2023-02-17 18:51:39 +01:00
figsoda
2abea38e08 Merge pull request #216797 from SuperSandro2000/mdcat-mdless
mdcat: add mdless symlink and install completions
2023-02-17 12:40:05 -05:00
Fabian Affolter
44cc636f70 Merge pull request #216805 from r-ryantm/auto-update/python310Packages.simpleeval
python310Packages.simpleeval: 0.9.12 -> 0.9.13
2023-02-17 18:39:54 +01:00
Robert Hensing
427d0b71b6 protonup-qt: Fix CI
This change unblocks OfBorg.
2023-02-17 18:32:43 +01:00
Artturi
ee54eb7d21 Merge pull request #216383 from Artturin/bintoolswrappermold 2023-02-17 19:32:06 +02:00
Sandro
0b9efd386b Merge pull request #216752 from azuwis/helm-secrets
kubernetes-helmPlugins.helm-secrets: 3.8.3 -> 4.2.2
2023-02-17 18:13:50 +01:00
Sandro
7d52d7d282 Merge pull request #215454 from azuwis/helm-diff
kubernetes-helmPlugins.helm-diff: 3.5.0 -> 3.6.0
2023-02-17 18:13:02 +01:00
Robert Hensing
9964891440 nixos/doc: Add Developing the Test Driver 2023-02-17 18:06:02 +01:00
Robert Hensing
b72592ee04 Merge pull request #215973 from pennae/nrd-manual-structure
nixos/manual: specify manual structure in markdown
2023-02-17 18:01:23 +01:00
Sandro
223092f727 Merge pull request #198885 from jiegec/brian2
python3Packages.brian2: init at 2.5.1
2023-02-17 17:43:04 +01:00
Sandro
b21a7331c2 Merge pull request #199294 from michaelBelsanti/protonup-qt
protonup-qt: init at 2.7.4
2023-02-17 17:42:26 +01:00
Sandro
bb1fa5f539 Merge pull request #213587 from r-ryantm/auto-update/python310Packages.selenium
python310Packages.selenium: 4.7.0 -> 4.8.0
2023-02-17 17:35:10 +01:00
Fabian Affolter
d29def3750 Merge pull request #216798 from r-ryantm/auto-update/python310Packages.arcam-fmj
python310Packages.arcam-fmj: 1.2.0 -> 1.2.1
2023-02-17 17:27:12 +01:00
R. Ryantm
807b7f4363 python310Packages.python-ironicclient: 5.0.1 -> 5.1.0 2023-02-17 16:20:40 +00:00
Fabian Affolter
c1422cea7a python310Packages.cwl-utils: 0.22 -> 0.23
Diff: https://github.com/common-workflow-language/cwl-utils/compare/refs/tags/v0.22...v0.23

Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.23
2023-02-17 17:19:44 +01:00
Jan Tojnar
9657e4f57c Merge pull request #216808 from bobby285271/upd/webkitgtk
webkitgtk: 2.38.4 → 2.38.5
2023-02-17 17:10:39 +01:00
R. Ryantm
0669ac6db1 python310Packages.biopython: 1.80 -> 1.81 2023-02-17 16:05:35 +00:00
Fabian Affolter
f14e3fef03 python310Packages.simpleeval: add changelog to meta 2023-02-17 16:45:47 +01:00
Fabian Affolter
3a9a21312d Merge pull request #216726 from fabaff/elastic-apm-bump
python310Packages.elastic-apm: 6.14.0 -> 6.15.0
2023-02-17 16:21:19 +01:00
Stanisław Pitucha
2f19ce62f8 Merge pull request #216781 from viraptor/fnc-darwin
fnc: fix clang build
2023-02-18 02:10:28 +11:00
Sandro
2652104d4b Merge pull request #194339 from somasis/hunspell-dict-tok
hunspell-dict-tok: init at 20220829
2023-02-17 16:02:57 +01:00
Fabián Heredia Montiel
13be52bef6 pgsync: 0.7.2 → 0.7.3 2023-02-17 08:59:21 -06:00
R-VdP
8467c63749 flashrom: use a udev uaccess tag instead of introducing a custom flashrom group
See https://wiki.archlinux.org/title/Udev#Allowing_regular_users_to_use_devices for more info about the uaccess tag. The udev-acl tag is a legacy implementation, we add it purely for backwards compatibility.
2023-02-17 15:56:51 +01:00
GenericNerdyUsername
379bb7c2af xemu: init at 0.7.84 2023-02-17 14:44:38 +00:00
Sandro
3eb7e88e73 Merge pull request #207944 from uvNikita/webex/update
webex: 42.10.0.24000 → 42.12.0.24485
2023-02-17 15:32:12 +01:00
R-VdP
dd65018d4e Via 2.0.5 -> 2.1.0
Changelog: https://github.com/the-via/releases/releases/tag/v2.1.0
2023-02-17 15:31:06 +01:00
R. Ryantm
8c1ab28a62 xterm: 378 -> 379 2023-02-17 14:24:05 +00:00
Stanisław Pitucha
94514596ea quasselDaemon,libsForQt5.qca-qt5: fix darwin build
Use the new apple SDK to fix the darwin build.
2023-02-18 01:23:53 +11:00
Anderson Torres
8354258491 Merge pull request #216543 from SuperSandro2000/dont-run-cppcheck-linter
Dont run cppcheck linter
2023-02-17 11:18:33 -03:00
Anderson Torres
e00f236486 Merge pull request #216647 from Julow/ruby-unremove-mail-fix
Revert "rubyPackages: update"
2023-02-17 11:17:33 -03:00
Stanisław Pitucha
0a2cc62b54 qownnotes: fix darwin build
The new apple SDK is required to build this.
2023-02-18 01:05:12 +11:00
Bobby Rong
6ebfe7e1c2 webkitgtk: 2.38.4 → 2.38.5
https://webkitgtk.org/2023/02/15/webkitgtk2.38.5-released.html
https://webkitgtk.org/security/WSA-2023-0002.html

CVE-2023-23529
2023-02-17 22:03:48 +08:00
Ulrik Strid
e34febdd88 kitty-themes: 2022-08-11 -> 2023-01-08 2023-02-17 15:00:19 +01:00
Mario Rodas
74c3268a1c Merge pull request #216788 from marsam/update-flexget
flexget: 3.5.23 -> 3.5.24
2023-02-17 08:47:00 -05:00
Bobby Rong
9c5a25248b Merge pull request #216776 from DIzFer/delete-myself
maintaniers: remove dizfer
2023-02-17 21:36:59 +08:00
Joshua Niemelä
e37ca9c317 julia_19: 1.9.0-beta2 -> 1.9.0-beta4 2023-02-17 14:33:13 +01:00
Stanisław Pitucha
900e57fab2 qscintilla: fix darwin builds 2023-02-18 00:29:53 +11:00
R. Ryantm
61f8e0511f python310Packages.simpleeval: 0.9.12 -> 0.9.13 2023-02-17 13:27:43 +00:00
Mario Rodas
3bb45fae61 Merge pull request #216793 from iblech/patch-yt-dlp-2023.2.17
yt-dlp: 2023.1.6 -> 2023.2.17 (thereby unbreaking YouTube downloads)
2023-02-17 08:27:10 -05:00
Nick Cao
6b37734f9f Merge pull request #216773 from r-ryantm/auto-update/cargo-valgrind
cargo-valgrind: 2.1.0 -> 2.1.1
2023-02-17 21:26:44 +08:00
K900
bb935706a8 Merge pull request #216763 from K900/pipewire-0.3.66
[staging-next] pipewire: 0.3.65 -> 0.3.66
2023-02-17 16:24:25 +03:00
R. Ryantm
f3d988fccd python310Packages.kubernetes: 25.3.0 -> 26.1.0 2023-02-17 13:23:44 +00:00
Stanisław Pitucha
33ed801e73 rubyPackages.eventmachine: fix darwin build
This fixes the build of mailcatcher (and maybe others).

Fixes:
```
em.cpp:1232:40: error: invalid operands to binary expression ('__bind<int &, sockaddr *&, int &>' and 'int')
                if (bind (sd, bind_to, bind_to_size) < 0) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
```
Where `bind` is treated as `std::bind` rather than `::bind` in newer C++
standards.
2023-02-18 00:14:45 +11:00
R. Ryantm
0c4ece0585 python310Packages.arcam-fmj: 1.2.0 -> 1.2.1 2023-02-17 13:08:21 +00:00
Mario Rodas
cb4536bf36 Merge pull request #216771 from marsam/update-nodejs
nodejs: 14.21.2 -> 14.21.3, 16.19.0 -> 16.19.1, 18.14.0 -> 18.14.1, 19.6.0 -> 19.6.1
2023-02-17 08:05:51 -05:00
Sandro Jäckel
f2544dc85f mdcat: add mdless symlink and install completions
Closes #215459
2023-02-17 14:05:35 +01:00
André Silva
64076a9875 directx-shader-compiler: build with gcc11 for i686 2023-02-17 13:01:35 +00:00
Sandro
ab78a72cd0 Merge pull request #198872 from jiegec/nest
nest: init at 3.3
2023-02-17 13:53:52 +01:00
Mostly Void
b89976519b rqlite: init at 7.6.1 (#187962)
* rqlite: init at 7.6.1

* Update pkgs/servers/sql/rqlite/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-17 13:52:34 +01:00
superherointj
b16116276c kaniko: init at 1.9.1
Release: https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.9.1

fixes #216542
2023-02-17 09:47:06 -03:00
Mario Rodas
4214cf8eb8 Merge pull request #216573 from NickCao/traefik
traefik: 2.9.6 -> 2.9.8
2023-02-17 07:44:08 -05:00
Erik Arvstedt
dd30696b67 btcpayserver: 1.7.7 -> 1.7.12 2023-02-17 13:40:25 +01:00
Erik Arvstedt
f34f324382 nbxplorer: 2.3.60 -> 2.3.62 2023-02-17 13:40:24 +01:00
Ingo Blechschmidt
2b71a590f4 yt-dlp: 2023.1.6 -> 2023.2.17 2023-02-17 13:40:00 +01:00
Sandro
67d25834fb Merge pull request #215930 from r-ryantm/auto-update/python310Packages.oslo-serialization
python310Packages.oslo-serialization: 5.0.0 -> 5.1.0
2023-02-17 13:38:36 +01:00
superherointj
5e418c27d1 Merge pull request #216576 from YellowOnion/obs-vkcapture-patch
obs-vkcapture: fix xcursor not rendering
2023-02-17 09:38:06 -03:00
Sandro
4fba4ceab7 Merge pull request #215407 from aopom/onlyoffice-mergeable-execstartpre
nixos/onlyoffice: allow ExecStartPre additions
2023-02-17 13:37:39 +01:00
Mario Rodas
9ac2687512 Merge pull request #216722 from legendofmiracles/u-w-t
wiki-tui: 0.6.1 -> 0.6.3
2023-02-17 07:37:32 -05:00
Mario Rodas
41769e550b Merge pull request #216730 from r-ryantm/auto-update/python310Packages.pynvml
python310Packages.pynvml: 11.4.1 -> 11.5.0
2023-02-17 07:37:02 -05:00
Stanisław Pitucha
5479767f2c libaosd: mark broken on darwin
While this can be made to compile on darwin:
- override cairo with x11Support
- fixup dylib paths in the binary
- add explicit libXrender for darwin

the app crashes anyway on floating point exception and doesn't do anything.
2023-02-17 23:36:43 +11:00
Nick Cao
da01ba56a1 Merge pull request #216777 from r-ryantm/auto-update/python310Packages.ansible-doctor
python310Packages.ansible-doctor: 2.0.0 -> 2.0.1
2023-02-17 20:29:44 +08:00
R. Ryantm
02825ae100 python310Packages.weasyprint: 57.2 -> 58.0 2023-02-17 12:04:51 +00:00
github-actions[bot]
3b5c06282d Merge staging-next into staging 2023-02-17 12:01:58 +00:00
github-actions[bot]
72bb5faaca Merge master into staging-next 2023-02-17 12:01:21 +00:00
Arian van Putten
98042fc6d3 Merge pull request #216357 from nikstur/systemd-repart-after-activation
nixos/systemd-repart: enable running after initrd
2023-02-17 12:56:24 +01:00
Nick Cao
b3474d78ff Merge pull request #216717 from fabaff/types-requests-bump
python310Packages.types-requests: 2.28.11.12 -> 2.28.11.13
2023-02-17 19:36:11 +08:00
Nick Cao
2f30758ba0 Merge pull request #216626 from MGenerowicz/patch-2
ledger-live-desktop: 2.51.0 -> 2.53.2
2023-02-17 19:35:44 +08:00
Nick Cao
875041c758 Merge pull request #216675 from SuperSamus/flycast-update
flycast: 2.0 -> 2.1
2023-02-17 19:34:18 +08:00
Nick Cao
5b97a60b83 Merge pull request #216676 from anthonyroussel/usql_0_13_9
usql: 0.13.8 -> 0.13.9
2023-02-17 19:34:11 +08:00
Nick Cao
63d3a069ce Merge pull request #216684 from 9999years/nix-your-shell-update
nix-your-shell: 1.0.2 -> 1.1.0
2023-02-17 19:33:25 +08:00
Nick Cao
beaba7f381 Merge pull request #216689 from r-ryantm/auto-update/cwltool
cwltool: 3.1.20230209161050 -> 3.1.20230213100550
2023-02-17 19:32:57 +08:00
Nick Cao
535d029caa Merge pull request #216692 from r-ryantm/auto-update/python310Packages.leb128
python310Packages.leb128: 1.0.4 -> 1.0.5
2023-02-17 19:31:26 +08:00
Stanisław Pitucha
bc485d9e26 fnc: fix clang build
Use the gcc-specific option on gcc only.
2023-02-17 22:30:42 +11:00
Nick Cao
b553d2be9d Merge pull request #216723 from welteki/bump-faas-cli
faas-cli: 0.15.4 -> 0.15.9
2023-02-17 19:27:15 +08:00
Nick Cao
4f1cb092da Merge pull request #216756 from foo-dogsquared/update-eartag
eartag: 0.3.1 -> 0.3.2
2023-02-17 19:24:31 +08:00
Nick Cao
f9bc7b9ec4 Merge pull request #216757 from azuwis/pianotrans
pianotrans: 1.0 -> 1.0.1
2023-02-17 19:23:52 +08:00
Nick Cao
abd5c99443 Merge pull request #216759 from r-ryantm/auto-update/mutagen-compose
mutagen-compose: 0.16.4 -> 0.16.5
2023-02-17 19:23:20 +08:00
Nick Cao
f0f18d2e41 Merge pull request #216762 from arjan-s/clamav-1.0.1
clamav: 1.0.0 -> 1.0.1
2023-02-17 19:22:13 +08:00
Nick Cao
24e56be7a0 Merge pull request #216551 from centromere/tl-expected-2023-02-15
tl-expected: 2019-11-11 -> 2023-02-15
2023-02-17 19:14:26 +08:00
R. Ryantm
609af8dfbc python310Packages.ansible-doctor: 2.0.0 -> 2.0.1 2023-02-17 11:04:50 +00:00
David Izquierdo
16edc68ccb maintaniers: remove dizfer 2023-02-17 12:03:30 +01:00
Nick Cao
94a50428cd Merge pull request #214425 from justinas/teleport-11-3-2
teleport: 11.2.3 -> 11.3.4
2023-02-17 19:03:19 +08:00
Nick Cao
b6936dd06b Merge pull request #216596 from yu-re-ka/syncthing-cross
syncthing: fix cross
2023-02-17 18:56:55 +08:00
R. Ryantm
9fd7b0ebfe python310Packages.pulumi-aws: 5.29.1 -> 5.30.0 2023-02-17 10:49:58 +00:00
Sandro
24d7cba701 Merge pull request #194817 from somasis/nasin-nanpa
nasin-nanpa: init at 2.5.1
2023-02-17 11:48:47 +01:00
R. Ryantm
2c6683291e cargo-valgrind: 2.1.0 -> 2.1.1 2023-02-17 10:47:33 +00:00
K900
cd23de151d Merge pull request #216583 from dotlambda/vaultwarden-webvault-from-source
vaultwarden.webvault: build from source
2023-02-17 13:46:47 +03:00
Sandro
5448546cfa Merge pull request #215873 from dotlambda/playwright-platforms
python310Packages.playwright: set meta.platforms
2023-02-17 11:35:01 +01:00
Francesco Gazzetta
16415ac875 Merge pull request #216218 from aciceri/posteid-seed-extractor
posteid-seed-extractor: init at unstable-23-02-2022
2023-02-17 10:26:34 +00:00
zowoq
3e081095a4 Revert "podman: remove wrapper"
This reverts commit 02f9255044.

broke rootlessport port forwarding
2023-02-17 20:26:02 +10:00
Sandro
1256bb346f Merge pull request #216042 from rhoriguchi/prowlarr
prowlarr: 1.1.3.2521 -> 1.2.0.2583
2023-02-17 11:22:28 +01:00
R. Ryantm
c1cce191c6 python310Packages.txtorcon: 22.0.0 -> 23.0.0 2023-02-17 10:22:09 +00:00
José Romildo Malaquias
1748112f57 Merge pull request #216754 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 23.02.05 -> 23.02.16
2023-02-17 07:16:39 -03:00
Stanisław Pitucha
65b5977402 libtomcrypt,StormLib: fix darwin arm build
Move the incorrect fix from StormLib to proper place in libtomcrypt.
2023-02-17 21:15:59 +11:00
K900
218b28191a pipewire: 0.3.65 -> 0.3.66
Also enable libmysofa
2023-02-17 13:15:16 +03:00
Sandro
a366e69a12 Merge pull request #214815 from SFrijters/vim-no-x-libs
nixos/no-x-libs: add vim-full
2023-02-17 11:13:47 +01:00
Anderson Torres
9bf4718ad4 Merge pull request #216736 from winterqt/zig-0.9-baseline-cpu
zig_0_9: build with baseline CPU target
2023-02-17 07:00:49 -03:00
Andrea Ciceri
59d5393967 posteid-seed-extractor: init at unstable-23-02-2022 2023-02-17 10:35:38 +01:00
Francesco Gazzetta
6ed4ced8f5 Merge pull request #213165 from aciceri/mpy-utils
`mpy-utils`: Init at 0.1.13
2023-02-17 09:32:04 +00:00
Fabian Affolter
828376eb98 Merge pull request #216719 from fabaff/pynobo-bump
python310Packages.pynobo: 1.6.0 -> 1.6.1
2023-02-17 10:23:31 +01:00
Fabian Affolter
045085936d Merge pull request #216718 from fabaff/requests-pkcs12-bump
python310Packages.requests-pkcs12: 1.14 -> 1.15
2023-02-17 10:23:19 +01:00
Fabian Affolter
206723724c Merge pull request #216716 from fabaff/types-python-dateutil-bump
python310Packages.types-python-dateutil: 2.8.19.6 -> 2.8.19.7
2023-02-17 10:22:39 +01:00
Fabian Affolter
93359ea06d Merge pull request #216715 from fabaff/canonicaljson-bump
python310Packages.canonicaljson: 1.6.4 -> 1.6.5
2023-02-17 10:22:24 +01:00
R. Ryantm
c48011ec46 jellyfin-mpv-shim: 2.3.1 -> 2.4.2 2023-02-17 08:54:55 +00:00
Alexey Vakhrenev
1393d2262b redpanda: 22.3.11 -> 22.3.13
Build rpk from source. Add redpanda server.
2023-02-17 03:23:27 -05:00
Arjan Schrijver
da293b7a0f clamav: 1.0.0 -> 1.0.1
Fixes critical RCE (CVSS score 9.8):
https://blog.clamav.net/2023/02/clamav-01038-01052-and-101-patch.html
2023-02-17 09:21:50 +01:00
Florian Klink
ab566b8656 Merge pull request #208269 from ElvishJerricco/systemd-stage-1-fsck
Systemd stage 1 fsck
2023-02-17 10:06:39 +02:00
linsui
f7145c051c amberol: 0.9.2 -> unstable-2023-01-12 2023-02-17 16:03:01 +08:00
R. Ryantm
05fa52aba6 mutagen-compose: 0.16.4 -> 0.16.5 2023-02-17 07:51:31 +00:00
Zhong Jianxin
830ddba077 pianotrans: 1.0 -> 1.0.1 2023-02-17 15:48:02 +08:00
Tobias Markus
1668ab99ae python3Packages.gdtoolkit: Move to pkgs/development/tools
gdtoolkit is not a library. Move to pkgs/development/tools and use
buildPythonApplication.

Fixes #216243.
2023-02-17 08:42:28 +01:00
Tobias Markus
142a89518e python3Packages.gdtoolkit: Add maintainer tmarkus 2023-02-17 08:42:28 +01:00
Tobias Markus
be8ad9be4d python3Packages.gdtoolkit: Enable tests 2023-02-17 08:42:28 +01:00
Gabriel Arazas
c0896274dd eartag: 0.3.1 -> 0.3.2 2023-02-17 15:30:25 +08:00
lewo
6bb50c8c83 Merge pull request #216712 from qowoz/skopeo
skopeo: 1.11.0 -> 1.11.1
2023-02-17 08:10:15 +01:00
Franz Pletz
e721c7abdd Merge pull request #216495 from arjan-s/ntfy-sh-1.31.0 2023-02-17 08:02:14 +01:00
R. Ryantm
e326e8ca30 numix-icon-theme-square: 23.02.05 -> 23.02.16 2023-02-17 06:49:29 +00:00
Zhong Jianxin
ee2ae036a1 kubernetes-helmPlugins.helm-secrets: 3.8.3 -> 4.2.2 2023-02-17 14:36:20 +08:00
R. Ryantm
0faf4834e9 python310Packages.radish-bdd: 0.14.2 -> 0.15.0 2023-02-17 06:21:08 +00:00
github-actions[bot]
f5416ae856 Merge staging-next into staging 2023-02-17 06:01:48 +00:00
github-actions[bot]
425f395af1 Merge master into staging-next 2023-02-17 06:01:17 +00:00
R. Ryantm
f66b21731d python310Packages.datashader: 0.14.3 -> 0.14.4 2023-02-17 05:43:39 +00:00
Bjørn Forsman
815a21e9f1 openocd: 0.11.0 -> 0.12.0
Remove upstreamed patch which now fails to apply.

Fixes https://github.com/NixOS/nixpkgs/issues/190866
2023-02-17 06:40:53 +01:00
Artturin
299a7bd35e stdenvAdapters: add useMoldLinker 2023-02-17 06:35:24 +02:00
github-actions[bot]
75a5ebbfba terraform-providers.aws: 4.54.0 → 4.55.0 2023-02-17 14:33:07 +10:00
github-actions[bot]
e653c5b462 terraform-providers.snowflake: 0.56.3 → 0.56.4 2023-02-17 14:33:07 +10:00
github-actions[bot]
3ebc795b57 terraform-providers.azurerm: 3.43.0 → 3.44.0 2023-02-17 14:33:07 +10:00
github-actions[bot]
18a64c863d terraform-providers.azuread: 2.33.0 → 2.34.0 2023-02-17 14:33:07 +10:00
figsoda
73de01de2c Merge pull request #216514 from figsoda/boxxy
boxxy: 0.2.7 -> 0.3.4, add figsoda as a maintainer
2023-02-16 23:25:32 -05:00
Bheesham Persaud
4d523d937d publicsuffix-list: unstable-2021-09-03 -> unstable-2023-02-16 2023-02-16 23:20:44 -05:00
Mario Rodas
5e0646d8db squawk: 0.20.0 -> 0.21.0
https://github.com/sbdchd/squawk/releases/tag/v0.21.0
2023-02-17 04:20:00 +00:00
Mario Rodas
eea7098f5b lxd: 5.10 -> 5.11
https://github.com/lxc/lxd/releases/tag/lxd-5.11
2023-02-17 04:20:00 +00:00
Mario Rodas
62ad474f0f postgresqlPackages.pg_ivm: 1.4 -> 1.5
https://github.com/sraoss/pg_ivm/releases/tag/v1.5
2023-02-17 04:20:00 +00:00
Mario Rodas
214add3853 flexget: 3.5.23 -> 3.5.24 2023-02-17 04:20:00 +00:00
Mario Rodas
d42631d6c5 nodejs-19_x: 19.6.0 -> 19.6.1
https://github.com/nodejs/node/releases/tag/v19.6.1
2023-02-17 04:20:00 +00:00
Mario Rodas
cfdcb8d7fa nodejs-18_x: 18.14.0 -> 18.14.1
https://github.com/nodejs/node/releases/tag/v18.14.1
2023-02-17 04:20:00 +00:00
Mario Rodas
4313c6360f nodejs-16_x: 16.19.0 -> 16.19.1
https://github.com/nodejs/node/releases/tag/v16.19.1
2023-02-17 04:20:00 +00:00
Mario Rodas
0037110278 nodejs-14_x: 14.21.2 -> 14.21.3
https://github.com/nodejs/node/releases/tag/v14.21.3
2023-02-17 04:20:00 +00:00
Aaron Jheng
f1ce9607fe hologram: 1.2.1 -> 1.3 2023-02-17 03:44:32 +00:00
R. Ryantm
525d87e530 python310Packages.devito: 4.7.1 -> 4.8.0 2023-02-17 03:43:26 +00:00
nviets
dcd759fe65 rPackages.quarto: add quarto dependency 2023-02-17 03:25:35 +00:00
Winter
ac44b254b4 zig_0_9: build with baseline CPU target
26b9a2f4a1 changes Zig 0.10 to build the
compiler (notably *not* its outputs, at least not by default) with
its baseline CPU target, but we should ideally do it for both versions
to increase reproducibility, as well as increase the number of users who
are able to use Hydra-provided Zig binaries.

This also adds a comment above the flag in 0.10, to explain why we're adding
the flag, as we do with the RPATH one.

See https://github.com/NixOS/nixpkgs/issues/214356 and https://github.com/NixOS/nixpkgs/issues/185665
for further context.
2023-02-16 21:59:16 -05:00
Artturin
b5abc3d090 bintools-wrapper: dont wrap ld if it doesn't exist
not all linkers have a ld binary in bin

also note the '${ld:-}' which allows users to set the ld path with a env
var

> '${foo:-val}' $foo, or val if unset (or null)
2023-02-17 04:56:48 +02:00
R. Ryantm
4f9a955c5a cemu: 2.0-22 -> 2.0-26 2023-02-16 21:55:25 -05:00
rewine
5a2d66c883 deepin-wallpapers: init at 1.7.10 2023-02-17 10:55:12 +08:00
R. Ryantm
4dc4f1f46d rocm-smi: 5.4.2 -> 5.4.3 2023-02-17 02:02:09 +00:00
Daniel Hill
83aa89faa9 obs-vkcapture: fix xcursor not rendering
obs-vkcapture has an optional dependency on libxcb which is required for
rendering the cursor for x11 clients.

Signed-off-by: Daniel Hill <daniel@gluo.nz>
2023-02-17 14:12:01 +13:00
R. Ryantm
8f5bd5c635 python310Packages.pynvml: 11.4.1 -> 11.5.0 2023-02-17 01:07:37 +00:00
Jan Tojnar
1f9748835c Merge pull request #215958 from Pheoxy/flatpak-1.14.2
flatpak: 1.14.1 → 1.14.2
2023-02-17 01:49:48 +01:00
R. Ryantm
bda4edd5be python310Packages.trimesh: 3.19.3 -> 3.20.0 2023-02-17 00:48:02 +00:00
Ben Darwin
0d193e4616 python310Packages.wandb: unbreak
Remove stale hard-coded `python310Packages.bokeh` version.
2023-02-16 19:23:46 -05:00
Fabian Affolter
0372c79814 python310Packages.elastic-apm: 6.14.0 -> 6.15.0
Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.15.0
2023-02-17 01:16:21 +01:00
github-actions[bot]
f442a49be3 Merge master into haskell-updates 2023-02-17 00:14:22 +00:00
Fabian Affolter
8e8b161929 python310Packages.sqlalchemy-continuum: disable failing test
- use builtins.attrValues
2023-02-17 01:05:40 +01:00
github-actions[bot]
7773632825 Merge staging-next into staging 2023-02-17 00:02:42 +00:00
github-actions[bot]
e6eaa85312 Merge master into staging-next 2023-02-17 00:02:11 +00:00
Fabian Affolter
83c82021cd python310Packages.flask-sqlalchemy: 3.0.2 -> 3.0.3
Changelog: https://github.com/pallets-eco/flask-sqlalchemy/blob/3.0.3/CHANGES.rst
2023-02-17 00:53:04 +01:00
Han Verstraete
03eaff2242 faas-cli: 0.15.4 -> 0.15.9 2023-02-17 00:52:03 +01:00
Fabian Affolter
f90fc78221 python310Packages:flask-sqlalchemy: add changelog to meta
- add pythonImportsCheck
- normalize pname
2023-02-17 00:49:57 +01:00
Fabian Affolter
e952042600 Merge pull request #216549 from fabaff/ncclient-fix
python311Packages.ncclient: add missing input
2023-02-17 00:43:26 +01:00
lom
5fc03b04a1 wiki-tui: 0.6.1 -> 0.6.3 2023-02-16 18:42:26 -05:00
Fabian Affolter
705658bf99 python310Packages.pynobo: add changelog to meta 2023-02-17 00:30:15 +01:00
Fabian Affolter
c857a1c323 python310Packages.pynobo: 1.6.0 -> 1.6.1
Changelog: https://github.com/echoromeo/pynobo/releases/tag/v1.6.1
2023-02-17 00:28:57 +01:00
Fabian Affolter
831f48091d python310Packages.requests-pkcs12: 1.14 -> 1.15 2023-02-17 00:25:16 +01:00
Fabian Affolter
084e4314af python310Packages.types-python-dateutil: 2.8.19.6 -> 2.8.19.7 2023-02-17 00:20:46 +01:00
Sergei Trofimovich
cb2b526006 Merge pull request #215699 from afh/texinfo7
texinfo: 6.8 -> 7.0.2
2023-02-16 23:20:44 +00:00
Fabian Affolter
c5e9df4832 python310Packages.types-requests: 2.28.11.12 -> 2.28.11.13 2023-02-17 00:19:36 +01:00
Fabian Affolter
ef6fde65d1 python310Packages.canonicaljson: add changelog to meta 2023-02-17 00:17:19 +01:00
Fabian Affolter
0a2c1a24a6 python310Packages.canonicaljson: 1.6.4 -> 1.6.5
Changelog: https://github.com/matrix-org/python-canonicaljson/blob/v1.6.5/CHANGES.md
2023-02-17 00:14:29 +01:00
Fabian Affolter
10abbeacca Merge pull request #216235 from fabaff/gpgme-py311
gpgme: update patch to support Python 3.11
2023-02-17 00:12:43 +01:00
zowoq
6285356012 skopeo: 1.11.0 -> 1.11.1
Diff: https://github.com/containers/skopeo/compare/v1.11.0...v1.11.1

Changelog: https://github.com/containers/skopeo/releases/tag/v1.11.1
2023-02-17 08:56:24 +10:00
Yan
8ef4c0860c mongoc: mark darwin x86_64 as broken 2023-02-17 00:46:55 +02:00
R. Ryantm
8de374b132 morgen: 2.6.4 -> 2.6.6 2023-02-16 22:46:35 +00:00
Robert Schütz
fa644ef343 vaultwarden.updateScript: make compatible with webvault built from source 2023-02-16 14:38:48 -08:00
Matthew Penner
9f79456f90 vscode-extensions.matthewpi.caddyfile-support: init at 0.2.4 2023-02-16 15:23:00 -07:00
Michael Weiss
52aba652e3 Merge pull request #216682 from primeos/ungoogled-chromium
ungoogled-chromium: 110.0.5481.78 -> 110.0.5481.100
2023-02-16 23:22:22 +01:00
Michael Weiss
7938d72d32 Merge pull request #216683 from primeos/chromium
chromium: 110.0.5481.77 -> 110.0.5481.100
2023-02-16 23:22:01 +01:00
R. Ryantm
84f012d56c lombok: 1.18.24 -> 1.18.26 2023-02-16 22:21:27 +00:00
Sandro
0debd5333f Merge pull request #215170 from auroraanna/structorizer 2023-02-16 23:16:07 +01:00
Alexander Bantyev
ff494a0c1b helix: add desktop item and icon 2023-02-17 01:57:28 +04:00
R. Ryantm
1978d0ff6f libmysqlconnectorcpp: 8.0.31 -> 8.0.32 2023-02-16 21:57:00 +00:00
ajs124
351e8a51c4 mariadb_1011: init at 10.11.2
https://mariadb.org/mariadb-10-11-2-ga-now-available/
new LTS release!
2023-02-16 22:24:07 +01:00
Robert Scott
0eedcfc3f4 Merge pull request #212498 from risicle/ris-fortify3
hardening flags: add `FORTIFY_SOURCE=3` support
2023-02-16 21:19:30 +00:00
ajs124
32e59366db mariadb: add more precise EOLs + link 2023-02-16 22:18:35 +01:00
R. Ryantm
b383c76895 python310Packages.leb128: 1.0.4 -> 1.0.5 2023-02-16 20:49:01 +00:00
Elian Doran
9aa9c5e792 trilium-{desktop,server}: 0.58.7 -> 0.58.8 2023-02-16 22:44:44 +02:00
figsoda
8526c10127 vimPlugins.nvim-treesitter: update grammars 2023-02-16 15:16:04 -05:00
figsoda
b5f27982a9 vimPlugins.pest-vim: init at 2020-04-20 2023-02-16 15:15:53 -05:00
figsoda
d20cbeb18f vimPlugins: update 2023-02-16 15:14:31 -05:00
R. Ryantm
a89eef2c5e cwltool: 3.1.20230209161050 -> 3.1.20230213100550 2023-02-16 20:12:48 +00:00
Vladimír Čunát
f73d36d852 Merge #216653: curl: add patches for the HTTP/2 issue
...into staging-next
2023-02-16 20:58:37 +01:00
Rebecca Turner
b32db566fe nix-your-shell: 1.0.2 -> 1.1.0 2023-02-16 11:48:45 -08:00
Adam Joseph
2396a492f6 spandsp: fix cross compilation 2023-02-16 11:48:24 -08:00
Vladimír Čunát
c6dcda71cb curl: add yet another patch for the same issue 2023-02-16 20:43:50 +01:00
Michael Weiss
0419385c7f chromium: 110.0.5481.77 -> 110.0.5481.100
https://chromereleases.googleblog.com/2023/02/stable-channel-desktop-update_14.html
2023-02-16 20:39:03 +01:00
Michael Weiss
488184caef ungoogled-chromium: 110.0.5481.78 -> 110.0.5481.100 2023-02-16 20:33:46 +01:00
Robert Schütz
c6e2fbf1a2 vaultwarden.webvault: build from source 2023-02-16 11:19:45 -08:00
Philipp Bartsch
5dc4dfb422 love: make love_11 the default
Use the latest love version by default, but hardcode the 0.10.2 legacy version
for games that are not yet compatible with love 11.

The following packages depend on love. They all seem to work.

love 0.10.2 users: duckmarines, mrrescue, 90secondportraits, orthorobot
love 11.4 users: sienna, mari0
2023-02-16 20:05:52 +01:00
Anthony Roussel
c66aae629e awscli2: 2.9.21 -> 2.10.0 2023-02-16 20:05:17 +01:00
Philipp Bartsch
fe18efc37b mrrescue: fix path to love game file 2023-02-16 20:03:17 +01:00
Philipp Bartsch
35681340d1 Revert "love: 0.10.2 -> 11.4"
There are supposed to be different versions of love.

- 0.10.2 in 0.10.nix
- 11.4 in 11.nix

This reverts commit e8662b6688.
2023-02-16 20:03:17 +01:00
Anthony Roussel
30daac9f3a usql: 0.13.8 -> 0.13.9 2023-02-16 19:52:06 +01:00
Martino Fontana
ba1078beb5 flycast: 2.0 -> 2.1 2023-02-16 19:49:26 +01:00
Alex Wied
19de50fd8f kotatogram-desktop: fix tg_owt 2023-02-16 13:32:02 -05:00
Cole Helbling
4e2079b96d linux_{5_15,6_1}: revert patch to fix Equinix Metal bonded networking with ice driver
Some Equinix Metal instances, such as a3.large.x86, m3.large.x86
(specific hardware revisions), and n3.large.x86, use the `ice` kernel
driver for their network cards, in conjunction with bonded devices.
However, this commit caused a regression where these bonded devices
would deadlock. This was initially reported by Jaroslav Pulchart on
the netdev mailing list[1], and there were follow-up patches from Dave
Ertman[2][3] that attempted to fix this but were not up to snuff for
various reasons[4].

Specifically, v2 of the patch ([3]) appears to fix the issue on some
devices (tested with 8086:159B network cards), while it is still broken
on others (such as an 8086:1593 network card).

We revert the patch exposing the issue until upstream has a working
solution in order to make Equinix Metal instances work reliably again.

[1]: https://lore.kernel.org/netdev/CAK8fFZ6A_Gphw_3-QMGKEFQk=sfCw1Qmq0TVZK3rtAi7vb621A@mail.gmail.com/
[2]: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20230111183145.1497367-1-david.m.ertman@intel.com/
[3]: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20230215191757.1826508-1-david.m.ertman@intel.com/
[4]: https://lore.kernel.org/netdev/cb31a911-ba80-e2dc-231f-851757cfd0b8@intel.com/T/#m6e53f8c43093693c10268140126abe99e082dc1c
2023-02-16 10:06:24 -08:00
github-actions[bot]
8997f4a4db Merge staging-next into staging 2023-02-16 18:01:46 +00:00
github-actions[bot]
164a7e44c7 Merge master into staging-next 2023-02-16 18:01:12 +00:00
R. Ryantm
02e1012cae vttest: 20221229 -> 20230201 2023-02-16 17:50:14 +00:00
figsoda
c3dc516fe2 boxxy: 0.2.7 -> 0.3.4, add figsoda as a maintainer
Diff: https://github.com/queer/boxxy/compare/v0.2.7...v0.3.4
2023-02-16 12:22:47 -05:00
R. Ryantm
f908963cd0 python310Packages.ansible-later: 3.1.0 -> 3.2.0 2023-02-16 16:59:48 +00:00
K900
254426ec4b nixos/lib/testing: set default timeout for VM tests 2023-02-16 19:17:53 +03:00
K900
84434922bc nixos/tests/quake3: fix eval 2023-02-16 19:11:19 +03:00
K900
a456da3490 nixos/tests/pass-secret-service: fix eval 2023-02-16 19:11:10 +03:00
SharzyL
aac6e9c078 ccal: init at 2.5.3 2023-02-16 23:35:43 +08:00
Justinas Stankevicius
72f1773807 teleport: 11.2.3 -> 11.3.4 2023-02-16 17:30:01 +02:00
Thomas Gerbet
74f6aaae4a curl: add patch for the HTTP/2 issue
See upstream issue https://github.com/curl/curl/issues/10525
2023-02-16 16:17:46 +01:00
Jules Aguillon
3ac55d312d Revert "rubyPackages: update"
This reverts commit e23578703a.
2023-02-16 15:36:19 +01:00
Artturi
b5af9b779d Merge pull request #216259 from Artturin/stripnondetfixbinaryfunc
strip-nondeterminism: fix binary functioning on darwin
2023-02-16 14:51:22 +02:00
Martin Weinelt
d02a1d779d Merge pull request #216476 from helsinki-systems/upd/openldap
openldap: 2.6.3 -> 2.6.4
2023-02-16 12:47:17 +00:00
github-actions[bot]
e241c63895 Merge staging-next into staging 2023-02-16 12:02:10 +00:00
github-actions[bot]
5c852cc587 Merge master into staging-next 2023-02-16 12:01:36 +00:00
Fabian Affolter
152a721468 gpgme: update patch to support Python 3.11 2023-02-16 12:14:51 +01:00
Marek Generowicz
2a4825f158 ledger-live-desktop: 2.51.0 -> 2.53.2
ledger-live-desktop: 2.51.0 -> 2.53.2
2023-02-16 13:09:04 +02:00
R. Ryantm
4a5f5d4f97 libdrm: 2.4.114 -> 2.4.115 2023-02-16 10:01:31 +00:00
Yureka
d484961ba8 syncthing: fix cross 2023-02-16 09:49:25 +01:00
Adam Joseph
37fe1613cf gcc: expose --disable-bootstrap as disableBootstrap 2023-02-15 23:32:19 -08:00
Nick Cao
e5ef7ae79e tdesktop: 4.6.2 -> 4.6.3
Release: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.6.3
Changes: https://github.com/telegramdesktop/tdesktop/compare/v4.6.2...v4.6.3
2023-02-16 14:05:10 +08:00
github-actions[bot]
289f86bdbc Merge staging-next into staging 2023-02-16 06:01:43 +00:00
github-actions[bot]
f38c4cce4a Merge master into staging-next 2023-02-16 06:01:07 +00:00
Bobby Rong
a995311968 pantheon.elementary-greeter: Use mesa instead of clutter-gtk
Looks like the comment no longer applies.
We just add the missing mesa for EGL/eglmesaext.h header.
2023-02-16 12:31:51 +08:00
Bobby Rong
e410548128 pantheon.gala: Use mesa instead of clutter
What gala needs is mutter-clutter-7, not clutter-1.0.
We just add the missing mesa for EGL/eglmesaext.h header.
2023-02-16 12:31:45 +08:00
Dane Lipscombe
d76127f9fe turbo: init at 1.7.0 2023-02-16 14:27:44 +11:00
Nick Cao
e1d4a40c44 traefik: 2.9.6 -> 2.9.8
Diff: https://github.com/traefik/traefik/compare/v2.9.6...v2.9.8

Changelog: https://github.com/traefik/traefik/raw/v2.9.8/CHANGELOG.md
2023-02-16 09:59:45 +08:00
Nick Cao
decad3ca22 Merge pull request #213990 from mattmelling/cryptsetup-2.6.0-staging
cryptsetup: 2.5.0 -> 2.6.1
2023-02-16 09:12:23 +08:00
OPNA2608
9b4a4c0582 mir: Fix parallelism in checkPhase
ptest target is slightly prettier than regular check target but it uses nproc which we don't want
2023-02-16 01:15:16 +01:00
github-actions[bot]
dd816c8cfd Merge master into haskell-updates 2023-02-16 00:13:54 +00:00
github-actions[bot]
6b37771930 Merge staging-next into staging 2023-02-16 00:03:08 +00:00
github-actions[bot]
5539facae8 Merge master into staging-next 2023-02-16 00:02:23 +00:00
Alex Wied
8f4a9f866e tl-expected: 2019-11-11 -> 2023-02-15 2023-02-15 18:26:17 -05:00
Fabian Affolter
c2ccc12c3f python311Packages.ncclient: add missing input
- add changelog to meta
- disable on unsupported Python releases
2023-02-16 00:10:02 +01:00
Ryan Horiguchi
3cbf66ca1d plex: 1.30.2.6563-3d4dc0cce -> 1.31.0.6654-02189b09f 2023-02-15 23:57:13 +01:00
maralorn
066aaaf121 Merge pull request #216475 from sternenseemann/ghc88-downgrade-ghc-lib
haskell.packages.ghc884.ghc-lib: downgrade to match ghc-lib-parser
2023-02-15 23:56:34 +01:00
Sandro Jäckel
d382e6d1bd migraphx: remove cppcheck linter 2023-02-15 23:38:17 +01:00
Jeff Huffman
5e86cc98d7 discord: disableBreakingUpdates: create settings.json when missing 2023-02-15 17:35:30 -05:00
zowoq
2a603a41a5 go_1_19: 1.19.5 -> 1.19.6 2023-02-16 07:27:43 +10:00
Sandro Jäckel
2f97cda1f8 freeorion: use boost that builds with python3, remove cppcheck linter 2023-02-15 22:12:24 +01:00
Sandro Jäckel
e4c2a7ceb3 sqlitecpp: don't run cppcheck linter 2023-02-15 22:02:37 +01:00
R. Ryantm
90698f7c70 asterisk-module-sccp: 4.3.4 -> 4.3.5 2023-02-15 20:59:08 +00:00
Sandro Jäckel
02124bbb7e rsstail: don't run cppcheck linter, little cleanup 2023-02-15 21:41:18 +01:00
Artturin
3697ddeabe bintools-wrapper: wrap all 'ld.*'
allows using wrapBintoolsWith with all linkers

```
$ nix build ".#binutils"
$ ls ./result/bin/ld*
./result/bin/ld*  ./result/bin/ld.bfd*  ./result/bin/ld.gold*

$ nix build "nixpkgs#binutils"
$ ls ./result/bin/ld*
./result/bin/ld*  ./result/bin/ld.bfd* ./result/bin/ld.gold*
```
2023-02-15 20:51:16 +02:00
github-actions[bot]
5483266774 Merge staging-next into staging 2023-02-15 18:01:49 +00:00
github-actions[bot]
bf5abe92d4 Merge master into staging-next 2023-02-15 18:01:14 +00:00
Andrea Ciceri
7cf9c5dde5 mpy-utils: init at 0.1.13 2023-02-15 18:52:21 +01:00
Naïm Favier
5cf311c036 nixos/unbound: make stateDir writable 2023-02-15 18:14:58 +01:00
Vladimír Čunát
558f8f4c73 Merge branch 'staging' into staging-next 2023-02-15 17:55:51 +01:00
Arjan Schrijver
ad09ab166b ntfy-sh: 1.30.1 -> 1.31.0
Diff: https://github.com/binwiederhier/ntfy/compare/v1.30.1...v1.31.0

Release notes: https://github.com/binwiederhier/ntfy/releases/tag/v1.31.0
2023-02-15 16:44:46 +01:00
Vladimír Čunát
2028fbe8f6 Merge #216454: curl: 7.87.0 -> 7.88.0
...into staging
2023-02-15 16:39:21 +01:00
Matt Wittmann
ff5fd91d04 python310Packages.awswrangler: relax pyarrow dependency
awswrangler: pyarrow<10.1.0
nixpkgs: pyarrow==11.0.0
2023-02-15 07:34:11 -08:00
ajs124
a3982d44a9 Merge pull request #215334 from superherointj/pkg-mariadb-remove-flag-withEmbedded
mariadb: unlink withNuma from withEmbedded
2023-02-15 16:33:15 +01:00
Martin Weinelt
08b6dabf70 Merge pull request #216181 from evils/libdeflate
libdeflate: 1.8 -> 1.17
2023-02-15 14:32:55 +00:00
Weijia Wang
a65374c436 scilab-bin: refactor 2023-02-15 15:15:18 +01:00
Sébastien Maret
5a2d41f70c python3Packages.reproject: 0.9.1 -> 0.10.0 2023-02-15 14:41:41 +01:00
Phillip Cloud
adafc04aa0 duckdb: remove withHttpFs option in favor of custom cmakeFlags 2023-02-15 08:25:36 -05:00
Phillip Cloud
5ac17de578 python3Packages.ibis-framework: disable failing tests from duckdb upgrade 2023-02-15 08:16:58 -05:00
Phillip Cloud
72dd482b70 duckdb: 0.6.1 -> 0.7.0 2023-02-15 08:16:56 -05:00
ajs124
3df3c93037 nixosTests.openldap: fix deprecation warning 2023-02-15 14:13:23 +01:00
ajs124
85b60c3849 openldap: add passthru.tests 2023-02-15 14:11:52 +01:00
sternenseemann
e5e75c766c haskellPackages.cabal2nix-unstable: 2023-01-06 -> 2023-02-15
This fixes the pkg-config-depends resolution for minicurl.
2023-02-15 14:11:46 +01:00
ajs124
a5ea08f7f4 openldap: 2.6.3 -> 2.6.4
see https://openldap.org/software/release/changes.html for changes
2023-02-15 14:06:18 +01:00
sternenseemann
476fea7090 haskell.packages.ghc884.ghc-lib: downgrade to match ghc-lib-parser 2023-02-15 13:55:32 +01:00
github-actions[bot]
1638d35583 Merge staging-next into staging 2023-02-15 12:01:56 +00:00
github-actions[bot]
035b5a0178 Merge master into staging-next 2023-02-15 12:01:25 +00:00
Martin Weinelt
cd77731b1a Merge pull request #216163 from helsinki-systems/fix/nss-parallel-build
nss: fix build parallelism
2023-02-15 10:07:53 +00:00
firefly-cpp
c3ab701b22 python310Packages.niaarm: 0.2.4 -> 0.3.1 2023-02-15 11:04:14 +01:00
Pierre Bourdon
22fc044afc sudo: 1.9.12p2 -> 1.9.13 2023-02-15 10:57:01 +01:00
Matt Melling
2c102088fa cryptsetup: 2.5.0 -> 2.6.1 2023-02-15 08:22:38 +00:00
zowoq
8ea81a949a curl: 7.87.0 -> 7.88.0
https://curl.se/changes.html#7_88_0
2023-02-15 18:07:19 +10:00
github-actions[bot]
c4fe2133de Merge staging-next into staging 2023-02-15 06:01:44 +00:00
github-actions[bot]
1fd20e8410 Merge master into staging-next 2023-02-15 06:01:14 +00:00
Anders Kaseorg
ec1115c462 debian-devscripts: Add missing Perl dependencies for uscan
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-02-14 21:11:11 -08:00
Peter Hoeg
7dc0f77ecf nixos/hardware: clean up "with lib;" for keyboards 2023-02-15 11:34:22 +08:00
Peter Hoeg
2a97c0d985 nixos/hardware: add support for qmk keyboards 2023-02-15 11:33:56 +08:00
Jan Tojnar
cbb55edc46 Merge pull request #216344 from jtojnar/modemmanager
modemmanager: fix build
2023-02-15 03:53:48 +01:00
Anderson Torres
aa742da49f katriawm: 21.09 -> 22.12 2023-02-14 22:44:57 -03:00
Anderson Torres
d37bd519ba gavin-bc: enable extra options 2023-02-14 22:43:17 -03:00
Anderson Torres
98157f131d gavin-bc: mark as broken on Darwin 2023-02-14 22:43:17 -03:00
Anderson Torres
024cab5905 gavin-bc: init at 6.2.4
This is an implementation of the bc calculator by Gavin Howard.
2023-02-14 22:41:05 -03:00
zendo
0a283ab00e iotas: init at 0.1.9 2023-02-15 09:34:02 +08:00
Anderson Torres
f445f928f4 2048-cli: 0.9.1 -> unstable-2019-12-10 2023-02-14 22:32:08 -03:00
Anderson Torres
93aba2c96d 2048-cli: init at 0.9.1
Also, mark as broken on SDL.
2023-02-14 22:32:08 -03:00
Evils
3cf92a8760 libdeflate: 1.8 -> 1.17
patch was included in 1.9
which also started exposing a libdeflate.pc
  which is wanted by KiCad

project switched to cmake in 1.15
2023-02-15 01:51:48 +01:00
github-actions[bot]
b56ce2853a Merge master into haskell-updates 2023-02-15 00:14:20 +00:00
github-actions[bot]
58cfebde3e Merge staging-next into staging 2023-02-15 00:02:50 +00:00
github-actions[bot]
7eb730a25d Merge master into staging-next 2023-02-15 00:02:18 +00:00
Tobias Markus
8db2dbb6cb ceres-solver: Add and propagate metis dependency
SuiteSparse depends on METIS anyway, so we might as well enable METIS in
ceres-solver as well.
2023-02-15 00:52:19 +01:00
sternenseemann
ea113b94f4 haskellPackages.hmidi: provide necessary frameworks on darwin 2023-02-15 00:47:32 +01:00
Jan Tojnar
73a534c880 modemmanager: fix build
We did not notice it was creating directories in /etc in sandbox due to Nix 2.12 regression.
2023-02-15 00:13:52 +01:00
K900
09d09e9828 Merge pull request #216391 from K900/libx11-1.8.4
libX11: 1.8.3 -> 1.8.4
2023-02-15 02:00:07 +03:00
K900
a57fd65b7b libX11: 1.8.3 -> 1.8.4 2023-02-15 01:54:08 +03:00
Jan Tojnar
5ea14c1fb4 libgnome-keyring: remove maintainers
It has been deprecated for years and is not really maintained.
2023-02-14 23:53:00 +01:00
Sandro Jäckel
fbf13b49fb libgnome-keyring: don't set name 2023-02-14 23:32:38 +01:00
Dennis Gosnell
c0d7cc23b4 Merge pull request #216368 from dalpd/fix-patat-build
haskellPackages.patat: Apply commit from main branch relaxing bounds
2023-02-15 07:10:29 +09:00
Bob van der Linden
e3a10a12c7 rustPlatform.cargoSetupHook: improve cargoHash instructions
Currently cargo-setup-hook instructs the builder upon cargoSha256 or
cargoHash being out-of-date compared to the Cargo.lock file.

The instructions can be simplified a bit, because nowadays it is fine to
keep a hash empty, instead of filling it with
`0000000000000000000000000000000000000000000000000000`.

Nix nowadays outputs SRI hashes, which should usually be placed in
`cargoHash` instead of `cargoSha256`, but the instructions are still
only referring to `cargoSha256`.

Lastly, the output of Nix doesn't include `got: sha256: ` anymore, as it
now outputs `got: sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=`.
It would be nice to make it clear that the trailing `=` is important as
well, so the full example SRI hash is mentioned.
2023-02-14 16:14:08 -05:00
Martin Weinelt
4a816703fd python310Packages.django_3: 3.2.17 -> 3.2.18
https://docs.djangoproject.com/en/dev/releases/3.2.18/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/

Fixes: CVE-2023-24580
2023-02-14 21:03:26 +00:00
Alyssa Ross
ac34fdfd47 git: 2.39.1 -> 2.39.2
Fixes: CVE-2023-22490
Fixes: CVE-2023-23946
2023-02-14 21:03:08 +00:00
Tobias Markus
9df97ae05a harfbuzz: 6.0.0 -> 7.0.0
Release notes: https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.0
2023-02-14 20:59:51 +00:00
dalpd
d3ba95407d haskellPackages.patat: Apply commit from main branch relaxing bounds 2023-02-14 22:51:13 +02:00
Vladimír Čunát
0cedc3dedf gnutls: drop the withSecurity option
The patch for `withSecurity = false` wouldn't apply anymore,
and it didn't seem sufficient for several months already.
Noone's shown interest in fixing that.
2023-02-14 20:39:48 +00:00
Vladimír Čunát
0442267e82 gnutls: 3.7.8 -> 3.8.0
https://lists.gnupg.org/pipermail/gnutls-help/2023-February/004816.html

Also fixes a "medium" severity CVE-2023-0361
http://www.gnutls.org/security-new.html#GNUTLS-SA-2020-07-14

nix-ssl-cert-file.patch: upstream's only changed whitespace around here
2023-02-14 20:39:48 +00:00
Ruud van Asseldonk
b958f017b7 libressl_3_4: backport security fix 2023-02-14 21:36:09 +01:00
Jonas Heinrich
483aff0b1f python3Packages.z3c-checkversions: 1.2 -> 2.0 2023-02-14 21:27:33 +01:00
Ruud van Asseldonk
cb8d827b9a libressl_3_4: add knownVulnerabilities 2023-02-14 20:35:10 +01:00
nikstur
b1ff1e1658 nixos/systemd-repart: enable running after initrd 2023-02-14 19:42:32 +01:00
K900
6f9fd8585b Merge pull request #216345 from K900/file-regression-fix
file: backport another regression fix
2023-02-14 21:35:58 +03:00
K900
bb41e2b58b Revert "python3Packages.patool: local backport of file regression fix"
This reverts commit 6e6610edd4.
2023-02-14 21:34:40 +03:00
K900
2e759a9a92 file: backport another regression fix 2023-02-14 21:34:31 +03:00
maralorn
4228784870 haskellPackages.streamly-bytestring: jailbreak 2023-02-14 19:16:59 +01:00
github-actions[bot]
f123085ae9 Merge staging-next into staging 2023-02-14 18:01:45 +00:00
github-actions[bot]
10a18604a1 Merge master into staging-next 2023-02-14 18:01:08 +00:00
Martin Weinelt
9fc6149def python310Packages.django_4: 4.1.6 -> 4.1.7
https://docs.djangoproject.com/en/4.1/releases/4.1.7/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/

Fixes: CVE=2023=24580
2023-02-14 17:44:45 +01:00
Yan
b8eadbe19f mongoc: formatting 2023-02-14 17:12:55 +02:00
Yan
b68077df87 mongoc: add Security Framework Darwin build dep 2023-02-14 17:09:48 +02:00
sternenseemann
96f9999d0c haskellPackages.llvm-hs-pure: make bytestring-0.11 patch apply again 2023-02-14 15:03:09 +01:00
sternenseemann
8686ffd4fa agda: add iblech to maintainers
Requested via https://github.com/NixOS/nixpkgs/pull/213896#issuecomment-1427648861.
2023-02-14 14:46:36 +01:00
Alyssa Ross
4bcab74b94 libinput: don't try to create /etc in build
How libinput tries to create /etc changed in upstream commit
05501cd34f9c ("meson: use install_emptydir to create directory"),
so we have to update our sed expression.

This was missed in when libinput was updated in Nixpkgs due to a Nix
bug[1], which made the sandbox's /etc writeable.

[1]: https://github.com/NixOS/nix/issues/7813

Fixes: bf928e5579 ("libinput: 1.21.0 → 1.22.1")
2023-02-14 13:46:27 +00:00
Ingo Blechschmidt
168d9a5f1e agda: 2.6.2.2 -> 2.6.3 2023-02-14 14:45:39 +01:00
github-actions[bot]
beb954d949 Merge staging-next into staging 2023-02-14 12:01:51 +00:00
github-actions[bot]
e53c325385 Merge master into staging-next 2023-02-14 12:01:18 +00:00
Nick Cao
11b095e880 libvisual: disable building examples when cross compiling
the examples depend on SDL, and sdl-config is not available when crossing
2023-02-14 19:36:55 +08:00
Nick Cao
463ab8deaa Revert "libvisual: fix null malloc check on cross"
This reverts commit a656aeb7f1.

As of now these flags are no longer required for cross compilation
2023-02-14 19:29:36 +08:00
Nick Cao
e6596c17d9 zram-generator: use buildRustPackage instead of stdenv.mkDerivation
upstream Makefile lacks the required cargo flags to make cross
compilation work
2023-02-14 18:18:06 +08:00
Alyssa Ross
200610b849 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/gtest/default.nix
	pkgs/development/libraries/hidapi/default.nix
2023-02-14 09:53:03 +00:00
Sébastien Maret
9a5dbeaee1 gildas: 20221001_b -> 20230201_a 2023-02-14 10:44:51 +01:00
rewine
76ac693197 dpa-ext-gnomekeyring: init at 5.0.11 2023-02-14 17:22:20 +08:00
rewine
8abe7fd075 dde-polkit-agent: init at 5.5.22 2023-02-14 17:22:15 +08:00
Manuel Bärenz
d9f8b18044 vscode: Explicitly disable integration tests 2023-02-14 09:28:42 +01:00
github-actions[bot]
46cc80cc78 Merge master into staging-next 2023-02-14 06:01:17 +00:00
Artturin
d707691b35 strip-nondeterminism: fix binary functioning on darwin
result/bin/strip-nondeterminism: bad interpreter: /nix/store/mym5b5zbzgny17ixqr8kgwmndc3k4y2r-perl-5.36.0/bin/perl -I/nix/store/mym5b5zbzgny17ixqr8kgwmndc3k4y2r-perl-5.36.0/lib: exec format error
2023-02-14 05:47:43 +02:00
Anderson Torres
f60c5a80b0 arcanPackages.pipeworld: unstable-2022-04-03 -> unstable-2023-02-05 2023-02-13 23:43:12 -03:00
Anderson Torres
fbac91e0ba arcanPackages.durden: unstable-2022-10-16 -> unstable-2023-01-19 2023-02-13 23:43:12 -03:00
Anderson Torres
d39b126036 arcanPackages.cat9: unstable-2018-09-13 -> unstable-2023-02-11 2023-02-13 23:43:12 -03:00
Anderson Torres
3cb73a653b arcanPackages.prio: cosmetic rewrite 2023-02-13 23:43:12 -03:00
Anderson Torres
3c6be4cec7 arcanPackages.arcan: cosmetic rewrite 2023-02-13 23:43:11 -03:00
github-actions[bot]
f29aaa7010 Merge master into haskell-updates 2023-02-14 00:14:09 +00:00
github-actions[bot]
9c94a57a0a Merge master into staging-next 2023-02-14 00:02:13 +00:00
sternenseemann
bdb2e7e333 haskell.packages.ghc926.protolude: allow bytestring-0.11.4
GHC 9.2.6 ships a new patch release of bytestring which protolude has
an (apparently unnecessary) upper bound on.
2023-02-13 23:48:34 +01:00
sternenseemann
107c04a3cd all-cabal-hashes: 2023-02-11T16:57:22Z -> 2023-02-13T17:53:53Z
haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-13 23:35:01 +01:00
Yan
08b9cb9e70 mongoc: 1.23.1 -> 1.23.2 2023-02-13 23:31:50 +02:00
Artturi
fa169bb239 Merge pull request #214207 from Artturin/ssytemdbuildbash1 2023-02-13 22:34:23 +02:00
Dmitry Kalinkin
938a52f603 gtest: ensure C++17 support for aarch64 (#215767) 2023-02-13 15:31:27 -05:00
superherointj
ca784e051c Merge pull request #213788 from SuperSandro2000/eventlet-march
python310Packages.eventlet: disable test_fork_after_monkey_patch test…
2023-02-13 16:50:28 -03:00
Ruud van Asseldonk
cae86017b1 libressl_3_5: 3.5.3 -> 3.5.4
This release includes a security fix. Release notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.4-relnotes.txt
2023-02-13 19:43:54 +01:00
Ruud van Asseldonk
3d695ad7a2 libressl_3_6: 3.6.1 -> 3.6.2
This release contains a security fix. Release notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt
2023-02-13 19:41:42 +01:00
github-actions[bot]
f60ea3cf39 Merge staging-next into staging 2023-02-13 18:01:55 +00:00
github-actions[bot]
e84df07fe1 Merge master into staging-next 2023-02-13 18:01:22 +00:00
Kiskae
c73f3cf927 xwayland: enable libunwind 2023-02-13 18:27:53 +01:00
Martin Weinelt
d56a97cc04 Merge pull request #216189 from alyssais/python2-eval
python2: fix eval
2023-02-13 17:17:40 +00:00
Alyssa Ross
b4f74e334e python2: fix eval
Fixes: ee90eca180 ("cpython: Migrate sha256 occurences to hash")
2023-02-13 17:14:19 +00:00
Vladimír Čunát
dc2feb983f Merge branch 'master' into haskell-updates
f1f9ae6a3b causes everything to rebuild
2023-02-13 15:44:13 +01:00
sternenseemann
75cdc109f0 haskellPackages.ghc: 9.2.4 -> 9.2.6
https://www.haskell.org/ghc/blog/20230210-ghc-9.2.6-released.html
2023-02-13 15:32:09 +01:00
Naïm Favier
4f7c02e890 haskellPackages.sensei: use fsnotify 0.4 and tame hspec-contrib
The latest release of sensei added some dependencies we need to make
consistent manually.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-02-13 15:19:41 +01:00
sternenseemann
432c3ab524 haskellPackages.persistent-postgresql: disable broken tests
Test suite can't currently be built with Stackage LTS-20.
2023-02-13 15:06:55 +01:00
sternenseemann
3dfbe2b6a3 maintainers/haskell/test-configurations.nix: support ghcHEAD
Since we now have a versioned configuration-ghc-*.nix file for GHC HEAD,
we don't need to add a super special case to the package set logic in
test-configurations.nix anymore. We can just create a versioned
attribute for the ghcHEAD package set (which is not exposed) and keep
using the normal discovery logic.

The only tricky bit is that GHC HEAD's configuration file is named after
the GHC release that will be branched off from it, so a little bit of
arithmetic is involved.
2023-02-13 14:42:03 +01:00
Martin Weinelt
d87b0e29ff Merge pull request #215401 from mweinelt/python-3.10.10-3.11.2
python310: 3.10.9 -> 3.10.10; python311: 3.11.1 -> 3.11.2
2023-02-13 13:26:00 +00:00
ajs124
f4e9ffe7cb nss: fix build parallelism
NIX_BUILD_CORES was not honored before
Closes #216035
2023-02-13 14:21:56 +01:00
Karel Kočí
116872aedd nixos/gitlab-runner: fix shell syntax preventing build
The build fails when configFile is provided because of shellcheck
detects missing quotes here.
2023-02-13 13:20:26 +01:00
github-actions[bot]
29c2637dda Merge staging-next into staging 2023-02-13 12:02:05 +00:00
Vladimír Čunát
410d64db35 mesa: 22.3.4 -> 22.3.5
https://docs.mesa3d.org/relnotes/22.3.5.html
Fixes #216137
2023-02-13 10:39:07 +01:00
Fabian Affolter
67a00c2024 python310Packages.check-manifest: 0.48 -> 0.49
Changelog: https://github.com/mgedmin/check-manifest/blob/0.49/CHANGES.rst
2023-02-13 10:33:25 +01:00
Fabian Affolter
49a06c0005 python310Packages.check-manifest: add changelog to meta 2023-02-13 10:33:25 +01:00
github-actions[bot]
29cdca7736 Merge staging-next into staging 2023-02-13 06:02:02 +00:00
Weijia Wang
de9e9c8ce7 Merge pull request #216094 from winterqt/fix-apple-source-releases-iokit
darwin.apple_sdk.frameworks.IOKit: fix on x86_64-darwin
2023-02-13 05:40:10 +01:00
Emery Hemingway
961892a085 recoll: wrap some input handlers with extra deps 2023-02-12 21:32:48 -06:00
Robert Schütz
c8d7452ced python310Packages.pytest-forked: 1.4.0 -> 1.6.0
Diff: https://github.com/pytest-dev/pytest-forked/compare/refs/tags/v1.4.0...v1.6.0

Changelog: https://github.com/pytest-dev/pytest-forked/blob/refs/tags/v1.6.0/CHANGELOG.rst
2023-02-12 18:12:25 -08:00
Anna Aurora
fe5d8a3fb7 structorizer: init at 3.32-11
Co-authored-by: laalsaas <43275254+laalsaas@users.noreply.github.com>
2023-02-13 01:47:29 +01:00
Winter
66f6a84904 darwin.apple_sdk.frameworks.IOKit: fix on x86_64-darwin
7abd144913 switched the source releases to
pull from GitHub. This resulted in the IOUSBFamily installation failing,
as the extracted directory's name changed from `IOUSBFamily-630.4.5` to
`IOUSBFamily-IOUSBFamily-630.4.5`. This didn't occur for any other frameworks
because we used wildcards for copying them already.
2023-02-12 19:30:40 -05:00
github-actions[bot]
994a371e43 Merge master into haskell-updates 2023-02-13 00:13:52 +00:00
github-actions[bot]
2ca4ddc9dd Merge staging-next into staging 2023-02-13 00:02:51 +00:00
Dennis Gosnell
bf49a1c219 Merge pull request #216007 from ncfavier/persistent-sqlite
haskellPackages.persistent-sqlite: disable tests
2023-02-13 08:48:08 +09:00
Sandro Jäckel
29226cfea7 python310Packages.eventlet: disable test_fork_after_monkey_patch test all the time 2023-02-12 23:45:49 +01:00
Naïm Favier
a003cf0367 haskellPackages.persistent-sqlite: disable tests 2023-02-12 23:41:08 +01:00
Mario Rodas
aa1b867e9a Merge pull request #211326 from r-ryantm/auto-update/maturin
maturin: 0.14.5 -> 0.14.12
2023-02-12 16:29:59 -05:00
Mario Rodas
25bb46d1d2 Merge pull request #208301 from r-ryantm/auto-update/neon
neon: 0.32.3 -> 0.32.4
2023-02-12 14:02:23 -05:00
Mario Rodas
b6d77cc534 Merge pull request #215256 from marsam/update-sphinx-rtd-theme
python310Packages.sphinx-rtd-theme: 1.1.1 -> 1.2.0
2023-02-12 14:00:44 -05:00
Mario Rodas
194bea6113 Merge pull request #212160 from marsam/update-libimagequant
libimagequant: 2.17.0 -> 4.0.5
2023-02-12 14:00:07 -05:00
Ryan Horiguchi
771e70507b prowlarr: 1.1.3.2521 -> 1.2.0.2583 2023-02-12 19:18:06 +01:00
github-actions[bot]
8e2a123807 Merge staging-next into staging 2023-02-12 18:01:40 +00:00
roblabla
2e4bc8230f ghidra: 10.2.2 -> 10.2.3 2023-02-12 18:49:40 +01:00
OPNA2608
2bace3c824 palemoon-bin: init at 32.0.0 2023-02-12 18:17:23 +01:00
Mario Rodas
9baa528861 Merge pull request #211670 from r-ryantm/auto-update/hdf5
hdf5: 1.12.2 -> 1.14.0
2023-02-12 11:29:08 -05:00
github-actions[bot]
ec17e92f67 Merge staging-next into staging 2023-02-12 16:03:16 +00:00
Adam Joseph
07942cdbdf setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED
For reproducibility, nixpkgs sets `-frandom-seed` to the first 10
characters of the outpath of the derivation being built.

This PR allows to manually select from which outpath the
10-character prefix is taken, by setting
`NIX_OUTPATH_USED_AS_RANDOM_SEED` as a derivation attribute (or
directly as an environment variable).

For an example use of this functionality, see:

  https://github.com/NixOS/nixpkgs/pull/209870
2023-02-12 07:55:59 -08:00
Mario Rodas
c0d2793475 Merge pull request #209848 from r-ryantm/auto-update/libopenmpt
libopenmpt: 0.6.6 -> 0.6.8
2023-02-12 10:19:10 -05:00
Naïm Favier
65e774e2a4 agda: fix passthru
The current `//` override to `agda.passthru.tests` is non-recursive so
it destroys everything else under `passthru`, and furthermore does not
go through `mkDerivation` so that we end up with different values for
`agda.tests` and `agda.passthru.tests`.

Fix it by moving the `allPackages` test to the definition of
`withPackages`.
2023-02-12 14:44:16 +01:00
pennae
bfc6975cbc nixos/manual: remove holdovers from docbook times
these files provided mainly or exclusively xml-related tooling and
support for editing the manual. since docbook is now an implementation
detail (except for still being allowed in option docs, for now) these
tools are no longer necessary, useful, or even functional.

xmlformat.conf is still used by the nixpkgs documentation, so we have to
keep it. there's no reason it can't go live with the nixpkgs docs though.
2023-02-12 14:23:38 +01:00
Fabian Affolter
2db8ff4f42 python310Packages.ciscoconfparse: 1.6.50 -> 1.7.15
Changelog: https://github.com/mpenning/ciscoconfparse/blob/1.7.15/CHANGES.md
2023-02-12 14:09:15 +01:00
Fabian Affolter
9a1e9d423a python310Packages.deprecat: init at 2.1.1 2023-02-12 14:04:21 +01:00
Fabian Affolter
f9c43e87ac python310Packages.ciscoconfparse: add changelog to meta 2023-02-12 13:55:59 +01:00
pennae
1229e735ac nixos-render-docs: add structural includes, use for manual
this adds support for structural includes to nixos-render-docs.
structural includes provide a way to denote the (sub)structure of the
nixos manual in the markdown source files, very similar to how we used
literal docbook blocks before, and are processed by nixos-render-docs
without involvement of xml tooling. this will ultimately allow us to
emit the nixos manual in other formats as well, e.g. html, without going
through docbook at all.

alternatives to this source layout were also considered:

a parallel structure using e.g. toml files that describe the document
tree and links to each part is possible, but much more complicated to
implement than the solution chosen here and makes it harder to follow
which files have what substructure. it also makes it much harder to
include a substructure in the middle of a file.

much the same goes for command-line arguments to the converter, only
that command-lined arguments are even harder to specify correctly and
cannot be reasonably pulled together from many places without involving
another layer of tooling. cli arguments would also mean that the manual
structure would be fixed in default.nix, which is also not ideal.
2023-02-12 13:02:42 +01:00
github-actions[bot]
2dac3f9f96 Merge staging-next into staging 2023-02-12 12:02:07 +00:00
pennae
8b7f0e559a nixos/manual: clean up default.nix a bit
- inline copySources into single user
- remove `inherit sources` where it's not necessary
- inline generatedSources. this will go away completely soon so we may
  as well.
- inline modulesDoc into manual-combined. this too will go away soon.
- inline sources into manual-combined. this too will go away soon.
2023-02-12 11:58:20 +01:00
pennae
ef413e3eac nixos/manual: split manpages-combined from manual-combined
once we generate the entire manual-combined.xml with a single
nixos-render-docs invocation we will no longer need any options xml
files. likewise we do not need the test options xml in the manpage
build. splitting manpages-combined from manual-combined also allows
these two to run in parallel, slightly improving build times.
2023-02-12 11:56:26 +01:00
pennae
9977f99740 nixos/manual: inline man-configuration.xml
man-configuration.xml is the only manpage we build using docbook at this
time, and man-pages.xml includes just this one file. inline
man-configuration.nix into man-pages.xml so we can refer to a single
file to grab the manpage sources later rather than using find-by-suffix.
2023-02-12 11:55:10 +01:00
pennae
d30da4d9cd nixos-render-docs: add support for <part>
<part> is different from all other blocks we care about in that it
requires textual content to be wrapped in <partintro>. add support for
this to the generic docbook renderer, which will just assume that a part
is the whole document start to finish. we do make provision for the
manual renderer to close a partintro tag early though.
2023-02-12 11:55:09 +01:00
pennae
ad2b150af7 nixos-render-docs: use Mapping for options converter
this way we can pass in frozendicts from other converters.
2023-02-12 11:55:09 +01:00
pennae
d004105003 nixos-render-docs: print exception trees by __cause__
__context__ is always set to the prior exception, even when not using
the raise from form. __cause__ is only set during raise from. use
__cause__ so we can override a leaf exception (eg KeyError to something
more meaningful).
2023-02-12 11:55:09 +01:00
Alexis Hildebrandt
9aace43408 texinfo: 6.8 -> 7.0.2 2023-02-12 11:32:49 +01:00
Alexis Hildebrandt
0e50c09cf4 texinfo: Add version 7.0.2 2023-02-12 11:31:41 +01:00
Daniel Hancock
2dd58d6487 flatpak: 1.14.1 → 1.14.2 2023-02-12 18:16:08 +08:00
Weijia Wang
7c026bae62 stdenv: aarch64-linux: update the bootstrap tools (incl. busybox)
Hydra job building them: https://hydra.nixos.org/build/208909151

The bootstrap files can be reproduced on the parent commit, e.g. by:
  cat $(nix-build pkgs/top-level/release.nix -QA stdenvBootstrapTools.aarch64-linux.dist)/nix-support/hydra-build-products
    file tarball /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
    file busybox /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/busybox
and the hashes as well:
  nix hash file /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
    sha256-aJvtsWeuQHbb14BGZ2EiOKzjQn46h3x3duuPEawG0eE=
  nix hash path /nix/store/kdpbw0plmjqlafjnpbz31ja51m4bd2dk-stdenv-bootstrap-tools/on-server/busybox
    sha256-0MuIeQlBUaeisqoFSu8y+8oB6K4ZG5Lhq8RcS9JqkFQ=

You can check this on any machine, as the builds are on cache.nixos.org
but also you can reproduce the hashes when rebuilt on aarch64-linux HW.
2023-02-12 10:09:35 +01:00
R. Ryantm
c70c35601a graphviz: 7.0.2 -> 7.1.0 2023-02-12 08:16:58 +00:00
Vladimír Čunát
21ec906463 stdenv: aarch64-linux: gcc9 -> gcc12 2023-02-12 09:15:55 +01:00
Sergei Trofimovich
06184acf6c xorg.xkbcomp: 1.4.5 -> 1.4.6
Changes: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01492.html
2023-02-12 08:15:12 +00:00
Christian Kögler
3f02622151 vdrPlugins: fix name in function mkPlugin 2023-02-12 08:50:34 +01:00
Christian Kögler
6be95b12b2 vdr-vnsiserver: 1.8.1 -> 1.8.3 2023-02-12 08:50:34 +01:00
Christian Kögler
b653bbb783 vdr-epgsearch: 2.4.1 -> 2.4.2 2023-02-12 08:50:34 +01:00
Christian Kögler
9a2ebdddca vdr-markad: 3.0.26 -> 3.1.1 2023-02-12 08:50:34 +01:00
Christian Kögler
0214f60bef vdr-softhddevice: 1.9.3 -> 1.9.7 2023-02-12 08:50:34 +01:00
Christian Kögler
28d9074cc6 vdr-text2skin: fix src 2023-02-12 08:50:34 +01:00
Christian Kögler
c13f9fbd5d python310Package.pygatt: fix cross compilation 2023-02-12 08:04:11 +01:00
R. Ryantm
c976bd7884 python310Packages.oslo-serialization: 5.0.0 -> 5.1.0 2023-02-12 06:45:43 +00:00
R. Ryantm
4422fe05ed streamlit: 1.16.0 -> 1.18.1 2023-02-12 06:05:26 +00:00
github-actions[bot]
23496088d9 Merge staging-next into staging 2023-02-12 06:02:09 +00:00
Ellie Hermaszewska
7343f7630c haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-12 13:59:43 +08:00
Ellie Hermaszewska
17b0cf6fb5 all-cabal-hashes: 2023-01-29T01:30:53Z -> 2023-02-11T16:57:22Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-02-12 13:58:52 +08:00
Ellie Hermaszewska
a907adf7a5 haskellPackages: stackage LTS 20.8 -> LTS 20.11
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-02-12 13:58:37 +08:00
Mario Rodas
ef0e55f22b maturin: 0.14.12 -> 0.14.13
https://github.com/PyO3/maturin/releases/tag/v0.14.13
2023-02-12 04:20:00 +00:00
Martin Weinelt
d704ee72c9 python3.tests.nixenv-virtualenv: Fix on darwin
The virtualenv mode is trying to be smart and checks whether it can
write to $out, which for some reason fails on darwin.

> virtualenv: error: argument dest: the destination . is not write-able at /nix/store

But what does work is creating it in the pwd and moving it to $out,
because mv just does what it is told.
2023-02-12 03:03:31 +01:00
Martin Weinelt
f75329f0bc python310Packages.ephemeral-port-reserve: Fix tests on darwin 2023-02-12 01:04:54 +01:00
github-actions[bot]
516d7767c0 Merge staging-next into staging 2023-02-12 00:03:10 +00:00
Fabian Affolter
1b6ed251b7 Merge pull request #213580 from fabaff/dnspython-bump
python310Packages.dnspython: 2.2.1 -> 2.3.0
2023-02-12 00:59:40 +01:00
Martin Weinelt
a48dcc5da1 python310Packages.asgiref: Fix tests on darwin 2023-02-12 00:53:43 +01:00
Martin Weinelt
20c723dd07 python3.tests.condaExamplePackage: Exclude on non-linux
Allow python3.tests to eval on other platforms than linux, by excluding
conda tests when not on linux, because they include alsa-lib, which is
linux-only.
2023-02-11 23:22:09 +01:00
Robert Schütz
95b0856179 python310Packages.playwright: set meta.platforms 2023-02-11 12:58:30 -08:00
Robert Scott
f6664fb8ad Merge pull request #215653 from trofi/zstd-update
zstd: 1.5.2 -> 1.5.4
2023-02-11 20:15:43 +00:00
Stéphan Kochen
c3693fbfd5 stdenvBootstrapTools: native aarch64-darwin build 2023-02-11 20:11:55 +01:00
Stéphan Kochen
487e2955f8 dumpnar: init at unstable-2023-01-01 2023-02-11 20:11:48 +01:00
Nikolay Korotkiy
a88d103bfc python3Packages.isort: 5.11.4 → 5.12.0 2023-02-11 22:07:20 +03:00
Sergei Trofimovich
624b1ee560 serd: 0.30.10 -> 0.30.16
On top of upstream changes `nixpkgs` changes are:
- switch from waf to meson
- aded trivial auto-updater
- added multiple outputs to accomodate for added html docs

Changes: https://drobilla.net/category/serd/
2023-02-11 18:04:06 +00:00
github-actions[bot]
b0f16e56b0 Merge staging-next into staging 2023-02-11 18:01:50 +00:00
Martin Weinelt
ee90eca180 cpython: Migrate sha256 occurences to hash 2023-02-11 17:50:53 +01:00
Martin Weinelt
f0b8e02958 python311: 3.11.1 -> 3.11.2
https://docs.python.org/release/3.11.2/whatsnew/changelog.html
2023-02-11 17:50:10 +01:00
Martin Weinelt
f228b9368b python310: 3.10.9 -> 3.10.10
https://docs.python.org/release/3.10.10/whatsnew/changelog.html
2023-02-11 17:50:10 +01:00
Martin Weinelt
a94804c451 python39: Move out of sources attrset 2023-02-11 17:50:08 +01:00
Sergei Trofimovich
08e194a913 xorg.libXxf86vm: 1.1.4 -> 1.1.5
Changes: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01422.html
2023-02-11 14:43:56 +00:00
Sergei Trofimovich
baccb31d34 Merge pull request #214130 from r-ryantm/auto-update/doxygen
doxygen: 1.9.5 -> 1.9.6
2023-02-11 14:16:49 +00:00
github-actions[bot]
a5b021e538 Merge staging-next into staging 2023-02-11 12:01:48 +00:00
Candy Cloud
b881ca4548 autocorrect: init at 2.6.2 2023-02-11 11:21:14 +00:00
Sergei Trofimovich
bf8f325a11 cracklib: 2.9.7 -> 2.9.8
Changes: https://github.com/cracklib/cracklib/compare/v2.9.7...v2.9.8
2023-02-11 08:26:31 +00:00
github-actions[bot]
c2e38ff7b6 Merge staging-next into staging 2023-02-11 06:01:49 +00:00
Mario Rodas
37e3c5d085 tengine: 2.3.4 -> 2.4.0
https://github.com/alibaba/tengine/releases/tag/2.4.0
2023-02-11 04:20:00 +00:00
Martin Weinelt
af976a9d56 Merge pull request #215683 from helsinki-systems/upd/nss_esr
nss_esr: 3.79.3 -> 3.79.4
2023-02-11 01:23:47 +00:00
github-actions[bot]
35f3a899ba Merge staging-next into staging 2023-02-11 00:02:55 +00:00
Martin Puppe
fa7fbe565d nixos/paperless: apply nixpkgs-fmt 2023-02-10 23:55:30 +01:00
Kirill Radzikhovskyy
48c2d3284a mailman: 3.3.5 -> 3.3.8 supports latest sqlalchemy 2023-02-11 06:28:05 +11:00
Artturi
aaa9ea8ec6 Merge pull request #208537 from Artturin/makesetuphooksupportstrictdeps 2023-02-10 20:08:32 +02:00
github-actions[bot]
1c178195e0 Merge staging-next into staging 2023-02-10 18:01:57 +00:00
7c6f434c
bc1660f05b Merge pull request #215584 from superherointj/fix-libsecret-non-deterministic-fail
libsecret: fix non-deterministic fail of test-collection
2023-02-10 15:15:19 +00:00
Martin Weinelt
016028bcaf Merge pull request #215678 from erikarvstedt/fix-flit-scm-src-2
python3Packages.flit-scm: Fix src hash
2023-02-10 13:21:14 +00:00
ajs124
bc8cfa181b nss_esr: 3.79.3 -> 3.79.4
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_79_4.rst
2023-02-10 14:13:46 +01:00
Vladimír Čunát
13e8ec1f2d Merge branch 'staging-next' into staging 2023-02-10 13:46:44 +01:00
Vladimír Čunát
3741288a4e Merge branch 'master' into staging-next 2023-02-10 13:46:24 +01:00
Erik Arvstedt
400212a902 python3Packages.flit-scm: Fix src hash
The fetcher params were changed in the previous commit (de08f0ba6d),
but the hash wasn't updated.
2023-02-10 13:08:06 +01:00
Alyssa Ross
d607d078e2 rust-bindgen: 0.63.0 -> 0.64.0
Changelog[1] and my testing suggests generated bindings aren't going
to change much or at all.

[1]: ae6817256a/CHANGELOG.md
2023-02-10 10:32:55 +00:00
Pavol Rusnak
43885865ac Merge pull request #215284 from prusnak/portaudio-jack
portaudio: build with jack support
2023-02-10 11:27:22 +01:00
Fabian Affolter
df6cdf026f python310Packages.eventlet: 0.33.1 -> 0.33.3
Diff: https://github.com/eventlet/eventlet/compare/v0.33.1...v0.33.3
2023-02-10 11:20:17 +01:00
Fabian Affolter
240a2d51ef python310Packages.dnspython: 2.2.1 -> 2.3.0
Changelog: https://github.com/rthalley/dnspython/blob/v2.3.0/doc/whatsnew.rst
2023-02-10 10:06:04 +01:00
Fabian Affolter
1b48e26a61 python310Packages.dnspython: add changelog to meta 2023-02-10 10:06:03 +01:00
Fabian Affolter
806b928949 Merge pull request #213544 from fabaff/watchdog-bump
python310Packages.watchdog: 2.2.0 -> 2.2.1
2023-02-10 09:45:54 +01:00
Sergei Trofimovich
32693f33a2 zstd: 1.5.2 -> 1.5.4
Changes: https://github.com/facebook/zstd/releases/tag/v1.5.4
2023-02-10 08:32:14 +00:00
github-actions[bot]
f72b07e57d Merge staging-next into staging 2023-02-10 06:01:53 +00:00
heyimnova
ed6d3de823 add maintainer: heyimnova 2023-02-10 00:08:07 +00:00
github-actions[bot]
0417b0e54f Merge staging-next into staging 2023-02-10 00:03:00 +00:00
Colin Arnott
83c770cf53 _5etools: init at 1.175.2 2023-02-10 00:02:27 +00:00
superherointj
54a6770929 libsecret: fix non-deterministic fail of test-collection
Problem usually happens when all CPUs are busy.

Upstream issue: https://gitlab.gnome.org/GNOME/libsecret/-/issues/80

Logs: https://gist.github.com/superherointj/08d68a9674f695e73bbabcf8c9a1e535
2023-02-09 19:32:46 -03:00
Thomas Gerbet
0d41f3a174 joplin-desktop: 2.9.17 -> 2.10.4
Fixes CVE-2022-45598.

Changes:
https://github.com/laurent22/joplin/releases/tag/v2.10.2
https://github.com/laurent22/joplin/releases/tag/v2.10.3
https://github.com/laurent22/joplin/releases/tag/v2.10.4
2023-02-09 22:29:09 +01:00
figsoda
5bc96030b0 rustc: 1.67.0 -> 1.67.1
Diff: https://github.com/rust-lang/rust/compare/1.67.0...1.67.1

Changelog: https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html
2023-02-10 06:55:18 +10:00
Martin Weinelt
b15ffddd9c pdm: 2.3.4 -> 2.4.3
https://github.com/pdm-project/pdm/releases/tag/2.4.3
https://github.com/pdm-project/pdm/releases/tag/2.4.2
https://github.com/pdm-project/pdm/releases/tag/2.4.1
https://github.com/pdm-project/pdm/releases/tag/2.4.0
2023-02-09 21:28:36 +01:00
github-actions[bot]
87e315024e Merge staging-next into staging 2023-02-09 18:01:44 +00:00
R. Ryantm
4d036bf0fc gsm: 1.0.20 -> 1.0.22 2023-02-09 16:41:49 +00:00
talyz
ca6aa07304 discourse: Document how to update 2023-02-09 17:36:48 +01:00
talyz
5757259eee discourse.tests: nodes.discourse.config -> nodes.discourse 2023-02-09 17:36:42 +01:00
talyz
0dcc8c9adb discourse: Update plugins
Co-authored-by: Paul Grayson <pdg@alum.mit.edu>
2023-02-09 17:36:36 +01:00
talyz
8fb5bab784 discourse: 2.9.0.beta14 -> 3.1.0.beta2 2023-02-09 17:36:29 +01:00
Artturi
56c4f27b18 Merge pull request #215488 from alyssais/strip-nondeterminism-1.13.1
strip-nondeterminism: fix build
2023-02-09 17:21:53 +02:00
talyz
aef5ef0108 discourse: Reformat function arguments 2023-02-09 14:52:01 +01:00
github-actions[bot]
8c32008a02 Merge staging-next into staging 2023-02-09 12:02:05 +00:00
R. Ryantm
fc334fd76c zsh-prezto: unstable-2023-01-12 -> unstable-2023-01-31 2023-02-09 11:47:24 +00:00
Alyssa Ross
92e6b205ed strip-nondeterminism: 1.13.0 -> 1.13.1
Fixes build.
2023-02-09 10:35:27 +00:00
Alyssa Ross
18d1c014bf file: fix identification of pyzip files 2023-02-09 10:33:18 +00:00
Zhong Jianxin
2d30754df3 kubernetes-helmPlugins.helm-diff: 3.5.0 -> 3.6.0 2023-02-09 15:39:37 +08:00
github-actions[bot]
bd14a95898 Merge staging-next into staging 2023-02-09 06:01:47 +00:00
Martin Weinelt
8e69a97f51 Merge pull request #215361 from dotlambda/cryptography-39.0.1
python310Packages.cryptography: 39.0.0 -> 39.0.1
2023-02-09 01:18:36 +00:00
Nick Cao
6d65e4f449 Merge pull request #215337 from PedroHLC/hwdata-0.367
hwdata: 0.366 -> 0.367
2023-02-09 08:13:10 +08:00
github-actions[bot]
bece38afcc Merge staging-next into staging 2023-02-09 00:02:56 +00:00
ppom
5a1ba62841 onlyoffice: allow ExecStartPre additions 2023-02-09 00:56:08 +01:00
Maciej Krüger
965ceadeb5 uclient-fetch: init at unstable-2022-02-24 2023-02-08 21:39:21 +01:00
Maciej Krüger
f3ba738bfe libnl-tiny: init at unstable-2022-12-13 2023-02-08 21:38:00 +01:00
Maciej Krüger
e0fbf34964 libubox: add ssl flavours 2023-02-08 21:25:22 +01:00
Lily Foster
9b31147be9 nixos/tests/systemd-initrd-vconsole: init new test for console.earlySetup 2023-02-08 15:24:10 -05:00
Maciej Krüger
43ce59c656 ustream-ssl*: init at unstable-2022-12-08 2023-02-08 21:10:06 +01:00
Robert Schütz
1f6d0b6016 python310Packages.cryptography: 39.0.0 -> 39.0.1
fixes CVE-2023-23931

Changelog: https://cryptography.io/en/latest/changelog/#v39-0-1
2023-02-08 11:22:31 -08:00
PedroHLC ☭
d5f88d5d1c hwdata: 0.366 -> 0.367 2023-02-08 13:48:36 -03:00
superherointj
616d1877e3 mariadb: make withNuma unrelated to withEmbedded 2023-02-08 13:32:59 -03:00
R. Ryantm
ac49f34fe8 llvmPackages_rocm.llvm: 5.4.2 -> 5.4.3 2023-02-08 16:16:28 +00:00
ajs124
555c21b15d Merge pull request #214981 from superherointj/fix-musl-mariadb
mariadb: fix musl, make Numa optional; pmdk: remove
2023-02-08 14:29:17 +01:00
Nick Cao
b216ad166a Merge pull request #214929 from superherointj/fix-musl-libptytty
libptytty: fix cross compilation, musl (dynamic), static
2023-02-08 20:18:25 +08:00
github-actions[bot]
657c59c551 Merge staging-next into staging 2023-02-08 12:02:21 +00:00
Pavol Rusnak
a83c427483 portaudio: build with jack support 2023-02-08 11:42:05 +01:00
Kamil
e4af93b220 lens: add aarch64-darwin support 2023-02-08 12:27:29 +02:00
Kamil
c44b804901 lens: move default.nix to linux.nix 2023-02-08 12:26:29 +02:00
superherointj
476d2bc651 libptytty: fix musl and static
* Fixes Cross Compilation, Musl Dynamic and Static.
* Marks broken Musl Static.
2023-02-08 05:32:20 -03:00
github-actions[bot]
5780c84a93 Merge staging-next into staging 2023-02-08 06:01:45 +00:00
Will Fancher
14b77582da systemd-stage-1: fsck 2023-02-08 00:43:10 -05:00
R. Ryantm
9b23f8ed3b sysstat: 12.6.1 -> 12.6.2 2023-02-08 04:57:12 +00:00
Mario Rodas
99eda60ce6 neon: 0.32.4 -> 0.32.5
https://github.com/notroj/neon/compare/0.32.3...0.32.4
2023-02-08 04:20:00 +00:00
Mario Rodas
1d71a154a2 python310Packages.sphinx-rtd-theme: 1.1.1 -> 1.2.0
https://github.com/readthedocs/sphinx_rtd_theme/releases/tag/1.2.0
2023-02-08 04:20:00 +00:00
Will Fancher
a0ba973e13 qemu-vm: Simplfiy systemd-initrd /nix/store mount units 2023-02-07 22:22:39 -05:00
Will Fancher
1b39491326 systemd-stage-1: Use x-initrd.mount for better unit dependencies 2023-02-07 22:22:39 -05:00
Will Fancher
988184ca82 systemd-stage-1: managerEnvironment option 2023-02-07 22:22:39 -05:00
Will Fancher
b3a27afb7c binfmt: Don't create invalid service with no registrations
We shouldn't be creating a systemd.services.systemd-binfmt value when
the upstream unit isn't being pulled in, because it results in a
service unit file with no ExecStart line
2023-02-07 17:02:26 -05:00
Sandro
7f09c17574 Merge pull request #212258 from SuperSandro2000/python310Packages.ujson 2023-02-07 21:08:21 +01:00
Sandro
eaaca27fa3 Merge pull request #215138 from laalsaas/util-linux-completion 2023-02-07 21:05:17 +01:00
msm
c585e1ed0d python38Packages.yaramod: init at 3.12.2
Co-authored-by: Robert Schütz <github@dotlambda.de>
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-02-07 20:19:05 +01:00
Artturin
680309fc9c add docs for makeSetupHook 2023-02-07 21:02:02 +02:00
Artturin
8f171925b3 makeSetupHook: deprecate deps argument 2023-02-07 21:02:02 +02:00
Artturin
4e3dcf364e treewide: makeSetupHook deps -> propagatedBuildInputs 2023-02-07 21:02:00 +02:00
Artturin
8be7ab60b1 wrapGAppsHook: make it work with strictDeps
remove unused input

add test for GDK_PIXBUF_MODULE_FILE

run tests with strictDeps

if the tests work with strictDeps then they work with non strictDeps
2023-02-07 21:00:18 +02:00
Artturin
9a9c42e19f makeSetupHook: support depsTargetTargetPropagated 2023-02-07 21:00:18 +02:00
Artturin
84e37a10ec stdenv: allow propagating propagated dependencies separately from the
fixup phase

for makeSetupHook
2023-02-07 21:00:18 +02:00
github-actions[bot]
371c2a6303 Merge staging-next into staging 2023-02-07 18:02:15 +00:00
laalsaas
7d9ab620de util-linux: install completion 2023-02-07 16:19:56 +01:00
Ricardo M. Correia
113cdbd29d fstar: use proper z3 version and build .checked files 2023-02-07 14:47:17 +00:00
Florian Klink
025d8692b2 Merge pull request #215094 from chuangzhu/systemd-want-gcrypt
systemd: fix build when withResolved=false and withImportd=true
2023-02-07 12:49:32 +01:00
superherointj
8e8822c872 mariadb: remove pmdk; make Numa optional 2023-02-07 08:20:53 -03:00
superherointj
ffeb843237 pmdk: removed
No further support or maintenance planned by upstream.
https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/

Alpine also removed pmdk package:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/43663
2023-02-07 08:20:53 -03:00
Chuang Zhu
b89799acf0 systemd: fix build when withResolved=false and withImportd=true 2023-02-07 18:17:34 +08:00
Janne Heß
2e4cb39214 Merge pull request #214862 from r-ryantm/auto-update/vim
vim: 9.0.0609 -> 9.0.1275
2023-02-07 10:25:01 +01:00
Sergei Trofimovich
fa0633e7fa libvisual: pull upstream fix for pkg-config SDL1 discovery
Without the change cross-compilation fails in `staging-next` as:

    $ nix build --no-link -f. pkgsCross.riscv64.libvisual
    ...
    > checking for riscv64-unknown-linux-gnu-sdl-config... no
    > checking for sdl-config... no

While at it added `strictDeps = true;`.
2023-02-07 07:18:56 +01:00
github-actions[bot]
99cce0e1f1 Merge staging-next into staging 2023-02-07 06:02:00 +00:00
Martin Weinelt
e1739b19ca pdfsam-basic: Fix jdk override
Resolves a conflict between two PRs:
= https://github.com/NixOS/nixpkgs/pull/206643
= https://github.com/NixOS/nixpkgs/pull/214984
2023-02-07 01:44:47 +01:00
Sandro
bf2dad5f5f Merge pull request #213434 from SuperSandro2000/pycryptodome 2023-02-07 01:27:01 +01:00
github-actions[bot]
d3648def80 Merge staging-next into staging 2023-02-07 00:02:46 +00:00
Sandro
1faf1ea8eb Merge pull request #212312 from SuperSandro2000/python310Packages.cryptography 2023-02-07 00:01:15 +01:00
Alyssa Ross
40d92d3be5 isocodes: enable parallel building
Tested at -j8.
2023-02-06 21:38:36 +00:00
Alyssa Ross
ff58d2801c isocodes: fix cross to non-Python platforms
These were being patched for the host system's Python, which was
incorrect, as they are not installed.  But the patching turns out not
to be required at all any more, as the build system runs the scripts
with the python3 command instead of directly.
2023-02-06 21:38:36 +00:00
Jozef Hollý
3cb385953b mimir: add package override 2023-02-06 21:49:23 +01:00
zowoq
421acf1022 buildGo{Module,Package}: respect nix hardening flags when setting buildmode 2023-02-07 06:20:57 +10:00
Sergei Trofimovich
4abe923106 Merge pull request #214596 from trofi/libbsd-update
libbsd: 0.11.6 -> 0.11.7
2023-02-06 19:40:16 +00:00
Artturi
aa7d2fe7dc Merge pull request #214937 from hercules-ci/support-NIX_ATTRS-envs 2023-02-06 20:59:10 +02:00
Weijia Wang
acc47db7e6 Merge pull request #214962 from alyssais/libvmaf-bsd
Revert "Revert Merge #214786: libvmaf: fix build for BSD"
2023-02-06 19:12:34 +01:00
github-actions[bot]
36822caa75 Merge staging-next into staging 2023-02-06 18:02:09 +00:00
Alyssa Ross
a7ba7b6d01 Revert "Revert Merge #214786: libvmaf: fix build for BSD"
This reverts commit 8030c64577.

Reverted due to an accidental mass rebuild.  Relanding on staging.
2023-02-06 16:43:21 +00:00
Francesco Gazzetta
ac2d27b1c2 openrgb-plugin-effects: init at 0.8 2023-02-06 15:33:36 +01:00
Robert Hensing
afef6588e2 stdenv/setup.sh: Allow NIX_ATTRS_{JSON,SH}_FILE to be set correctly by Nix 2023-02-06 14:17:59 +01:00
Artturi
73f0983f41 Merge pull request #210449 from wegank/darwin-hash
treewide: update darwin sdk hashes
2023-02-06 15:03:49 +02:00
github-actions[bot]
8702f45128 Merge staging-next into staging 2023-02-06 12:02:09 +00:00
github-actions[bot]
d016f8ed64 Merge staging-next into staging 2023-02-06 06:01:56 +00:00
R. Ryantm
9e0c9db6c2 vim: 9.0.0609 -> 9.0.1275 2023-02-06 02:33:36 +00:00
github-actions[bot]
68f2c8f820 Merge staging-next into staging 2023-02-06 00:03:04 +00:00
Alyssa Ross
43ad4f2ef0 openjpeg: fix tests
It seems that in the few weeks between me writing the previous patch
and submitting it for review, I had forgotten I hadn't tested the
non-cross case yet, and so hadn't caught that the tests didn't
actually work any more.  Oops!

Fixes: 3404d6b0f7 ("openjpeg: move jpylizer to nativeCheckInputs")
2023-02-05 22:23:41 +00:00
Stefan Frijters
62928668a8 nixos/no-x-libs: add vim-full 2023-02-05 20:55:57 +01:00
Florian Klink
37bbc00aee nixosTests.google-oslogin: fix tests, provide group mock endpoint
If our (fake) metadata server provides a 404 instead of a JSON document,
the NSS module segfaults, and as we do NSS lookups through ns(n)cd,
not only crashes the application doing the NSS lookup, but our ns(n)cd.

This has been causing segfaults of nscd all along, but since our switch
from glibc-nscd to nsncd, caused the test to fail entirely.

In any case, by handling /computeMetadata/v1/oslogin/groups we get the
NSS lookup to not cause any segfaults, and to succeed the test again.
2023-02-05 20:52:23 +01:00
John Ericson
3226550f0b Merge pull request #214782 from alyssais/gobject-introspection
Remove lots more obsolete gobject-introspection build inputs
2023-02-05 14:05:32 -05:00
John Ericson
2f063f02dc Merge pull request #214779 from alyssais/chez-racket-bsd
chez-racket: support many more platforms
2023-02-05 14:04:26 -05:00
John Ericson
6977491210 Merge pull request #214789 from alyssais/openjpeg-bsd
openjpeg: move jpylizer to nativeCheckInputs
2023-02-05 14:01:47 -05:00
John Ericson
c00251e357 Merge pull request #214790 from alyssais/libdrm-freebsd
libdrm: fix build for FreeBSD
2023-02-05 13:59:44 -05:00
John Ericson
617742df4e Merge pull request #214785 from alyssais/doxygen-iconv
doxygen: depend on libiconv unconditionally
2023-02-05 13:59:05 -05:00
github-actions[bot]
7f765c49f6 Merge staging-next into staging 2023-02-05 18:01:54 +00:00
Alyssa Ross
f672b49afc libdrm: fix build for FreeBSD
I've changed etnaviv from being explicitly enabled on ARM to using
its auto value, as it is now enabled by default on appropriate
architectures (including ARM).

Make omap and etnaviv Linux-only as they both include Linux headers.
They're disabled in FreeBSD Ports too.
2023-02-05 17:07:49 +00:00
Alyssa Ross
3404d6b0f7 openjpeg: move jpylizer to nativeCheckInputs
This is useful when cross-compiling to platforms that we can't build
Python for (and also just more semantically correct).
2023-02-05 17:05:54 +00:00
Alyssa Ross
aa01f2c1d0 chez-racket: depend on libiconv unconditionally
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

Required to build for FreeBSD.
2023-02-05 16:42:42 +00:00
Alyssa Ross
5eca7873b9 chez-racket: support many more platforms
I split out architecture and operating system, since the values don't
depend on each other, and this saves a lot of repetition.
2023-02-05 16:42:34 +00:00
Alyssa Ross
5445b924f8 doxygen: depend on libiconv unconditionally
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

Required to build for FreeBSD.
2023-02-05 16:35:25 +00:00
R. Ryantm
d3edbcdb7a maturin: 0.14.5 -> 0.14.12 2023-02-05 15:30:23 +00:00
Fabian Affolter
e580519465 Merge pull request #214327 from fabaff/types-toml-bump
python310Packages.types-toml: 0.10.8.1 -> 0.10.8.2
2023-02-05 14:01:03 +01:00
github-actions[bot]
dae72e8486 Merge staging-next into staging 2023-02-05 12:02:01 +00:00
Alyssa Ross
da2dfc91fd pango: broaden platforms
Builds for FreeBSD.
2023-02-05 10:14:46 +00:00
Alyssa Ross
697e78baaf pango: re-disable introspection when not available
gobject-introspection is now usable when cross-compiling, but only if
we can emulate the host platform, which is not the case in general.
For example, when cross-compiling from Linux to BSD.

Fixes: 1bd8727a4c ("various: enable gobject-introspection when cross-compiling")
2023-02-05 10:14:46 +00:00
Alyssa Ross
c5b8ba3891 harfbuzz: broaden platforms
Builds for FreeBSD.
2023-02-05 10:14:46 +00:00
Alyssa Ross
07d1985822 harfbuzz: re-disable introspection when not available
gobject-introspection is now usable when cross-compiling, but only if
we can emulate the host platform, which is not the case in general.
For example, when cross-compiling from Linux to BSD.

Fixes: 1bd8727a4c ("various: enable gobject-introspection when cross-compiling")
2023-02-05 10:14:46 +00:00
Alyssa Ross
0807fca47e libxml2: restrict Python support in cross builds 2023-02-05 10:14:46 +00:00
github-actions[bot]
a3083db625 Merge staging-next into staging 2023-02-05 06:01:48 +00:00
github-actions[bot]
dfee1a3150 Merge staging-next into staging 2023-02-05 00:03:15 +00:00
Sergei Trofimovich
22080492aa Merge pull request #214421 from trofi/xorg.fontutil-update
xorg.fontutil: 1.3.1 -> 1.3.3
2023-02-04 22:12:24 +00:00
superherointj
65f4af1c15 Merge pull request #210149 from NickCao/ninja-cross
ninja: fix cross compilation
2023-02-04 17:34:21 -03:00
Sergei Trofimovich
8e09232439 libbsd: 0.11.6 -> 0.11.7
While at it added trivial updater.
2023-02-04 20:34:08 +00:00
Alyssa Ross
309e4dc8b9 python3.pkgs.pygobject: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:37 +00:00
Alyssa Ross
448dde20b1 gpsd: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:35 +00:00
Alyssa Ross
583a3c8b2a umockdev: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:34 +00:00
Alyssa Ross
c4dc6ca635 polkit: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:28 +00:00
Alyssa Ross
fcda6023e2 libvirt-glib: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:25 +00:00
Alyssa Ross
f7af17693e libsecret: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:23 +00:00
Alyssa Ross
883eeac4ec librsvg: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:20 +00:00
Alyssa Ross
61f9920880 libqrtr-glib: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:18 +00:00
Alyssa Ross
6ae50e12ee libnotify: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:16 +00:00
Alyssa Ross
8f8a6ebd14 libmanette: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:15 +00:00
Alyssa Ross
71a5e14eb3 libical: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:08 +00:00
Alyssa Ross
0a62fb98de libgudev: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:06 +00:00
Alyssa Ross
9c6bce8748 gjs: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:04 +00:00
Alyssa Ross
781b5f6a29 accountsservice: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:03 +00:00
Alyssa Ross
7e5ee09366 terminator: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:01 +00:00
Alyssa Ross
db96503b4e autokey: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:44:59 +00:00
Alyssa Ross
736acf668f udiskie: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:44:58 +00:00
Alyssa Ross
5de3af2d1d genxword: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:44:45 +00:00
github-actions[bot]
b95fd52eb6 Merge staging-next into staging 2023-02-04 18:02:07 +00:00
Thiago Kenji Okada
2b7a2cf9d9 Merge pull request #206643 from thiagokokada/openjdk-refactor
openjdk*: disable JavaFX by default; openjfx*: add with{Media,Webkit} options and remove gtk2
2023-02-04 14:35:03 +00:00
Thiago Kenji Okada
a42fdc6aa9 openjfx19: expose it to all-packages.nix
The other versions are also exposed, this is the only one that is not.
2023-02-04 12:27:24 +00:00
Thiago Kenji Okada
e5f214ff21 doc: document openjdk changes 2023-02-04 12:25:33 +00:00
Thiago Kenji Okada
3be06e76e3 pdfsam-basic: enable JavaFX 2023-02-04 12:25:33 +00:00
Thiago Kenji Okada
ad11f9c9ab bisq-desktop: enable JavaFX 2023-02-04 12:25:33 +00:00
Thiago Kenji Okada
ce6bc62d48 openjdk19: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:31 +00:00
Thiago Kenji Okada
6ba603bcc9 openjdk18: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:29 +00:00
Thiago Kenji Okada
83a10248e3 openjdk17: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:27 +00:00
Thiago Kenji Okada
644ec84b74 openjdk16: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:25 +00:00
Thiago Kenji Okada
4161997c71 openjdk15: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:23 +00:00
Thiago Kenji Okada
0ff244342e openjdk14: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:21 +00:00
Thiago Kenji Okada
3db2a9d2d3 openjdk13: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:19 +00:00
Thiago Kenji Okada
368a7a0285 openjdk12: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:25:16 +00:00
Thiago Kenji Okada
c51774444c openjdk11: disable JavaFX by default
JavaFX is an optional component of Java since version 11, not used by
most applications and also a source of many security issues (i.e.: it
bundles both media codecs and WebKit). Also, it is only available in
some platforms.

So this commit will disable JavaFX by default, that will allow us to
reduce the closure size significantly and reduce the attack surface of
Java applications for most users. Derivations that needs it can always
override the parameter themselves.
2023-02-04 12:19:13 +00:00
Thiago Kenji Okada
a41cfc36f5 openjfx19: remove gtk2 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
1caf19b8e0 openjfx19: add with{Media,Webkit} options 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
c6323fe258 openjfx17: remove gtk2 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
d7c4a9bf93 openjfx17: add with{Media,Webkit} options 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
a76479057a openjfx15: remove gtk2 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
390227326d openjfx15: add with{Media,Webkit} options 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
45d339096f openjfx11: remove gtk2 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
976849f2e6 openjfx11: remove unnecessary NIX_CFLAGS_COMPILE options 2023-02-04 12:17:06 +00:00
Thiago Kenji Okada
640c102321 openjfx11: add with{Media,Webkit} options 2023-02-04 12:17:06 +00:00
R. Ryantm
db79c7af37 srtp: 2.4.2 -> 2.5.0 2023-02-04 12:13:34 +00:00
github-actions[bot]
b53f8350a5 Merge staging-next into staging 2023-02-04 12:01:59 +00:00
github-actions[bot]
191f7a9ec6 Merge staging-next into staging 2023-02-04 06:01:46 +00:00
Robert Scott
62fe0b7b68 Merge pull request #214404 from trofi/re2-update
re2: 2022-12-01 -> 2023-02-01
2023-02-04 00:04:34 +00:00
Nick Cao
70599398d8 ninja: fix cross compilation 2023-02-04 08:03:58 +08:00
github-actions[bot]
7c824bb1b1 Merge staging-next into staging 2023-02-04 00:02:42 +00:00
Sergei Trofimovich
8c24528b11 xorg.fontutil: 1.3.1 -> 1.3.3
Changes:
- 1.3.3: https://lists.x.org/archives/xorg-announce/2022-July/003190.html
- 1.3.2: https://lists.x.org/archives/xorg-announce/2019-August/003019.html
2023-02-03 21:23:31 +00:00
superherointj
1e72ba7b9a Merge pull request #214295 from NickCao/meson-fix
meson: cleanup after https://github.com/NixOS/nixpkgs/pull/214046
2023-02-03 18:06:22 -03:00
Thiago Kenji Okada
0bfb9df52b Merge pull request #214285 from thiagokokada/bump-openjdk
openjdk{8,11,17},openjfx{11,17,19}: bumps
2023-02-03 21:00:20 +00:00
Sergei Trofimovich
33ec6774e9 re2: 2022-12-01 -> 2023-02-01
Changes: https://github.com/google/re2/compare/2022-12-01...2023-02-01
2023-02-03 19:15:54 +00:00
Thiago Kenji Okada
0685060feb openjfx19: 19+11 -> 19.0.2.1+1 2023-02-03 18:05:35 +00:00
Thiago Kenji Okada
89b1bf06df openjdk19: 19.0.1+10 -> 19.0.2+7 2023-02-03 18:05:35 +00:00
Florian Klink
1099adf48b Merge pull request #214387 from flokli/nixpkgs-2
pipewire: fix pipewire-rs builds
2023-02-03 17:16:10 +01:00
Florian Klink
9be0f13aba pipewire: fix pipewire-rs builds
backport a fix for rust-cbindgen errors in downstream packages
See https://github.com/NixOS/nixpkgs/pull/211872#issuecomment-1415981135
for details.
2023-02-03 17:08:31 +01:00
R. Ryantm
3010a420d6 python310Packages.s3fs: 2022.11.0 -> 2023.1.0 2023-02-03 14:27:38 +00:00
Artturi
b4bc1009b3 Merge pull request #214353 from Artturin/rocsplit 2023-02-03 15:44:11 +02:00
Jan Tojnar
c2b3bb6d6a Merge pull request #214086 from jtojnar/modemmanager
modemmanager: 1.18.12 → 1.20.4
2023-02-03 14:38:03 +01:00
Jan Tojnar
ff6056463e Merge pull request #214067 from jtojnar/gnome-staging
GNOME staging updates
2023-02-03 14:37:51 +01:00
Nick Cao
7c72674285 Merge pull request #213631 from PedroHLC/vulkan-1.3.239.0
vulkan-sdk: 1.3.236.0 -> 1.3.239.0
2023-02-03 21:23:36 +08:00
PedroHLC ☭
be82be9775 vk-bootstrap: 0.6 -> 0.7 2023-02-03 09:26:32 -03:00
Randy Eckenrode
7cf72768c0 glslang: revert AppleClang linker option 2023-02-03 09:23:30 -03:00
PedroHLC ☭
44a1fb1b9c spirv-cross: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:30 -03:00
PedroHLC ☭
7a5a9bbf9e vulkan-tools-lunarg: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:30 -03:00
PedroHLC ☭
c171fe67c3 vulkan-tools: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:30 -03:00
PedroHLC ☭
51b8f73d57 vulkan-extension-layer: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:30 -03:00
PedroHLC ☭
df3b29de7e vulkan-validation-layers: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:29 -03:00
PedroHLC ☭
9102bfddb5 spirv-tools: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:29 -03:00
PedroHLC ☭
b402229177 vulkan-loader: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:29 -03:00
PedroHLC ☭
29e6668a9f vulkan-headers: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:29 -03:00
PedroHLC ☭
88847203be spirv-headers: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:29 -03:00
PedroHLC ☭
1c7f726a65 glslang: 1.3.236.0 -> 1.3.239.0 2023-02-03 09:23:24 -03:00
github-actions[bot]
f482bbe208 Merge staging-next into staging 2023-02-03 12:01:52 +00:00
Artturin
c80031505e roc-toolkit: split output
propagated-build-inputs are written in out if dev does not exist
2023-02-03 13:14:11 +02:00
Artturi
dcc7df7fe6 Merge pull request #211685 from Artturin/splicingstuff1-split 2023-02-03 12:49:08 +02:00
Thiago Kenji Okada
a8c155e0f6 openjfx17: 17.0.5+1 -> 17.0.6+3 2023-02-03 10:47:29 +00:00
Benjamin Asbach
42d51f710a openjdk17: 17.0.5+8 -> 17.0.6+10 2023-02-03 10:47:29 +00:00
Fabian Affolter
9b65aebff1 python310Packages.types-toml: 0.10.8.1 -> 0.10.8.2 2023-02-03 11:43:40 +01:00
Stefan Frijters
11fa179533 nixos/postfix: restrict inet_protocols to ipv4 when ipv6 is disabled
In the previous state, postfix would still try to use IPv6 addresses,
even when it is disabled in the global networking config.

Cf. https://www.postfix.org/postconf.5.html:

  With Postfix 2.8 and earlier the default is "ipv4". For backwards compatibility with these releases,
  the Postfix 2.9 and later upgrade procedure appends an explicit "inet_protocols = ipv4" setting to
  main.cf when no explicit setting is present.
  This compatibility workaround will be phased out as IPv6 deployment becomes more common.

  inet_protocols = ipv4
  inet_protocols = all (DEFAULT)
  inet_protocols = ipv6
  inet_protocols = ipv4, ipv6

So setting it to 'all' conditionally does not help, as we are now on version 3.x.
2023-02-03 11:29:24 +01:00
Nick Cao
3daee4c5ee meson: cleanup after https://github.com/NixOS/nixpkgs/pull/214046 2023-02-03 14:02:22 +08:00
github-actions[bot]
931f54ceff Merge staging-next into staging 2023-02-03 06:02:05 +00:00
Elliot
e78f2115bf v2raya: v2rayA should start after nftables 2023-02-03 10:22:23 +08:00
Elliot
42f462e387 v2raya: make code more readable 2023-02-03 10:21:56 +08:00
Nick Cao
f6b50bf72d Merge pull request #213668 from reckenrode/moltenvk-1.2.2
moltenvk: 1.2.1 -> 1.2.2
2023-02-03 08:59:38 +08:00
Artturi
88536ae112 Merge pull request #210349 from prusnak/hidapi
hidapi: 0.12.0 -> 0.13.1
2023-02-03 02:19:04 +02:00
Thiago Kenji Okada
61de80e499 openjfx11: 11.0.17+1 -> 11.0.18+1 2023-02-03 00:09:51 +00:00
github-actions[bot]
4f5d9f58a2 Merge staging-next into staging 2023-02-03 00:03:01 +00:00
Thiago Kenji Okada
c1c6d7325c openjdk11: 11.0.17+8 -> 11.0.18+10 2023-02-03 00:01:06 +00:00
Thiago Kenji Okada
c62f7d2457 openjdk8: 352-ga -> 362-ga 2023-02-02 23:54:59 +00:00
Weijia Wang
0437df79ed Merge pull request #214223 from Mic92/ruby-fix
ruby: fix default CC not beeing set
2023-02-02 23:37:17 +01:00
github-actions[bot]
89bb6efd2d Merge staging-next into staging 2023-02-02 18:01:42 +00:00
Jörg Thalheim
42a4f2fd0a ruby: fix default CC not beeing set
This is a regression introduced in https://github.com/NixOS/nixpkgs/pull/202041
2023-02-02 18:41:53 +01:00
Artturin
1db2422130 systemd: disallowedReferences nativeBuildInputs
add cross to passthru.tests to prevent cross breaking
2023-02-02 18:57:58 +02:00
Thomas Tuegel
ae2a076cad Merge pull request #213926 from NickCao/qt-wrap
qt5.wrapQtAppsHook: fix interaction with strictDeps
2023-02-02 10:37:52 -06:00
Artturin
2142bc8d33 systemd: don't reference build bash
the .install files retained references to build bash

$ pwd
/nix/store/yfzncfa577cbc0r1bm1fjdc1szyy0dif-systemd-aarch64-unknown-linux-gnu-252.4/lib
$ tree kernel
kernel
├── install.conf
└── install.d
    ├── 50-depmod.install
    └── 90-loaderentry.install
2023-02-02 18:12:12 +02:00
R. Ryantm
66482fadd2 fscrypt-experimental: 0.3.3 -> 0.3.4 2023-02-02 12:58:45 +00:00
Martin Weinelt
2adc7639fa Merge pull request #214064 from mweinelt/pyopenssl-23.0.0
python3Packages.pyopenssl: 22.1.0 -> 23.0.0
2023-02-02 12:42:48 +00:00
github-actions[bot]
978e92d997 Merge staging-next into staging 2023-02-02 12:02:05 +00:00
Guillaume Girol
72e0ac1bb8 ocamlPackages.findlib: explain how to bypass the dep conflict detection
Inspired by https://github.com/NixOS/nixpkgs/pull/205646#issuecomment-1412713324
2023-02-02 12:00:00 +00:00
Sergei Trofimovich
a67949a3fc Merge pull request #211571 from bouk/bouk/boost-add-zstd-lzma
boost: add zstd and lzma support
2023-02-02 11:54:12 +00:00
Jan Tojnar
7673d2be90 gi-docgen: 2022.2 → 2023.1
https://gitlab.gnome.org/GNOME/gi-docgen/-/compare/2022.2...2023.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 11:53:36 +01:00
Bouke van der Bijl
ab04f4777b boost: add zstd and lzma support
The boost iostreams library supports zstd and lzma compression if it can
find the packages: https://www.boost.org/doc/libs/1_79_0/libs/iostreams/doc/installation.html
2023-02-02 10:55:16 +01:00
R. Ryantm
f08158b03d doxygen: 1.9.5 -> 1.9.6 2023-02-02 08:22:47 +00:00
github-actions[bot]
b5a491579d Merge staging-next into staging 2023-02-02 06:02:00 +00:00
Dmitry Bogatov
69b3d7ef23 python3.pkgs.typeguard: build offline documentation 2023-02-02 00:25:32 -05:00
Weijia Wang
e9202e95e6 Merge pull request #207167 from alyssais/xorg-darwin
xorg.xorgserver: 1.18.4 -> 1.20.14 on Darwin (still broken)
2023-02-02 06:23:57 +01:00
Martin Weinelt
0f59c03483 Merge pull request #214060 from mweinelt/pillow-9.4.0
python3Packages.pillow: 9.3.0 -> 9.4.0
2023-02-02 03:34:52 +00:00
Weijia Wang
327876fb7a xorg.xorgserver: remove 1.18 compat 2023-02-02 04:08:37 +01:00
Martin Weinelt
fa7a52b9a9 python3Packages.pyopenssl: 22.1.0 -> 23.0.0
https://github.com/pyca/pyopenssl/blob/23.0.0/CHANGELOG.rst

Some light reformatting and we are building the documentation now.
2023-02-02 02:18:55 +01:00
Jan Tojnar
233dac2934 modemmanager: 1.18.12 → 1.20.4
- Tarballs no longer available.
- Autotools no longer supported.
- Formatting the expression.
- Dropped default configure flags (`--with-polkit` implies `yes`, which gets interpreted as `strict` on Autotools, which is the default with Meson; `systemd_suspend_resume` and `systemd_journal` default to `true` with Meson)
- Dropped flags for paths that can be obtained from pkg-config (does not work for udev).

https://lists.freedesktop.org/archives/modemmanager-devel/2022-October/009455.html
https://lists.freedesktop.org/archives/wayland-devel/2022-November/042515.html
https://lists.freedesktop.org/archives/modemmanager-devel/2022-November/009525.html
https://lists.freedesktop.org/archives/modemmanager-devel/2022-December/009563.html
2023-02-02 01:26:32 +01:00
Jan Tojnar
57af6a6e7d libqmi: 1.30.8 → 1.32.2
- Autotools no longer supported.
- Tarballs no longer available.

https://lists.freedesktop.org/archives/libqmi-devel/2022-October/003803.html
https://lists.freedesktop.org/archives/libqmi-devel/2022-October/003808.html
https://lists.freedesktop.org/archives/libqmi-devel/2022-October/003811.html
https://lists.freedesktop.org/archives/libqmi-devel/2022-November/003812.html
2023-02-02 01:26:32 +01:00
Schäfer, Denny
2f6d2e9986 musikcube: order dependencies A-Z 2023-02-02 01:15:51 +01:00
Schäfer, Denny
4dbac40f65 musikcube: activate portaudio, pipewire, sndio, core audio plugins 2023-02-02 01:15:51 +01:00
github-actions[bot]
d80e8093d2 Merge staging-next into staging 2023-02-02 00:03:09 +00:00
Jan Tojnar
a1e8dfcdf4 libmbim: 1.26.4 → 1.28.2
- Autotools no longer supported.
- Tarballs no longer available.

https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001193.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001195.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001196.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001197.html
https://lists.freedesktop.org/archives/libmbim-devel/2022-November/001198.html
2023-02-02 00:52:01 +01:00
Robert Scott
dc7580e6c1 Merge pull request #214030 from LeSuisse/libde265-1.0.11
libde265: 1.0.10 -> 1.0.11
2023-02-01 23:47:43 +00:00
R. RyanTM
bf928e5579 libinput: 1.21.0 → 1.22.1
https://lists.freedesktop.org/archives/wayland-devel/2022-November/042515.html
https://gitlab.freedesktop.org/libinput/libinput/-/compare/1.21.0...1.22.1
2023-02-02 00:12:46 +01:00
R. Ryantm
ab1de37ebc libwacom: 2.4.0 -> 2.6.0 2023-02-02 00:10:36 +01:00
Jan Tojnar
746e2b1fc4 glib: 2.74.3 → 2.74.5
https://gitlab.gnome.org/GNOME/glib/-/compare/2.74.3...2.74.5

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 00:06:52 +01:00
Jan Tojnar
e0e87e36c6 networkmanager: 1.40.6 → 1.40.12
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/compare/1.40.6...1.40.12

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 00:06:49 +01:00
Martin Weinelt
5bbc0c8891 python3Packages.pillow: 9.3.0 -> 9.4.0
https://github.com/python-pillow/Pillow/releases/tag/9.4.0
2023-02-01 23:07:31 +01:00
Thomas Gerbet
b39c23d283 libde265: 1.0.10 -> 1.0.11
Changelog:
https://github.com/strukturag/libde265/releases/tag/v1.0.11
2023-02-01 21:09:20 +01:00
superherointj
bb9930984e Merge pull request #213625 from superherointj/cmocka-enable-tests-set-broken-for-static-staging
cmocka: enable tests and set broken for static
2023-02-01 15:34:08 -03:00
github-actions[bot]
8de5ed2542 Merge staging-next into staging 2023-02-01 18:01:56 +00:00
Weijia Wang
7abd144913 treewide: update darwin sdk hashes 2023-02-01 12:36:48 +01:00
Nick Cao
67751b2737 qt5.wrapQtAppsHook: fix interaction with strictDeps 2023-02-01 15:10:50 +08:00
Randy Eckenrode
6668f9ae8c moltenvk: 1.2.1 -> 1.2.2
https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.2
2023-01-30 17:26:25 -05:00
superherointj
d9f45ec99e cmocka: enable tests and set broken for static 2023-01-30 18:24:03 -03:00
Mark Vainomaa
30081adcd5 nixos/docker: add "local" as valid logDriver option 2023-01-30 18:04:18 +02:00
Fabian Affolter
712069957d python310Packages.email-validator: 1.3.0 -> 1.3.1
Diff: https://github.com/JoshData/python-email-validator/compare/refs/tags/v1.3.0...v1.3.1

Changelog: https://github.com/JoshData/python-email-validator/releases/tag/v1.3.1
2023-01-30 16:10:03 +01:00
R. Ryantm
68e2afd480 python310Packages.selenium: 4.7.0 -> 4.8.0 2023-01-30 13:29:21 +00:00
Fabian Affolter
4ccd49d249 python310Packages.watchdog: 2.2.0 -> 2.2.1
Changelog: https://github.com/gorakhargosh/watchdog/blob/v2.2.1/changelog.rst
2023-01-30 14:23:21 +01:00
R. Ryantm
6ee589b39a libopenmpt: 0.6.6 -> 0.6.8 2023-01-30 06:35:11 +00:00
Pavol Rusnak
ad068a815c python3Packages.hidapi: 0.12.0.post2 -> 0.13.1 2023-01-29 19:11:40 +00:00
Pavol Rusnak
7039d66a59 hidapi: 0.12.0 -> 0.13.1 2023-01-29 19:11:40 +00:00
Sandro Jäckel
c9ecfe7eda python310Packages.pycryptodome: 3.16.0 -> 3.17.0 2023-01-29 19:05:35 +01:00
R. Ryantm
d4d75b86d2 yder: 1.4.17 -> 1.4.19 2023-01-28 21:34:33 +00:00
Guillaume Girol
86f398dfc4 gdb: add system-wide configuration file
paths are copied from debian and arch.
2023-01-28 12:00:00 +00:00
Artturin
a0f4e8746d tests.overriding: add repeatedOverrides-pname, repeatedOverrides-entangled-pname
from https://github.com/NixOS/nixpkgs/pull/201734#pullrequestreview-1185972282
2023-01-28 12:10:47 +02:00
Mario Rodas
9a2a7ac4da gossa: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
56c23687eb siji: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
e64eb99608 vmm_clock: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
c522159213 xmage: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
0ecbbd6e5f cinny-desktop: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
d4f0fe7811 cloudlog: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
e5c51680fd muscle: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
6aae8e96f8 veryfasttree: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
b75f89de94 readstat: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
c1872396f7 asmjit: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
9e099726e0 ta-lib: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
c9cb4eb6ca darkplaces: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
92aa3caf58 dxvk: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
2e600361c1 apparmor-parser: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
fb510e2312 blesh: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
0952065908 ocs-url: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
527f549d60 xvfb-run: fix pname 2023-01-28 04:20:00 +00:00
Mario Rodas
f42366f7e8 cotp: fix pname 2023-01-28 04:20:00 +00:00
R. Ryantm
251d1f7709 rdkafka: 1.9.2 -> 2.0.2 2023-01-27 21:57:04 +00:00
Francesco Gazzetta
9e01b53234 openrgb-with-all-plugins: init 2023-01-27 11:34:22 +01:00
Francesco Gazzetta
9aac134336 openrgb: add withPlugins 2023-01-27 11:34:10 +01:00
Francesco Gazzetta
2e03c5e81d openrgb-plugin-hardwaresync: init at 0.8 2023-01-26 16:27:15 +01:00
Sebastian Sellmeier
d2823723cc slack: add conditional-flag "--enable-features=WebRTCPipeWireCapturer" for screensharing under wayland 2023-01-26 14:23:20 +01:00
R. Ryantm
32b599ecfa btrfs-progs: 6.1.2 -> 6.1.3 2023-01-26 01:20:17 +00:00
Sandro Jäckel
0710a736c5 python310Packages.systemd: 234 -> 235, adopt, run tests 2023-01-26 00:17:54 +01:00
Robert Scott
4e49c5d2e3 libffi: disable fortify3 hardening for tests
using the same odd mechanism as is used to disable fortify
mid-build
2023-01-24 21:52:14 +00:00
Robert Scott
636029883a acl: disable fortify3 hardening 2023-01-24 21:52:13 +00:00
Robert Scott
c09e1fa406 gcc: mark hardeningUnsupportedFlags fortify3 for all but gcc 12 2023-01-24 21:52:12 +00:00
Robert Scott
74ea4fe24f llvm*Packages.clang: mark hardeningUnsupportedFlags fortify3
it's very unclear what the status of FORTIFY_SOURCE=3 support
in clang is
2023-01-24 21:52:11 +00:00
Robert Scott
00aadf0bf7 cc-wrapper: add support for fortify3 flag 2023-01-24 21:52:10 +00:00
Robert Scott
3d453e2aee mkDerivation: add support for fortify3 hardening flag 2023-01-24 21:52:10 +00:00
j-brn
9fa5c1f0a8 looking-glass-client: add j-brn to maintainers 2023-01-24 00:19:46 +01:00
j-brn
6d154c8b25 looking-glass-client: B5.0.1 -> B6 2023-01-24 00:19:22 +01:00
Sandro Jäckel
9b0ba273bf python310Packages.cryptography: 38.0.4 -> 39.0.0 2023-01-23 22:15:38 +01:00
Sandro Jäckel
7cbb0b7098 python310Packages.ujson: 5.6.0 -> 5.7.0 2023-01-23 13:02:07 +01:00
R. Ryantm
525e514bfb gitlab-pages: 1.62.0 -> 15.7.3 2023-01-23 01:26:13 +00:00
Dan Callahan
684b3ea247 rapid-photo-downloader: 0.9.18 -> 0.9.34 2023-01-22 23:54:06 +00:00
Jörg Thalheim
b400665762 python3.pkgs.tensorflow-bin: 2.9.3 -> 2.11.0 2023-01-22 12:53:23 +01:00
Mario Rodas
8c4cb4ae31 libimagequant: add pillow as reverse dependency to passthru.tests 2023-01-22 04:20:00 +00:00
Mario Rodas
42fc350000 libimagequant: 2.17.0 -> 4.1.0 2023-01-22 04:20:00 +00:00
Jordan Isaacs
9722f82218 shairport-sync: 3.3.9 -> 4.1.1 2023-01-21 07:20:32 -05:00
R. Ryantm
6f28b21298 python310Packages.xarray-einstats: 0.4.0 -> 0.5.1 2023-01-21 06:27:18 +00:00
Artturin
9c0ac5691c tests.overriding: init
only outputs the first failing test atm
2023-01-20 19:20:03 +02:00
Artturin
b94fa2c253 python-packages-base: use extends instead of //
// shouldn't be used when overrideAttrs is available

here we can use extends instead of overrideAttrs for performance
2023-01-20 19:19:18 +02:00
R. Ryantm
b460751e79 python310Packages.portalocker: 2.6.0 -> 2.7.0 2023-01-20 10:07:55 +00:00
Robert Hensing
5b2f597b11 lib.extendDerivation: Fix interaction between output selection and overrideAttrs 2023-01-20 02:45:34 +02:00
R. Ryantm
bd33397607 hdf5: 1.12.2 -> 1.14.0 2023-01-19 23:03:46 +00:00
R. Ryantm
22f8bde78b python310Packages.qdldl: 0.1.5.post2 -> 0.1.5.post3 2023-01-19 03:52:43 +00:00
Adam Joseph
34bb2681f5 pdfstudio: remove libgccjit dependency
I don't think pdfstudio depends on libgccjit.  If it did, that would
be a license violation.  Unlike the other libraries in gcc,
libgccjit is licensed GPLv3 with no exceptions, since libgccjit
contains the entire compiler.

I wasn't able to build pdfstudio2022 prior to this PR due to openjdk
breakage.  However I did download and extract the `.deb` used, and
ran this command, which produced no outputs:

```
find . -name \*.so -exec ldd {} \; | grep libgccjit
```

Maybe somebody confused `libgccjit` with (may it rest in peace)
`libgcj`?
2023-01-17 21:23:10 -08:00
R. Ryantm
d7c81d6c73 rav1e: 0.6.1 -> 0.6.3 2023-01-16 14:30:04 +00:00
R. Ryantm
6982f3b354 matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.1 -> 1.6.4 2023-01-15 10:52:59 +00:00
Robert Hensing
bff126ffbc stdenv.mkDerivation: Make overrideAttrs overridable
(cherry picked from commit 43c8b43f808f48fd5600afcad5503eaeaf6d71b7)
2023-01-15 04:37:14 +02:00
R. Ryantm
6abbc7f98e latex2html: 2022.2 -> 2023 2023-01-11 15:22:01 +00:00
QuantMint
fb49d81b25 linux: enable ACPI_FPDT, ACPI_HMAT, ACPI_APEI, ACPI_APEI_GHES, ACPI_DPTF 2023-01-08 11:18:48 +01:00
R. Ryantm
907fe25601 libwps: 0.4.12 -> 0.4.13 2023-01-08 04:33:11 +00:00
Vojtěch Káně
d2dcc7a169 nixos/parsedmarc: fix Grafana provisioning
The options' structure was changed in 957e368f3d
2023-01-05 12:20:12 +01:00
Dr Perceptron
f1e48efea8 ioquake3: unstable-2021-07-20 -> unstable-2022-11-24 2023-01-05 10:38:33 +11:00
Dr Perceptron
3c22923e0a ioquake3: install binaries into $out/bin 2023-01-05 10:38:33 +11:00
Sergei Lukianov
955bbec005 mdbook-admonish: remove unused fetchpatch from inputs 2023-01-04 09:36:52 -08:00
Wesley Jr
85574ba216 ctpv: init at v1.0 2023-01-01 12:50:05 -03:00
Luke Granger-Brown
614f0d0edb libsForQt5.prison: enable PrisonScanner functionality
Prison supports a GStreamer-based live barcode scanner, which requires
qtmultimedia and zxing-cpp as optional dependencies.
2023-01-01 15:07:00 +00:00
Stanisław Pitucha
632584f5bd rbspy: 0.12.1 -> 0.15.0 2022-12-30 22:56:02 +11:00
R. Ryantm
32c3b6983b neon: 0.32.3 -> 0.32.4 2022-12-30 00:51:40 +00:00
Nikita Uvarov
5bf53688d6 webex: 42.10.0.24000 → 42.12.0.24485 2022-12-27 10:05:02 +00:00
Alyssa Ross
0a55054b16 xorg.xorgserver: 1.18.4 -> 1.20.14 on Darwin (still broken)
Previously, Darwin was kept on 1.18 because more recent versions were
broken, but now 1.18 is also broken on Darwin, so we might as well get
rid of the special case and bring Darwin forward.  With these changes,
xQuartz builds on Darwin, but when run it will exit immediately.

This makes Darwin use the same derivation as Linux by default, which
will enable further cleanups.  But as a result, we have to fix some
Linuxisms.

 * Only add libdrm dependency on compatible platforms.
 * Add libepoxy dependency for all platforms.
 * Add bootstrap_cmds dependency on Darwin.
 * Disable glamor on Darwin.
2022-12-21 22:39:58 +00:00
Alyssa Ross
494f5ba951 quartz-wm: --enable-xplugin-dock-support
This is required to avoid using a proprietary binary, which doesn't
even exist for aarch64.
2022-12-21 22:39:49 +00:00
Dan Callahan
f01831ad50 python3Packages.pyheif: init at 0.7.1 2022-12-21 22:30:55 +00:00
Dan Callahan
b8a35e8f8b python3Packages.show-in-file-manager: init at 1.1.4 2022-12-21 22:30:49 +00:00
Cathal Mullan
9c14449a5b maintainers: add cathalmullan 2022-12-08 12:41:03 +00:00
Sergey Lukjanov
d060289fae mdbook-admonish: add Frostman to maintainers 2022-12-07 23:58:04 -08:00
Sergey Lukjanov
b43f5f88dc mdbook-admonish: 1.7.0 -> 1.8.0 2022-12-07 23:57:34 -08:00
R. Ryantm
663747d701 tpm2-abrmd: 2.4.1 -> 3.0.0 2022-12-07 03:11:32 +00:00
Logan Glasson
52ea73876b quisk: 4.1.73 -> 4.2.12 2022-11-20 13:17:43 +13:00
Jiajie Chen
18d6f13520 python3Packages.brian2: init at 2.5.1 2022-11-13 15:13:43 +08:00
Jiajie Chen
fc2812a1f8 nest: init at 3.3 2022-11-10 09:20:41 +08:00
Kylie McClain
4add2dd5c6 hunspell-dict-tok: init at 20220829 2022-11-06 18:53:53 -05:00
quasigod-io
75fae935dc protonup-qt: init at 2.7.4 2022-11-06 11:22:58 -05:00
Kylie McClain
c5ec1baa8f nasin-nanpa: init at 2.5.1 2022-10-31 18:16:13 -04:00
Franc[e]sco
7cee18eef3 services.dendrite: change ExecStartPre to a list 2022-10-27 15:21:13 +02:00
R. Ryantm
17659bb4cc shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2 2022-09-08 22:42:13 +00:00
Enno Richter
3278ce100b sslscan: enable TLS compression check 2022-09-08 14:06:32 +02:00
R. Ryantm
2c241721b1 libshout: 2.4.5 -> 2.4.6 2022-07-31 21:06:07 +00:00
Stanisław Pitucha
2924c3dcab ejson2env: update script and strip 2022-07-05 14:57:13 +10:00
Neil Mayhew
ec952cb4ba jl: Use derivation from haskellPackages
jl was recently added to Hackage
2022-06-05 10:13:51 -06:00
ryneeverett
12755ecdd5 nixos/docker: load more required kernel modules
This builds on #76487.

br_netfilter
------------

When I first added veth it was suggested I add bridge as well. Without
veth I get the following error message when starting the daemon with
security.lockKernelModules=true:

> Running modprobe bridge br_netfilter failed with message: modprobe: ERROR: could not insert 'br_netfilter': Operation not permitted

Therefore if we're going to add bridge we may as well add br_netfilter
as well.

xt_nat
------

Without xt_nat, docker cannot do dnat with iptables, failing with:

> iptables v1.8.4 (legacy): unknown option \"--to-destination\"\nTry `iptables -h' or 'iptables --help' for more information.\n (exit status 2))
2021-06-19 18:23:02 -04:00
5306 changed files with 80246 additions and 55750 deletions

View File

@@ -95,3 +95,9 @@ trim_trailing_whitespace = unset
[pkgs/tools/misc/timidity/timidity.cfg]
trim_trailing_whitespace = unset
[pkgs/tools/virtualization/ovftool/*.ova]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
charset = unset

2
.github/CODEOWNERS vendored
View File

@@ -104,9 +104,7 @@
# Python-related code and docs
/maintainers/scripts/update-python-libraries @FRidh
/pkgs/top-level/python-packages.nix @FRidh @jonringer
/pkgs/development/interpreters/python @FRidh
/pkgs/development/python-modules @FRidh @jonringer
/doc/languages-frameworks/python.section.md @FRidh @mweinelt
/pkgs/development/tools/poetry2nix @adisbladis
/pkgs/development/interpreters/python/hooks @FRidh @jonringer

View File

@@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs
uses: korthout/backport-action@v1.1.0
uses: korthout/backport-action@v1.2.0
with:
# Config README: https://github.com/korthout/backport-action#backport-action
pull_description: |-

View File

@@ -19,7 +19,7 @@ jobs:
# we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
# This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.

View File

@@ -28,16 +28,14 @@ jobs:
with:
# pull_request_target checks out the base branch by default
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
with:
# nixpkgs commit is pinned so that it doesn't break
# editorconfig-checker 2.4.0
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/c473cc8714710179df205b153f4e9fa007107ff9.tar.gz
- name: install editorconfig-checker
run: nix-env -iA editorconfig-checker -f '<nixpkgs>'
- name: Checking EditorConfig
run: |
cat "$HOME/changed_files" | xargs -r editorconfig-checker -disable-indent-size
cat "$HOME/changed_files" | nix-shell -p editorconfig-checker --run 'xargs -r editorconfig-checker -disable-indent-size'
- if: ${{ failure() }}
run: |
echo "::error :: Hey! It looks like your changes don't follow our editorconfig settings. Read https://editorconfig.org/#download to configure your editor so you never see this error again."

View File

@@ -18,7 +18,7 @@ jobs:
with:
# pull_request_target checks out the base branch by default
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
with:
# explicitly enable sandbox
extra_nix_config: sandbox = true

View File

@@ -18,7 +18,7 @@ jobs:
with:
# pull_request_target checks out the base branch by default
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
with:
# explicitly enable sandbox
extra_nix_config: sandbox = true

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
with:
# explicitly enable sandbox
extra_nix_config: sandbox = true

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: setup

2
doc/.gitignore vendored
View File

@@ -6,3 +6,5 @@ functions/library/locations.xml
highlightjs
manual-full.xml
out
result
result-*

View File

@@ -6,6 +6,7 @@
This chapter describes several special builders.
</para>
<xi:include href="special/fhs-environments.section.xml" />
<xi:include href="special/makesetuphook.section.xml" />
<xi:include href="special/mkshell.section.xml" />
<xi:include href="special/darwin-builder.section.xml" />
</chapter>

View File

@@ -0,0 +1,37 @@
# pkgs.makeSetupHook {#sec-pkgs.makeSetupHook}
`pkgs.makeSetupHook` is a builder that produces hooks that go in to `nativeBuildInputs`
## Usage {#sec-pkgs.makeSetupHook-usage}
```nix
pkgs.makeSetupHook {
name = "something-hook";
propagatedBuildInputs = [ pkgs.commandsomething ];
depsTargetTargetPropagated = [ pkgs.libsomething ];
} ./script.sh
```
#### setup hook that depends on the hello package and runs hello and @shell@ is substituted with path to bash
```nix
pkgs.makeSetupHook {
name = "run-hello-hook";
propagatedBuildInputs = [ pkgs.hello ];
substitutions = { shell = "${pkgs.bash}/bin/bash"; };
passthru.tests.greeting = callPackage ./test { };
meta.platforms = lib.platforms.linux;
} (writeScript "run-hello-hook.sh" ''
#!@shell@
hello
'')
```
## Attributes
* `name` Set the name of the hook.
* `propagatedBuildInputs` Runtime dependencies (such as binaries) of the hook.
* `depsTargetTargetPropagated` Non-binary dependencies.
* `meta`
* `passthru`
* `substitutions` Variables for `substituteAll`

View File

@@ -75,7 +75,7 @@ in pkgs.runCommand "doc-support" {}
ln -s ${epub-xsl} ./epub.xsl
ln -s ${xhtml-xsl} ./xhtml.xsl
ln -s ${../../nixos/doc/xmlformat.conf} ./xmlformat.conf
ln -s ${./xmlformat.conf} ./xmlformat.conf
ln -s ${pkgs.documentation-highlighter} ./highlightjs
echo -n "${version}" > ./version

View File

@@ -56,11 +56,11 @@ See the `zlib` example:
zlib = (pkgs.zlib.override {
stdenv = pkgs.emscriptenStdenv;
}).overrideDerivation
}).overrideAttrs
(old: rec {
buildInputs = old.buildInputs ++ [ pkg-config ];
# we need to reset this setting!
NIX_CFLAGS_COMPILE="";
env = (old.env or { }) // { NIX_CFLAGS_COMPILE = ""; };
configurePhase = ''
# FIXME: Some tests require writing at $HOME
HOME=$TMPDIR

View File

@@ -116,10 +116,6 @@ For convenience, it also adds `dconf.lib` for a GIO module implementing a GSetti
- []{#ssec-gnome-hooks-gobject-introspection} `gobject-introspection` setup hook populates `GI_TYPELIB_PATH` variable with `lib/girepository-1.0` directories of dependencies, which is then added to wrapper by `wrapGAppsHook`. It also adds `share` directories of dependencies to `XDG_DATA_DIRS`, which is intended to promote GIR files but it also [pollutes the closures](https://github.com/NixOS/nixpkgs/issues/32790) of packages using `wrapGAppsHook`.
::: {.warning}
The setup hook [currently](https://github.com/NixOS/nixpkgs/issues/56943) does not work in expressions with `strictDeps` enabled, like Python packages. In those cases, you will need to disable it with `strictDeps = false;`.
:::
- []{#ssec-gnome-hooks-gst-grl-plugins} Setup hooks of `gst_all_1.gstreamer` and `grilo` will populate the `GST_PLUGIN_SYSTEM_PATH_1_0` and `GRL_PLUGIN_PATH` variables, respectively, which will then be added to the wrapper by `wrapGAppsHook`.
You can also pass additional arguments to `makeWrapper` using `gappsWrapperArgs` in `preFixup` hook:

View File

@@ -137,7 +137,12 @@ set the default version to a version older than the newest on Hackage. We do
this to get them or their reverse dependencies to compile in our package set.
4. For all packages, for which the newest Hackage version is not the default
version, there will also be a `haskellPackages.foo_x_y_z` package with the
newest version.
newest version. The `x_y_z` part encodes the version with dots replaced by
underscores. When the newest version changes by a new release to Hackage the
old package will disappear under that name and be replaced by a newer one under
the name with the new version. The package name including the version will
also disappear when the default version e.g. from Stackage catches up with the
newest version from Hackage.
5. For some packages, we also manually add other `haskellPackages.foo_x_y_z`
versions, if they are required for a certain build.
@@ -161,12 +166,14 @@ given in the `.cabal` file of your package and all its dependencies.
The [Haskell builder in nixpkgs](#haskell-mkderivation) does no such thing.
It will simply take as input packages with names off the desired dependencies
and just check whether they fulfill the version bounds and (by default, see
`jailbreak`) fail if they dont.
and just check whether they fulfill the version bounds and fail if they dont
(by default, see `jailbreak` to circumvent this).
The package resolution is done by the `haskellPackages.callPackage` function
which will, e.g., use `haskellPackages.aeson` for a package input of name
`aeson`.
The `haskellPackages.callPackage` function does the package resolution.
It will, e.g., use `haskellPackages.aeson`which has the default version as
described above for a package input of name `aeson`. (More general:
`<packages>.callPackage f` will call `f` with named inputs provided from the
package set `<packages>`.)
While this is the default behavior, it is possible to override the dependencies
for a specific package, see
[`override` and `overrideScope`](#haskell-overriding-haskell-packages).

View File

@@ -1019,7 +1019,7 @@ buildPythonPackage rec {
The `buildPythonPackage` mainly does four things:
* In the `buildPhase`, it calls `${python.interpreter} setup.py bdist_wheel` to
* In the `buildPhase`, it calls `${python.pythonForBuild.interpreter} setup.py bdist_wheel` to
build a wheel binary zipfile.
* In the `installPhase`, it installs the wheel file using `pip install *.whl`.
* In the `postFixup` phase, the `wrapPythonPrograms` bash function is called to
@@ -1546,7 +1546,7 @@ of such package using the feature is `pkgs/tools/X11/xpra/default.nix`.
As workaround install it as an extra `preInstall` step:
```shell
${python.interpreter} setup.py install_data --install-dir=$out --root=$out
${python.pythonForBuild.interpreter} setup.py install_data --install-dir=$out --root=$out
sed -i '/ = data\_files/d' setup.py
```
@@ -1821,6 +1821,11 @@ hosted on GitHub, exporting a `GITHUB_API_TOKEN` is highly recommended.
Updating packages in bulk leads to lots of breakages, which is why a
stabilization period on the `python-unstable` branch is required.
If a package is fragile and often breaks during these bulks updates, it
may be reasonable to set `passthru.skipBulkUpdate = true` in the
derivation. This decision should not be made on a whim and should
always be supported by a qualifying comment.
Once the branch is sufficiently stable it should normally be merged
into the `staging` branch.

View File

@@ -1329,7 +1329,7 @@ bin/blib.a(bios_console.o): In function `bios_handle_cup':
Adds the `-O2 -D_FORTIFY_SOURCE=2` compiler options. During code generation the compiler knows a great deal of information about buffer sizes (where possible), and attempts to replace insecure unlimited length buffer function calls with length-limited ones. This is especially useful for old, crufty code. Additionally, format strings in writable memory that contain `%n` are blocked. If an application depends on such a format string, it will need to be worked around.
Additionally, some warnings are enabled which might trigger build failures if compiler warnings are treated as errors in the package build. In this case, set `NIX_CFLAGS_COMPILE` to `-Wno-error=warning-type`.
Additionally, some warnings are enabled which might trigger build failures if compiler warnings are treated as errors in the package build. In this case, set `env.NIX_CFLAGS_COMPILE` to `-Wno-error=warning-type`.
This needs to be turned off or fixed for errors similar to:

View File

@@ -213,7 +213,14 @@ rec {
outputSpecified = true;
drvPath = assert condition; drv.${outputName}.drvPath;
outPath = assert condition; drv.${outputName}.outPath;
};
} //
# TODO: give the derivation control over the outputs.
# `overrideAttrs` may not be the only attribute that needs
# updating when switching outputs.
lib.optionalAttrs (passthru?overrideAttrs) {
# TODO: also add overrideAttrs when overrideAttrs is not custom, e.g. when not splicing.
overrideAttrs = f: (passthru.overrideAttrs f).${outputName};
};
};
outputsList = map outputToAttrListElement outputs;

View File

@@ -109,6 +109,8 @@ rec {
traceSeqN 2 { a.b.c = 3; } null
trace: { a = { b = {}; }; }
=> null
Type: traceSeqN :: Int -> a -> b -> b
*/
traceSeqN = depth: x: y:
let snip = v: if isList v then noQuotes "[]" v
@@ -173,17 +175,63 @@ rec {
# -- TESTING --
/* Evaluate a set of tests. A test is an attribute set `{expr,
expected}`, denoting an expression and its expected result. The
result is a list of failed tests, each represented as `{name,
expected, actual}`, denoting the attribute name of the failing
test and its expected and actual results.
/* Evaluates a set of tests.
A test is an attribute set `{expr, expected}`,
denoting an expression and its expected result.
The result is a `list` of __failed tests__, each represented as
`{name, expected, result}`,
- expected
- What was passed as `expected`
- result
- The actual `result` of the test
Used for regression testing of the functions in lib; see
tests.nix for an example. Only tests having names starting with
"test" are run.
tests.nix for more examples.
Add attr { tests = ["testName"]; } to run these tests only.
Important: Only attributes that start with `test` are executed.
- If you want to run only a subset of the tests add the attribute `tests = ["testName"];`
Example:
runTests {
testAndOk = {
expr = lib.and true false;
expected = false;
};
testAndFail = {
expr = lib.and true false;
expected = true;
};
}
->
[
{
name = "testAndFail";
expected = true;
result = false;
}
]
Type:
runTests :: {
tests = [ String ];
${testName} :: {
expr :: a;
expected :: a;
};
}
->
[
{
name :: String;
expected :: a;
result :: a;
}
]
*/
runTests =
# Tests to run

View File

@@ -109,6 +109,11 @@ in mkLicense lset) ({
fullName = "Apache License 2.0";
};
asl20-llvm = {
spdxId = "Apache-2.0 WITH LLVM-exception";
fullName = "Apache License 2.0 with LLVM Exceptions";
};
bitstreamVera = {
spdxId = "Bitstream-Vera";
fullName = "Bitstream Vera Font License";
@@ -657,11 +662,6 @@ in mkLicense lset) ({
url = "https://opensource.franz.com/preamble.html";
};
llvm-exception = {
spdxId = "LLVM-exception";
fullName = "LLVM Exception"; # LLVM exceptions to the Apache 2.0 License
};
lppl12 = {
spdxId = "LPPL-1.2";
fullName = "LaTeX Project Public License v1.2";

View File

@@ -36,6 +36,9 @@ let
inherit (lib.types)
mkOptionType
;
inherit (lib.lists)
last
;
prioritySuggestion = ''
Use `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of these definitions.
'';
@@ -107,17 +110,28 @@ rec {
/* Creates an Option attribute set for an option that specifies the
package a module should use for some purpose.
The package is specified as a list of strings representing its attribute path in nixpkgs.
Type: mkPackageOption :: pkgs -> (string|[string]) ->
{ default? :: [string], example? :: null|string|[string], extraDescription? :: string } ->
option
Because of this, you need to pass nixpkgs itself as the first argument.
The package is specified in the third argument under `default` as a list of strings
representing its attribute path in nixpkgs (or another package set).
Because of this, you need to pass nixpkgs itself (or a subset) as the first argument.
The second argument is the name of the option, used in the description "The <name> package to use.".
The second argument may be either a string or a list of strings.
It provides the display name of the package in the description of the generated option
(using only the last element if the passed value is a list)
and serves as the fallback value for the `default` argument.
You can also pass an example value, either a literal string or a package's attribute path.
To include extra information in the description, pass `extraDescription` to
append arbitrary text to the generated description.
You can also pass an `example` value, either a literal string or an attribute path.
You can omit the default path if the name of the option is also attribute path in nixpkgs.
The default argument can be omitted if the provided name is
an attribute of pkgs (if name is a string) or a
valid attribute path in pkgs (if name is a list).
Type: mkPackageOption :: pkgs -> string -> { default :: [string]; example :: null | string | [string]; } -> option
If you wish to explicitly provide no default, pass `null` as `default`.
Example:
mkPackageOption pkgs "hello" { }
@@ -129,27 +143,46 @@ rec {
example = "pkgs.haskell.packages.ghc92.ghc.withPackages (hkgs: [ hkgs.primes ])";
}
=> { _type = "option"; default = «derivation /nix/store/jxx55cxsjrf8kyh3fp2ya17q99w7541r-ghc-8.10.7.drv»; defaultText = { ... }; description = "The GHC package to use."; example = { ... }; type = { ... }; }
Example:
mkPackageOption pkgs [ "python39Packages" "pytorch" ] {
extraDescription = "This is an example and doesn't actually do anything.";
}
=> { _type = "option"; default = «derivation /nix/store/gvqgsnc4fif9whvwd9ppa568yxbkmvk8-python3.9-pytorch-1.10.2.drv»; defaultText = { ... }; description = "The pytorch package to use. This is an example and doesn't actually do anything."; type = { ... }; }
*/
mkPackageOption =
# Package set (a specific version of nixpkgs)
# Package set (a specific version of nixpkgs or a subset)
pkgs:
# Name for the package, shown in option description
name:
{ default ? [ name ], example ? null }:
let default' = if !isList default then [ default ] else default;
{
# The attribute path where the default package is located
default ? name,
# A string or an attribute path to use as an example
example ? null,
# Additional text to include in the option description
extraDescription ? "",
}:
let
name' = if isList name then last name else name;
default' = if isList default then default else [ default ];
defaultPath = concatStringsSep "." default';
defaultValue = attrByPath default'
(throw "${defaultPath} cannot be found in pkgs") pkgs;
in mkOption {
defaultText = literalExpression ("pkgs." + defaultPath);
type = lib.types.package;
description = "The ${name} package to use.";
default = attrByPath default'
(throw "${concatStringsSep "." default'} cannot be found in pkgs") pkgs;
defaultText = literalExpression ("pkgs." + concatStringsSep "." default');
description = "The ${name'} package to use."
+ (if extraDescription == "" then "" else " ") + extraDescription;
${if default != null then "default" else null} = defaultValue;
${if example != null then "example" else null} = literalExpression
(if isList example then "pkgs." + concatStringsSep "." example else example);
};
/* Like mkPackageOption, but emit an mdDoc description instead of DocBook. */
mkPackageOptionMD = args: name: extra:
let option = mkPackageOption args name extra;
mkPackageOptionMD = pkgs: name: extra:
let option = mkPackageOption pkgs name extra;
in option // { description = lib.mdDoc option.description; };
/* This option accepts anything, but it does not produce any result.
@@ -337,19 +370,17 @@ rec {
# Helper functions.
/* Convert an option, described as a list of the option parts in to a
safe, human readable version.
/* Convert an option, described as a list of the option parts to a
human-readable version.
Example:
(showOption ["foo" "bar" "baz"]) == "foo.bar.baz"
(showOption ["foo" "bar.baz" "tux"]) == "foo.bar.baz.tux"
(showOption ["foo" "bar.baz" "tux"]) == "foo.\"bar.baz\".tux"
(showOption ["windowManager" "2bwm" "enable"]) == "windowManager.\"2bwm\".enable"
Placeholders will not be quoted as they are not actual values:
(showOption ["foo" "*" "bar"]) == "foo.*.bar"
(showOption ["foo" "<name>" "bar"]) == "foo.<name>.bar"
Unlike attributes, options can also start with numbers:
(showOption ["windowManager" "2bwm" "enable"]) == "windowManager.2bwm.enable"
*/
showOption = parts: let
escapeOptionPart = part:

View File

@@ -1417,6 +1417,12 @@
githubId = 12958979;
name = "Mika Naylor";
};
avakhrenev = {
email = "avakhrenev@gmail.com";
github = "avakhrenev";
githubId = 1060224;
name = "Alexey Vakhrenev";
};
avaq = {
email = "nixpkgs@account.avaq.it";
github = "Avaq";
@@ -2436,6 +2442,12 @@
githubId = 5394722;
name = "Spencer Baugh";
};
cathalmullan = {
email = "contact@cathal.dev";
github = "CathalMullan";
githubId = 37139470;
name = "Cathal Mullan";
};
catouc = {
email = "catouc@philipp.boeschen.me";
github = "catouc";
@@ -2461,6 +2473,12 @@
githubId = 3471749;
name = "Claudio Bley";
};
cbrewster = {
email = "cbrewster@hey.com";
github = "cbrewster";
githubId = 9086315;
name = "Connor Brewster";
};
cburstedde = {
email = "burstedde@ins.uni-bonn.de";
github = "cburstedde";
@@ -2860,6 +2878,13 @@
githubId = 718298;
name = "Michael Livshin";
};
CobaltCause = {
name = "Charles Hall";
email = "charles@computer.surgery";
github = "CobaltCause";
githubId = 7003738;
matrix = "@charles:computer.surgery";
};
cobbal = {
email = "andrew.cobb@gmail.com";
github = "cobbal";
@@ -3398,6 +3423,12 @@
githubId = 6754950;
name = "David Armstrong Lewis";
};
davidcromp = {
email = "davidcrompton1192@gmail.com";
github = "DavidCromp";
githubId = 10701143;
name = "David Crompton";
};
davidrusu = {
email = "davidrusu.me@gmail.com";
github = "davidrusu";
@@ -3570,6 +3601,13 @@
githubId = 62989;
name = "Demyan Rogozhin";
};
dennajort = {
email = "gosselinjb@gmail.com";
matrix = "@dennajort:matrix.org";
github = "dennajort";
githubId = 1536838;
name = "Jean-Baptiste Gosselin";
};
derchris = {
email = "derchris@me.com";
github = "derchrisuk";
@@ -3632,6 +3670,12 @@
github = "Dettorer";
githubId = 2761682;
};
developer-guy = {
name = "Batuhan Apaydın";
email = "developerguyn@gmail.com";
github = "developer-guy";
githubId = 16693043;
};
devhell = {
email = ''"^"@regexmail.net'';
github = "devhell";
@@ -3756,12 +3800,6 @@
githubId = 14034137;
name = "Mostly Void";
};
dizfer = {
email = "david@izquierdofernandez.com";
github = "DIzFer";
githubId = 8852888;
name = "David Izquierdo";
};
djacu = {
email = "daniel.n.baker@gmail.com";
github = "djacu";
@@ -3998,6 +4036,11 @@
githubId = 1931963;
name = "David Sferruzza";
};
dsymbol = {
name = "dsymbol";
github = "dsymbol";
githubId = 88138099;
};
dtzWill = {
email = "w@wdtz.org";
github = "dtzWill";
@@ -5912,6 +5955,15 @@
githubId = 41522204;
name = "hexchen";
};
heyimnova = {
email = "git@heyimnova.dev";
github = "heyimnova";
githubId = 115728866;
name = "Nova Witterick";
keys = [{
fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C";
}];
};
hh = {
email = "hh@m-labs.hk";
github = "HarryMakes";
@@ -6869,6 +6921,12 @@
githubId = 10786794;
name = "Markus Hihn";
};
jessemoore = {
email = "jesse@jessemoore.dev";
github = "jesseDMoore1994";
githubId = 30251156;
name = "Jesse Moore";
};
jethro = {
email = "jethrokuan95@gmail.com";
github = "jethrokuan";
@@ -7154,6 +7212,12 @@
github = "joepie91";
githubId = 1663259;
};
joerdav = {
email = "joe.davidson.21111@gmail.com";
github = "joerdav";
name = "Joe Davidson";
githubId = 19927761;
};
joesalisbury = {
email = "salisbury.joseph@gmail.com";
github = "JosephSalisbury";
@@ -7293,6 +7357,12 @@
github = "jorsn";
githubId = 4646725;
};
joshniemela = {
name = "Joshua Niemelä";
email = "josh@jniemela.dk";
github = "joshniemela";
githubId = 88747315;
};
joshuafern = {
name = "Joshua Fern";
email = "joshuafern@protonmail.com";
@@ -8963,6 +9033,12 @@
githubId = 1238350;
name = "Matthias Herrmann";
};
mahmoudk1000 = {
email = "mahmoudk1000@gmail.com";
github = "mahmoudk1000";
githubId = 24735185;
name = "Mahmoud Ayman";
};
majesticmullet = {
email = "hoccthomas@gmail.com.au";
github = "MajesticMullet";
@@ -9183,6 +9259,12 @@
githubId = 952712;
name = "Matt Christ";
};
matthew-levan = {
email = "matthew@coeli.network";
github = "matthew-levan";
githubId = 91502660;
name = "Matthew LeVan";
};
matthewcroughan = {
email = "matt@croughan.sh";
github = "MatthewCroughan";
@@ -9611,6 +9693,12 @@
github = "michaelBelsanti";
githubId = 62124625;
};
michaelgrahamevans = {
email = "michaelgrahamevans@gmail.com";
name = "Michael Evans";
github = "michaelgrahamevans";
githubId = 5932424;
};
michaelpj = {
email = "michaelpj@gmail.com";
github = "michaelpj";
@@ -10062,6 +10150,12 @@
githubId = 3073833;
name = "Massimo Redaelli";
};
mrfreezeex = {
email = "arthur@cri.epita.fr";
github = "MrFreezeex";
name = "Arthur Outhenin-Chalandre";
githubId = 3845213;
};
mrityunjaygr8 = {
email = "mrityunjaysaxena1996@gmail.com";
github = "mrityunjaygr8";
@@ -11590,6 +11684,12 @@
fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E";
}];
};
pinkcreeper100 = {
email = "benmoreosm@gmail.com";
github = "pinkcreeper100";
githubId = 35699052;
name = "Oliver Samuel Morris";
};
pinpox = {
email = "mail@pablo.tools";
github = "pinpox";
@@ -11845,6 +11945,12 @@
githubId = 146413;
name = "Tobias Poschwatta";
};
PowerUser64 = {
email = "blakelysnorth@gmail.com";
github = "PowerUser64";
githubId = 24578572;
name = "Blake North";
};
ppenguin = {
name = "Jeroen Versteeg";
email = "hieronymusv@gmail.com";
@@ -12135,6 +12241,7 @@
github = "alyssais";
githubId = 2768870;
name = "Alyssa Ross";
matrix = "@qyliss:fairydust.space";
keys = [{
fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";
}];
@@ -12824,6 +12931,12 @@
githubId = 61306;
name = "Rene Treffer";
};
rubyowo = {
name = "Rei Star";
email = "perhaps-you-know@what-is.ml";
github = "rubyowo";
githubId = 105302757;
};
rumpelsepp = {
name = "Stefan Tatschner";
email = "stefan@rumpelsepp.org";
@@ -14769,6 +14882,12 @@
githubId = 1634990;
name = "Tom McLaughlin";
};
thornycrackers = {
email = "codyfh@gmail.com";
github = "thornycrackers";
githubId = 4313010;
name = "Cody Hiar";
};
thoughtpolice = {
email = "aseipp@pobox.com";
github = "thoughtpolice";
@@ -14927,7 +15046,7 @@
};
toastal = {
email = "toastal+nix@posteo.net";
matrix = "@toastal:chat.mozilla.org";
matrix = "@toastal:mozilla.org";
github = "toastal";
githubId = 561087;
name = "toastal";
@@ -15279,6 +15398,11 @@
github = "unrooted";
githubId = 30440603;
};
unsolvedcypher = {
name = "Matthew M";
github = "UnsolvedCypher";
githubId = 3170853;
};
uralbash = {
email = "root@uralbash.ru";
github = "uralbash";
@@ -15859,6 +15983,15 @@
fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC";
}];
};
williamvds = {
email = "nixpkgs@williamvds.me";
github = "williamvds";
githubId = 26379999;
name = "William Vigolo";
keys = [{
fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7";
}];
};
willibutz = {
email = "willibutz@posteo.de";
github = "WilliButz";
@@ -15983,6 +16116,12 @@
github = "wr0belj";
githubId = 40501814;
};
wraithm = {
name = "Matthew Wraith";
email = "wraithm@gmail.com";
github = "wraithm";
githubId = 1512913;
};
wrmilling = {
name = "Winston R. Milling";
email = "Winston@Milli.ng";

View File

@@ -26,6 +26,7 @@ Because step 1) is quite expensive and takes roughly ~5 minutes the result is ca
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE ViewPatterns #-}
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE DataKinds #-}
import Control.Monad (forM_, (<=<))
import Control.Monad.Trans (MonadIO (liftIO))
@@ -54,17 +55,22 @@ import Data.Time (defaultTimeLocale, formatTime, getCurrentTime)
import Data.Time.Clock (UTCTime)
import GHC.Generics (Generic)
import Network.HTTP.Req (
GET (GET),
NoReqBody (NoReqBody),
defaultHttpConfig,
header,
https,
jsonResponse,
req,
responseBody,
responseTimeout,
runReq,
(/:),
GET (GET),
HttpResponse (HttpResponseBody),
NoReqBody (NoReqBody),
Option,
Req,
Scheme (Https),
bsResponse,
defaultHttpConfig,
header,
https,
jsonResponse,
req,
responseBody,
responseTimeout,
runReq,
(/:),
)
import System.Directory (XdgDirectory (XdgCache), getXdgDirectory)
import System.Environment (getArgs)
@@ -76,6 +82,10 @@ import Control.Exception (evaluate)
import qualified Data.IntMap.Strict as IntMap
import qualified Data.IntSet as IntSet
import Data.Bifunctor (second)
import Data.Data (Proxy)
import Data.ByteString (ByteString)
import qualified Data.ByteString.Char8 as ByteString
import Distribution.Simple.Utils (safeLast, fromUTF8BS)
newtype JobsetEvals = JobsetEvals
{ evals :: Seq Eval
@@ -123,17 +133,31 @@ showT = Text.pack . show
getBuildReports :: IO ()
getBuildReports = runReq defaultHttpConfig do
evalMay <- Seq.lookup 0 . evals <$> myReq (https "hydra.nixos.org" /: "jobset" /: "nixpkgs" /: "haskell-updates" /: "evals") mempty
evalMay <- Seq.lookup 0 . evals <$> hydraJSONQuery mempty ["jobset", "nixpkgs", "haskell-updates", "evals"]
eval@Eval{id} <- maybe (liftIO $ fail "No Evalution found") pure evalMay
liftIO . putStrLn $ "Fetching evaluation " <> show id <> " from Hydra. This might take a few minutes..."
buildReports :: Seq Build <- myReq (https "hydra.nixos.org" /: "eval" /: showT id /: "builds") (responseTimeout 600000000)
buildReports :: Seq Build <- hydraJSONQuery (responseTimeout 600000000) ["eval", showT id, "builds"]
liftIO do
fileName <- reportFileName
putStrLn $ "Finished fetching all builds from Hydra, saving report as " <> fileName
now <- getCurrentTime
encodeFile fileName (eval, now, buildReports)
where
myReq query option = responseBody <$> req GET query NoReqBody jsonResponse (header "User-Agent" "hydra-report.hs/v1 (nixpkgs;maintainers/scripts/haskell)" <> option)
hydraQuery :: HttpResponse a => Proxy a -> Option 'Https -> [Text] -> Req (HttpResponseBody a)
hydraQuery responseType option query =
responseBody
<$> req
GET
(foldl' (/:) (https "hydra.nixos.org") query)
NoReqBody
responseType
(header "User-Agent" "hydra-report.hs/v1 (nixpkgs;maintainers/scripts/haskell)" <> option)
hydraJSONQuery :: FromJSON a => Option 'Https -> [Text] -> Req a
hydraJSONQuery = hydraQuery jsonResponse
hydraPlainQuery :: [Text] -> Req ByteString
hydraPlainQuery = hydraQuery bsResponse mempty
hydraEvalCommand :: FilePath
hydraEvalCommand = "hydra-eval-jobs"
@@ -326,23 +350,24 @@ instance Functor (Table row col) where
instance Foldable (Table row col) where
foldMap f (Table a) = foldMap f a
getBuildState :: Build -> BuildState
getBuildState Build{finished, buildstatus} = case (finished, buildstatus) of
(0, _) -> Unfinished
(_, Just 0) -> Success
(_, Just 1) -> Failed
(_, Just 2) -> DependencyFailed
(_, Just 3) -> HydraFailure
(_, Just 4) -> Canceled
(_, Just 7) -> TimedOut
(_, Just 11) -> OutputLimitExceeded
(_, i) -> Unknown i
buildSummary :: MaintainerMap -> ReverseDependencyMap -> Seq Build -> StatusSummary
buildSummary maintainerMap reverseDependencyMap = foldl (Map.unionWith unionSummary) Map.empty . fmap toSummary
where
unionSummary (SummaryEntry (Table lb) lm lr lu) (SummaryEntry (Table rb) rm rr ru) = SummaryEntry (Table $ Map.union lb rb) (lm <> rm) (max lr rr) (max lu ru)
toSummary Build{finished, buildstatus, job, id, system} = Map.singleton name (SummaryEntry (Table (Map.singleton (set, Platform system) (BuildResult state id))) maintainers reverseDeps unbrokenReverseDeps)
toSummary build@Build{job, id, system} = Map.singleton name (SummaryEntry (Table (Map.singleton (set, Platform system) (BuildResult (getBuildState build) id))) maintainers reverseDeps unbrokenReverseDeps)
where
state :: BuildState
state = case (finished, buildstatus) of
(0, _) -> Unfinished
(_, Just 0) -> Success
(_, Just 1) -> Failed
(_, Just 2) -> DependencyFailed
(_, Just 3) -> HydraFailure
(_, Just 4) -> Canceled
(_, Just 7) -> TimedOut
(_, Just 11) -> OutputLimitExceeded
(_, i) -> Unknown i
packageName = fromMaybe job (Text.stripSuffix ("." <> system) job)
splitted = nonEmpty $ Text.splitOn "." packageName
name = maybe packageName NonEmpty.last splitted
@@ -486,8 +511,23 @@ printMaintainerPing = do
printMarkBrokenList :: IO ()
printMarkBrokenList = do
(_, _, buildReport) <- readBuildReports
forM_ buildReport \Build{buildstatus, job} ->
case (buildstatus, Text.splitOn "." job) of
(Just 1, ["haskellPackages", name, "x86_64-linux"]) -> putStrLn $ " - " <> Text.unpack name
(_, fetchTime, buildReport) <- readBuildReports
runReq defaultHttpConfig $ forM_ buildReport \build@Build{job, id} ->
case (getBuildState build, Text.splitOn "." job) of
(Failed, ["haskellPackages", name, "x86_64-linux"]) -> do
-- Fetch build log from hydra to figure out the cause of the error.
build_log <- ByteString.lines <$> hydraPlainQuery ["build", showT id, "nixlog", "1", "raw"]
-- We use the last probable error cause found in the build log file.
let error_message = fromMaybe " failure " $ safeLast $ mapMaybe probableErrorCause build_log
liftIO $ putStrLn $ " - " <> Text.unpack name <> " # " <> error_message <> " in job https://hydra.nixos.org/build/" <> show id <> " at " <> formatTime defaultTimeLocale "%Y-%m-%d" fetchTime
_ -> pure ()
{- | This function receives a line from a Nix Haskell builder build log and returns a possible error cause.
| We might need to add other causes in the future if errors happen in unusual parts of the builder.
-}
probableErrorCause :: ByteString -> Maybe String
probableErrorCause "Setup: Encountered missing or private dependencies:" = Just "dependency missing"
probableErrorCause "running tests" = Just "test failure"
probableErrorCause build_line | ByteString.isPrefixOf "Building" build_line = Just ("failure building " <> fromUTF8BS (fst $ ByteString.breakSubstring " for" $ ByteString.drop 9 build_line))
probableErrorCause build_line | ByteString.isSuffixOf "Phase" build_line = Just ("failure in " <> fromUTF8BS build_line)
probableErrorCause _ = Nothing

View File

@@ -11,6 +11,9 @@
# Related scripts are update-hackage.sh, for updating the snapshot of the
# Hackage database used by hackage2nix, and update-cabal2nix-unstable.sh,
# for updating the version of hackage2nix used to perform this task.
#
# Note that this script doesn't gcroot anything, so it may be broken by an
# unfortunately timed nix-store --gc.
set -euo pipefail
@@ -20,15 +23,21 @@ HACKAGE2NIX="${HACKAGE2NIX:-hackage2nix}"
# See: https://github.com/NixOS/nixpkgs/pull/122023
export LC_ALL=C.UTF-8
config_dir=pkgs/development/haskell-modules/configuration-hackage2nix
echo "Obtaining Hackage data"
extraction_derivation='with import ./. {}; runCommandLocal "unpacked-cabal-hashes" { } "tar xf ${all-cabal-hashes} --strip-components=1 --one-top-level=$out"'
unpacked_hackage="$(nix-build -E "$extraction_derivation" --no-out-link)"
config_dir=pkgs/development/haskell-modules/configuration-hackage2nix
echo "Generating compiler configuration"
compiler_config="$(nix-build -A haskellPackages.cabal2nix-unstable.compilerConfig --no-out-link)"
echo "Starting hackage2nix to regenerate pkgs/development/haskell-modules/hackage-packages.nix ..."
"$HACKAGE2NIX" \
--hackage "$unpacked_hackage" \
--preferred-versions <(for n in "$unpacked_hackage"/*/preferred-versions; do cat "$n"; echo; done) \
--nixpkgs "$PWD" \
--config "$compiler_config" \
--config "$config_dir/main.yaml" \
--config "$config_dir/stackage.yaml" \
--config "$config_dir/broken.yaml" \

View File

@@ -66,6 +66,28 @@ let
if !builtins.isList files then [ files ] else files
);
packageSetsWithVersionedHead = pkgs.haskell.packages // (
let
headSet = pkgs.haskell.packages.ghcHEAD;
# Determine the next GHC release version following GHC HEAD.
# GHC HEAD always has an uneven, tentative version number, e.g. 9.7.
# GHC releases always have even numbers, i.e. GHC 9.8 is branched off from
# GHC HEAD 9.7. Since we use the to be release number for GHC HEAD's
# configuration file, we need to calculate this here.
headVersion = lib.pipe headSet.ghc.version [
lib.versions.splitVersion
(lib.take 2)
lib.concatStrings
lib.strings.toInt
(builtins.add 1)
toString
];
in
{
"ghc${headVersion}" = headSet;
}
);
setsForFile = fileName:
let
# extract the unique part of the config's file name
@@ -77,12 +99,12 @@ let
builtins.match "ghc-([0-9]+).([0-9]+).x" configName
);
# return all package sets under haskell.packages matching the version components
setsForVersion = builtins.map (name: pkgs.haskell.packages.${name}) (
setsForVersion = builtins.map (name: packageSetsWithVersionedHead.${name}) (
builtins.filter (setName:
lib.hasPrefix "ghc${configVersion}" setName
&& (skipBinaryGHCs -> !(lib.hasInfix "Binary" setName))
) (
builtins.attrNames pkgs.haskell.packages
builtins.attrNames packageSetsWithVersionedHead
)
);

View File

@@ -63,11 +63,13 @@ sed -r \
-e '/ lsp-test /d' \
-e '/ hie-bios /d' \
-e '/ ShellCheck /d' \
-e '/ Agda /d' \
< "${tmpfile_new}" >> $stackage_config
# Explanations:
# cabal2nix, distribution-nixpkgs, jailbreak-cabal, language-nix: These are our packages and we know what we are doing.
# lsp, lsp-types, lsp-test, hie-bios: These are tightly coupled to hls which is not in stackage. They have no rdeps in stackage.
# ShellCheck: latest version of command-line dev tool.
# Agda: The Agda community is fast-moving; we strive to always include the newest versions of Agda and the Agda packages in nixpkgs.
if [[ "${1:-}" == "--do-commit" ]]; then
git add $stackage_config

View File

@@ -32,7 +32,7 @@ lmpfrlib,,,,,5.3,alexshpilkin
loadkit,,,,,,alerque
lpeg,,,,,,vyp
lpeg_patterns,,,,,,
lpeglabel,,,,,,
lpeglabel,,,,1.6.0,,
lpty,,,,,,
lrexlib-gnu,,,,,,
lrexlib-pcre,,,,,,vyp
1 name src ref server version luaversion maintainers
32 loadkit alerque
33 lpeg vyp
34 lpeg_patterns
35 lpeglabel 1.6.0
36 lpty
37 lrexlib-gnu
38 lrexlib-pcre vyp

View File

@@ -1,5 +1,3 @@
#!/bin/sh
build=`nix-build -E "with import (fetchTarball "channel:nixpkgs-unstable") {}; python3.withPackages(ps: with ps; [ packaging requests toolz ])"`
python=${build}/bin/python
exec ${python} pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=channel:nixpkgs-unstable -i bash -p "python3.withPackages (ps: with ps; [ packaging requests ])" -p nix-prefetch-git
exec python3 pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@

View File

@@ -1,3 +1,10 @@
/*
To run:
nix-shell maintainers/scripts/update.nix
See https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript
*/
{ package ? null
, maintainer ? null
, predicate ? null
@@ -8,8 +15,6 @@
, commit ? null
}:
# TODO: add assert statements
let
pkgs = import ./../../default.nix (
if include-overlays == false then

View File

@@ -81,6 +81,7 @@ with lib.maintainers; {
# Verify additions to this team with at least one already existing member of the team.
members = [
cdepillabout
wraithm
];
scope = "Group registration for packages maintained by Bitnomial.";
shortName = "Bitnomial employees";

View File

@@ -1,2 +0,0 @@
generated
manual-combined.xml

View File

@@ -1,30 +0,0 @@
.PHONY: all
all: manual-combined.xml
.PHONY: debug
debug: generated manual-combined.xml
manual-combined.xml: generated *.xml **/*.xml
rm -f ./manual-combined.xml
nix-shell --pure -Q --packages xmloscopy \
--run "xmloscopy --docbook5 ./manual.xml ./manual-combined.xml"
.PHONY: format
format:
nix-shell --pure -Q --packages xmlformat \
--run "find ../../ -iname '*.xml' -type f -print0 | xargs -0 -I{} -n1 \
xmlformat --config-file '../xmlformat.conf' -i {}"
.PHONY: fix-misc-xml
fix-misc-xml:
find . -iname '*.xml' -type f \
-exec ../varlistentry-fixer.rb {} ';'
.PHONY: clean
clean:
rm -f manual-combined.xml generated
generated:
nix-build ../../release.nix \
--attr manualGeneratedSources.x86_64-linux \
--out-link ./generated

View File

@@ -21,8 +21,8 @@ which is often not what you want. By contrast, in the imperative
approach, containers are configured and updated independently from the
host system.
```{=docbook}
<xi:include href="imperative-containers.section.xml" />
<xi:include href="declarative-containers.section.xml" />
<xi:include href="container-networking.section.xml" />
```{=include=} sections
imperative-containers.section.md
declarative-containers.section.md
container-networking.section.md
```

View File

@@ -0,0 +1,14 @@
# Administration {#ch-running}
This chapter describes various aspects of managing a running NixOS system, such as how to use the {command}`systemd` service manager.
```{=include=} chapters
service-mgmt.chapter.md
rebooting.chapter.md
user-sessions.chapter.md
control-groups.chapter.md
logging.chapter.md
cleaning-store.chapter.md
containers.chapter.md
troubleshooting.chapter.md
```

View File

@@ -1,21 +0,0 @@
<part xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch-running">
<title>Administration</title>
<partintro xml:id="ch-running-intro">
<para>
This chapter describes various aspects of managing a running NixOS system,
such as how to use the <command>systemd</command> service manager.
</para>
</partintro>
<xi:include href="../from_md/administration/service-mgmt.chapter.xml" />
<xi:include href="../from_md/administration/rebooting.chapter.xml" />
<xi:include href="../from_md/administration/user-sessions.chapter.xml" />
<xi:include href="../from_md/administration/control-groups.chapter.xml" />
<xi:include href="../from_md/administration/logging.chapter.xml" />
<xi:include href="../from_md/administration/cleaning-store.chapter.xml" />
<xi:include href="../from_md/administration/containers.chapter.xml" />
<xi:include href="../from_md/administration/troubleshooting.chapter.xml" />
</part>

View File

@@ -3,10 +3,10 @@
This chapter describes solutions to common problems you might encounter
when you manage your NixOS system.
```{=docbook}
<xi:include href="boot-problems.section.xml" />
<xi:include href="maintenance-mode.section.xml" />
<xi:include href="rollback.section.xml" />
<xi:include href="store-corruption.section.xml" />
<xi:include href="network-problems.section.xml" />
```{=include=} sections
boot-problems.section.md
maintenance-mode.section.md
rollback.section.md
store-corruption.section.md
network-problems.section.md
```

View File

@@ -11,8 +11,8 @@ manual](https://nixos.org/nix/manual/#chap-writing-nix-expressions), but
here we give a short overview of the most important constructs useful in
NixOS configuration files.
```{=docbook}
<xi:include href="config-file.section.xml" />
<xi:include href="abstractions.section.xml" />
<xi:include href="modularity.section.xml" />
```{=include=} sections
config-file.section.md
abstractions.section.md
modularity.section.md
```

View File

@@ -0,0 +1,27 @@
# Configuration {#ch-configuration}
This chapter describes how to configure various aspects of a NixOS machine through the configuration file {file}`/etc/nixos/configuration.nix`. As described in [](#sec-changing-config), changes to this file only take effect after you run {command}`nixos-rebuild`.
```{=include=} chapters
config-syntax.chapter.md
package-mgmt.chapter.md
user-mgmt.chapter.md
file-systems.chapter.md
x-windows.chapter.md
wayland.chapter.md
gpu-accel.chapter.md
xfce.chapter.md
networking.chapter.md
linux-kernel.chapter.md
subversion.chapter.md
```
```{=include=} chapters
@MODULE_CHAPTERS@
```
```{=include=} chapters
profiles.chapter.md
kubernetes.chapter.md
```
<!-- Apache; libvirtd virtualisation -->

View File

@@ -1,31 +0,0 @@
<part xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch-configuration">
<title>Configuration</title>
<partintro xml:id="ch-configuration-intro">
<para>
This chapter describes how to configure various aspects of a NixOS machine
through the configuration file
<filename>/etc/nixos/configuration.nix</filename>. As described in
<xref linkend="sec-changing-config" />, changes to this file only take
effect after you run <command>nixos-rebuild</command>.
</para>
</partintro>
<xi:include href="../from_md/configuration/config-syntax.chapter.xml" />
<xi:include href="../from_md/configuration/package-mgmt.chapter.xml" />
<xi:include href="../from_md/configuration/user-mgmt.chapter.xml" />
<xi:include href="../from_md/configuration/file-systems.chapter.xml" />
<xi:include href="../from_md/configuration/x-windows.chapter.xml" />
<xi:include href="../from_md/configuration/wayland.chapter.xml" />
<xi:include href="../from_md/configuration/gpu-accel.chapter.xml" />
<xi:include href="../from_md/configuration/xfce.chapter.xml" />
<xi:include href="../from_md/configuration/networking.chapter.xml" />
<xi:include href="../from_md/configuration/linux-kernel.chapter.xml" />
<xi:include href="../from_md/configuration/subversion.chapter.xml" />
<xi:include href="../generated/modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />
<xi:include href="../from_md/configuration/profiles.chapter.xml" />
<xi:include href="../from_md/configuration/kubernetes.chapter.xml" />
<!-- Apache; libvirtd virtualisation -->
</part>

View File

@@ -40,7 +40,7 @@ configuration use `pkgs` prefix (variable).
To "uninstall" a package, simply remove it from
[](#opt-environment.systemPackages) and run `nixos-rebuild switch`.
```{=docbook}
<xi:include href="customizing-packages.section.xml" />
<xi:include href="adding-custom-packages.section.xml" />
```{=include=} sections
customizing-packages.section.md
adding-custom-packages.section.md
```

View File

@@ -36,7 +36,7 @@ dropping you to the emergency shell. You can make a mount asynchronous
and non-critical by adding `options = [ "nofail" ];`.
:::
```{=docbook}
<xi:include href="luks-file-systems.section.xml" />
<xi:include href="sshfs-file-systems.section.xml" />
```{=include=} sections
luks-file-systems.section.md
sshfs-file-systems.section.md
```

View File

@@ -3,14 +3,14 @@
This section describes how to configure networking components
on your NixOS machine.
```{=docbook}
<xi:include href="network-manager.section.xml" />
<xi:include href="ssh.section.xml" />
<xi:include href="ipv4-config.section.xml" />
<xi:include href="ipv6-config.section.xml" />
<xi:include href="firewall.section.xml" />
<xi:include href="wireless.section.xml" />
<xi:include href="ad-hoc-network-config.section.xml" />
<xi:include href="renaming-interfaces.section.xml" />
```{=include=} sections
network-manager.section.md
ssh.section.md
ipv4-config.section.md
ipv6-config.section.md
firewall.section.md
wireless.section.md
ad-hoc-network-config.section.md
renaming-interfaces.section.md
```
<!-- TODO: OpenVPN, NAT -->

View File

@@ -12,7 +12,7 @@ NixOS has two distinct styles of package management:
`nix-env` command. This style allows mixing packages from different
Nixpkgs versions. It's the only choice for non-root users.
```{=docbook}
<xi:include href="declarative-packages.section.xml" />
<xi:include href="ad-hoc-packages.section.xml" />
```{=include=} sections
declarative-packages.section.md
ad-hoc-packages.section.md
```

View File

@@ -19,16 +19,16 @@ install media, many are actually intended to be used in real installs.
What follows is a brief explanation on the purpose and use-case for each
profile. Detailing each option configured by each one is out of scope.
```{=docbook}
<xi:include href="profiles/all-hardware.section.xml" />
<xi:include href="profiles/base.section.xml" />
<xi:include href="profiles/clone-config.section.xml" />
<xi:include href="profiles/demo.section.xml" />
<xi:include href="profiles/docker-container.section.xml" />
<xi:include href="profiles/graphical.section.xml" />
<xi:include href="profiles/hardened.section.xml" />
<xi:include href="profiles/headless.section.xml" />
<xi:include href="profiles/installation-device.section.xml" />
<xi:include href="profiles/minimal.section.xml" />
<xi:include href="profiles/qemu-guest.section.xml" />
```{=include=} sections
profiles/all-hardware.section.md
profiles/base.section.md
profiles/clone-config.section.md
profiles/demo.section.md
profiles/docker-container.section.md
profiles/graphical.section.md
profiles/hardened.section.md
profiles/headless.section.md
profiles/installation-device.section.md
profiles/minimal.section.md
profiles/qemu-guest.section.md
```

View File

@@ -68,56 +68,6 @@ let
optionIdPrefix = "test-opt-";
};
sources = runCommand "manual-sources" {
inputs = lib.sourceFilesBySuffices ./. [ ".xml" ".md" ];
nativeBuildInputs = [ pkgs.nixos-render-docs ];
} ''
mkdir $out
cd $out
cp -r --no-preserve=all $inputs/* .
declare -a convert_args
while read -r mf; do
if [[ "$mf" = *.chapter.md ]]; then
convert_args+=("--chapter")
else
convert_args+=("--section")
fi
convert_args+=("from_md/''${mf%.md}.xml" "$mf")
done < <(find . -type f -name '*.md')
nixos-render-docs manual docbook-fragment \
--manpage-urls ${manpageUrls} \
"''${convert_args[@]}"
'';
modulesDoc = runCommand "modules.xml" {
nativeBuildInputs = [ pkgs.nixos-render-docs ];
} ''
nixos-render-docs manual docbook-section \
--manpage-urls ${manpageUrls} \
"$out" \
--section \
--section-id modules \
--chapters ${lib.concatMapStrings (p: "${p.value} ") config.meta.doc}
'';
generatedSources = runCommand "generated-docbook" {} ''
mkdir $out
ln -s ${modulesDoc} $out/modules.xml
ln -s ${optionsDoc.optionsDocBook} $out/options-db.xml
ln -s ${testOptionsDoc.optionsDocBook} $out/test-options-db.xml
printf "%s" "${version}" > $out/version
'';
copySources =
''
cp -prd $sources/* . # */
ln -s ${generatedSources} ./generated
chmod -R u+w .
'';
toc = builtins.toFile "toc.xml"
''
<toc role="chunk-toc">
@@ -148,70 +98,102 @@ let
"--stringparam chunk.toc ${toc}"
];
linterFunctions = ''
# outputs the context of an xmllint error output
# LEN lines around the failing line are printed
function context {
# length of context
local LEN=6
# lines to print before error line
local BEFORE=4
# xmllint output lines are:
# file.xml:1234: there was an error on line 1234
while IFS=':' read -r file line rest; do
echo
if [[ -n "$rest" ]]; then
echo "$file:$line:$rest"
local FROM=$(($line>$BEFORE ? $line - $BEFORE : 1))
# number lines & filter context
nl --body-numbering=a "$file" | sed -n "$FROM,+$LEN p"
else
if [[ -n "$line" ]]; then
echo "$file:$line"
else
echo "$file"
fi
fi
done
}
function lintrng {
xmllint --debug --noout --nonet \
--relaxng ${docbook5}/xml/rng/docbook/docbook.rng \
"$1" \
2>&1 | context 1>&2
# ^ redirect assumes xmllint doesnt print to stdout
}
'';
manual-combined = runCommand "nixos-manual-combined"
{ inherit sources;
nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin ];
{ inputs = lib.sourceFilesBySuffices ./. [ ".xml" ".md" ];
nativeBuildInputs = [ pkgs.nixos-render-docs pkgs.libxml2.bin pkgs.libxslt.bin ];
meta.description = "The NixOS manual as plain docbook XML";
}
''
${copySources}
cp -r --no-preserve=all $inputs/* .
xmllint --xinclude --output ./manual-combined.xml ./manual.xml
xmllint --xinclude --noxincludenode \
--output ./man-pages-combined.xml ./man-pages.xml
substituteInPlace ./manual.md \
--replace '@NIXOS_VERSION@' "${version}"
substituteInPlace ./configuration/configuration.md \
--replace \
'@MODULE_CHAPTERS@' \
${lib.escapeShellArg (lib.concatMapStringsSep "\n" (p: "${p.value}") config.meta.doc)}
substituteInPlace ./nixos-options.md \
--replace \
'@NIXOS_OPTIONS_JSON@' \
${optionsDoc.optionsJSON}/share/doc/nixos/options.json
substituteInPlace ./development/writing-nixos-tests.section.md \
--replace \
'@NIXOS_TEST_OPTIONS_JSON@' \
${testOptionsDoc.optionsJSON}/share/doc/nixos/options.json
# outputs the context of an xmllint error output
# LEN lines around the failing line are printed
function context {
# length of context
local LEN=6
# lines to print before error line
local BEFORE=4
nixos-render-docs -j $NIX_BUILD_CORES manual docbook \
--manpage-urls ${manpageUrls} \
--revision ${lib.escapeShellArg revision} \
./manual.md \
./manual-combined.xml
# xmllint output lines are:
# file.xml:1234: there was an error on line 1234
while IFS=':' read -r file line rest; do
echo
if [[ -n "$rest" ]]; then
echo "$file:$line:$rest"
local FROM=$(($line>$BEFORE ? $line - $BEFORE : 1))
# number lines & filter context
nl --body-numbering=a "$file" | sed -n "$FROM,+$LEN p"
else
if [[ -n "$line" ]]; then
echo "$file:$line"
else
echo "$file"
fi
fi
done
}
function lintrng {
xmllint --debug --noout --nonet \
--relaxng ${docbook5}/xml/rng/docbook/docbook.rng \
"$1" \
2>&1 | context 1>&2
# ^ redirect assumes xmllint doesnt print to stdout
}
${linterFunctions}
mkdir $out
cp manual-combined.xml $out/
cp man-pages-combined.xml $out/
lintrng $out/manual-combined.xml
lintrng $out/man-pages-combined.xml
'';
manpages-combined = runCommand "nixos-manpages-combined.xml"
{ nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin ];
meta.description = "The NixOS manpages as plain docbook XML";
}
''
mkdir generated
cp -prd ${./man-pages.xml} man-pages.xml
ln -s ${optionsDoc.optionsDocBook} generated/options-db.xml
xmllint --xinclude --noxincludenode --output $out ./man-pages.xml
${linterFunctions}
lintrng $out
'';
in rec {
inherit generatedSources;
inherit (optionsDoc) optionsJSON optionsNix optionsDocBook optionsUsedDocbook;
# Generate the NixOS manual.
manualHTML = runCommand "nixos-manual-html"
{ inherit sources;
nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin ];
{ nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin ];
meta.description = "The NixOS manual in HTML format";
allowedReferences = ["out"];
}
@@ -248,8 +230,7 @@ in rec {
manualHTMLIndex = "${manualHTML}/share/doc/nixos/index.html";
manualEpub = runCommand "nixos-manual-epub"
{ inherit sources;
nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin buildPackages.zip ];
{ nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin buildPackages.zip ];
}
''
# Generate the epub manual.
@@ -300,11 +281,11 @@ in rec {
--param man.endnotes.are.numbered 0 \
--param man.break.after.slash 1 \
${docbook_xsl_ns}/xml/xsl/docbook/manpages/docbook.xsl \
${manual-combined}/man-pages-combined.xml
${manpages-combined}
''
else ''
mkdir -p $out/share/man/man5
nixos-render-docs options manpage \
nixos-render-docs -j $NIX_BUILD_CORES options manpage \
--revision ${lib.escapeShellArg revision} \
${optionsJSON}/share/doc/nixos/options.json \
$out/share/man/man5/configuration.nix.5

View File

@@ -0,0 +1,43 @@
# Developing the NixOS Test Driver {#chap-developing-the-test-driver}
The NixOS test framework is a project of its own.
It consists of roughly the following components:
- `nixos/lib/test-driver`: The Python framework that sets up the test and runs the [`testScript`](#test-opt-testScript)
- `nixos/lib/testing`: The Nix code responsible for the wiring, written using the (NixOS) Module System.
These components are exposed publicly through:
- `nixos/lib/default.nix`: The public interface that exposes the `nixos/lib/testing` entrypoint.
- `flake.nix`: Exposes the `lib.nixos`, including the public test interface.
Beyond the test driver itself, its integration into NixOS and Nixpkgs is important.
- `pkgs/top-level/all-packages.nix`: Defines the `nixosTests` attribute, used
by the package `tests` attributes and OfBorg.
- `nixos/release.nix`: Defines the `tests` attribute built by Hydra, independently, but analogous to `nixosTests`
- `nixos/release-combined.nix`: Defines which tests are channel blockers.
Finally, we have legacy entrypoints that users should move away from, but are cared for on a best effort basis.
These include `pkgs.nixosTest`, `testing-python.nix` and `make-test-python.nix`.
## Testing changes to the test framework {#sec-test-the-test-framework}
When making significant changes to the test framework, we run the tests on Hydra, to avoid disrupting the larger NixOS project.
For this, we use the `python-test-refactoring` branch in the `NixOS/nixpkgs` repository, and its [corresponding Hydra jobset](https://hydra.nixos.org/jobset/nixos/python-test-refactoring).
This branch is used as a pointer, and not as a feature branch.
1. Rebase the PR onto a recent, good evaluation of `nixos-unstable`
2. Create a baseline evaluation by force-pushing this revision of `nixos-unstable` to `python-test-refactoring`.
3. Note the evaluation number (we'll call it `<previous>`)
4. Push the PR to `python-test-refactoring` and evaluate the PR on Hydra
5. Create a comparison URL by navigating to the latest build of the PR and adding to the URL `?compare=<previous>`. This is not necessary for the evaluation that comes right after the baseline.
Review the removed tests and newly failed tests using the constructed URL; otherwise you will accidentally compare iterations of the PR instead of changes to the PR base.
As we currently have some flaky tests, newly failing tests are expected, but should be reviewed to make sure that
- The number of failures did not increase significantly.
- All failures that do occur can reasonably be assumed to fail for a different reason than the changes.

View File

@@ -0,0 +1,15 @@
# Development {#ch-development}
This chapter describes how you can modify and extend NixOS.
```{=include=} chapters
sources.chapter.md
writing-modules.chapter.md
building-parts.chapter.md
bootspec.chapter.md
what-happens-during-a-system-switch.chapter.md
writing-documentation.chapter.md
nixos-tests.chapter.md
developing-the-test-driver.chapter.md
testing-installer.chapter.md
```

View File

@@ -1,20 +0,0 @@
<part xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch-development">
<title>Development</title>
<partintro xml:id="ch-development-intro">
<para>
This chapter describes how you can modify and extend NixOS.
</para>
</partintro>
<xi:include href="../from_md/development/sources.chapter.xml" />
<xi:include href="../from_md/development/writing-modules.chapter.xml" />
<xi:include href="../from_md/development/building-parts.chapter.xml" />
<xi:include href="../from_md/development/bootspec.chapter.xml" />
<xi:include href="../from_md/development/what-happens-during-a-system-switch.chapter.xml" />
<xi:include href="../from_md/development/writing-documentation.chapter.xml" />
<xi:include href="../from_md/development/nixos-tests.chapter.xml" />
<xi:include href="../from_md/development/testing-installer.chapter.xml" />
</part>

View File

@@ -5,9 +5,9 @@ NixOS tests are kept in the directory `nixos/tests`, and are executed
(using Nix) by a testing framework that automatically starts one or more
virtual machines containing the NixOS system(s) required for the test.
```{=docbook}
<xi:include href="writing-nixos-tests.section.xml" />
<xi:include href="running-nixos-tests.section.xml" />
<xi:include href="running-nixos-tests-interactively.section.xml" />
<xi:include href="linking-nixos-tests-to-packages.section.xml" />
```{=include=} sections
writing-nixos-tests.section.md
running-nixos-tests.section.md
running-nixos-tests-interactively.section.md
linking-nixos-tests-to-packages.section.md
```

View File

@@ -101,11 +101,24 @@ Creates an Option attribute set for an option that specifies the package a modul
**Note**: You shouldnt necessarily make package options for all of your modules. You can always overwrite a specific package throughout nixpkgs by using [nixpkgs overlays](https://nixos.org/manual/nixpkgs/stable/#chap-overlays).
The default package is specified as a list of strings representing its attribute path in nixpkgs. Because of this, you need to pass nixpkgs itself as the first argument.
The package is specified in the third argument under `default` as a list of strings
representing its attribute path in nixpkgs (or another package set).
Because of this, you need to pass nixpkgs itself (or a subset) as the first argument.
The second argument is the name of the option, used in the description "The \<name\> package to use.". You can also pass an example value, either a literal string or a package's attribute path.
The second argument may be either a string or a list of strings.
It provides the display name of the package in the description of the generated option
(using only the last element if the passed value is a list)
and serves as the fallback value for the `default` argument.
You can omit the default path if the name of the option is also attribute path in nixpkgs.
To include extra information in the description, pass `extraDescription` to
append arbitrary text to the generated description.
You can also pass an `example` value, either a literal string or an attribute path.
The default argument can be omitted if the provided name is
an attribute of pkgs (if name is a string) or a
valid attribute path in pkgs (if name is a list).
If you wish to explicitly provide no default, pass `null` as `default`.
During the transition to CommonMark documentation `mkPackageOption` creates an option with a DocBook description attribute, once the transition is completed it will create a CommonMark description instead. `mkPackageOptionMD` always creates an option with a CommonMark description attribute and will be removed some time after the transition is completed.
@@ -142,6 +155,21 @@ lib.mkOption {
```
:::
::: {#ex-options-declarations-util-mkPackageOption-extraDescription .example}
```nix
mkPackageOption pkgs [ "python39Packages" "pytorch" ] {
extraDescription = "This is an example and doesn't actually do anything.";
}
# is like
lib.mkOption {
type = lib.types.package;
default = pkgs.python39Packages.pytorch;
defaultText = lib.literalExpression "pkgs.python39Packages.pytorch";
description = "The pytorch package to use. This is an example and doesn't actually do anything.";
}
```
:::
## Extensible Option Types {#sec-option-declarations-eot}
Extensible option types is a feature that allow to extend certain types

View File

@@ -47,7 +47,7 @@ Most of these actions are either self-explaining but some of them have to do
with our units or the activation script. For this reason, these topics are
explained in the next sections.
```{=docbook}
<xi:include href="unit-handling.section.xml" />
<xi:include href="activation-script.section.xml" />
```{=include=} sections
unit-handling.section.md
activation-script.section.md
```

View File

@@ -83,7 +83,7 @@ Keep the following guidelines in mind when you create and add a topic:
## Adding a Topic to the Book {#sec-writing-docs-adding-a-topic}
Open the parent XML file and add an `xi:include` element to the list of
Open the parent CommonMark file and add a line to the list of
chapters with the file name of the topic that you created. If you
created a `section`, you add the file to the `chapter` file. If you created
a `chapter`, you add the file to the `part` file.

View File

@@ -189,14 +189,14 @@ in {
```
:::
```{=docbook}
<xi:include href="option-declarations.section.xml" />
<xi:include href="option-types.section.xml" />
<xi:include href="option-def.section.xml" />
<xi:include href="assertions.section.xml" />
<xi:include href="meta-attributes.section.xml" />
<xi:include href="importing-modules.section.xml" />
<xi:include href="replace-modules.section.xml" />
<xi:include href="freeform-modules.section.xml" />
<xi:include href="settings-options.section.xml" />
```{=include=} sections
option-declarations.section.md
option-types.section.md
option-def.section.md
assertions.section.md
meta-attributes.section.md
importing-modules.section.md
replace-modules.section.md
freeform-modules.section.md
settings-options.section.md
```

View File

@@ -470,6 +470,8 @@ In that case, `numpy` is chosen from the generic `python3Packages`.
The following options can be used when writing tests.
```{=docbook}
<xi:include href="../../generated/test-options-db.xml" xpointer="test-options-list"/>
```{=include=} options
id-prefix: test-opt-
list-id: test-options-list
source: @NIXOS_TEST_OPTIONS_JSON@
```

View File

@@ -0,0 +1,11 @@
# Installation {#ch-installation}
This section describes how to obtain, install, and configure NixOS for first-time use.
```{=include=} chapters
obtaining.chapter.md
installing.chapter.md
changing-config.chapter.md
upgrading.chapter.md
building-nixos.chapter.md
```

View File

@@ -1,18 +0,0 @@
<part xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch-installation">
<title>Installation</title>
<partintro xml:id="ch-installation-intro">
<para>
This section describes how to obtain, install, and configure NixOS for
first-time use.
</para>
</partintro>
<xi:include href="../from_md/installation/obtaining.chapter.xml" />
<xi:include href="../from_md/installation/installing.chapter.xml" />
<xi:include href="../from_md/installation/changing-config.chapter.xml" />
<xi:include href="../from_md/installation/upgrading.chapter.xml" />
<xi:include href="../from_md/installation/building-nixos.chapter.xml" />
</part>

View File

@@ -428,7 +428,7 @@ Use the following commands:
UEFI systems
: You must select a boot-loader, either system-boot or GRUB. The recommended
: You must select a boot-loader, either systemd-boot or GRUB. The recommended
option is systemd-boot: set the option [](#opt-boot.loader.systemd-boot.enable)
to `true`. `nixos-generate-config` should do this automatically
for new configurations when booted in UEFI mode.
@@ -441,10 +441,10 @@ Use the following commands:
If you want to use GRUB, set [](#opt-boot.loader.grub.device) to `nodev` and
[](#opt-boot.loader.grub.efiSupport) to `true`.
With system-boot, you should not need any special configuration to detect
With systemd-boot, you should not need any special configuration to detect
other installed systems. With GRUB, set [](#opt-boot.loader.grub.useOSProber)
to `true`, but this will only detect windows partitions, not other linux
distributions. If you dual boot another linux distribution, use system-boot
to `true`, but this will only detect windows partitions, not other Linux
distributions. If you dual boot another Linux distribution, use systemd-boot
instead.
If you need to configure networking for your machine the
@@ -602,11 +602,11 @@ With a partitioned disk.
## Additional installation notes {#sec-installation-additional-notes}
```{=docbook}
<xi:include href="installing-usb.section.xml" />
<xi:include href="installing-pxe.section.xml" />
<xi:include href="installing-kexec.section.xml" />
<xi:include href="installing-virtualbox-guest.section.xml" />
<xi:include href="installing-from-other-distro.section.xml" />
<xi:include href="installing-behind-a-proxy.section.xml" />
```{=include=} sections
installing-usb.section.md
installing-pxe.section.md
installing-kexec.section.md
installing-virtualbox-guest.section.md
installing-from-other-distro.section.md
installing-behind-a-proxy.section.md
```

View File

@@ -1,31 +0,0 @@
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude">
<refmeta>
<refentrytitle><filename>configuration.nix</filename>
</refentrytitle><manvolnum>5</manvolnum>
<refmiscinfo class="source">NixOS</refmiscinfo>
<!-- <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -->
</refmeta>
<refnamediv>
<refname><filename>configuration.nix</filename></refname>
<refpurpose>NixOS system configuration specification</refpurpose>
</refnamediv>
<refsection>
<title>Description</title>
<para>
The file <filename>/etc/nixos/configuration.nix</filename> contains the
declarative specification of your NixOS system configuration. The command
<command>nixos-rebuild</command> takes this file and realises the system
configuration specified therein.
</para>
</refsection>
<refsection>
<title>Options</title>
<para>
You can use the following options in <filename>configuration.nix</filename>.
</para>
<xi:include href="./generated/options-db.xml"
xpointer="configuration-variable-list" />
</refsection>
</refentry>

View File

@@ -14,5 +14,33 @@
<copyright><year>2007-2022</year><holder>Eelco Dolstra and the Nixpkgs/NixOS contributors</holder>
</copyright>
</info>
<xi:include href="man-configuration.xml" />
<refentry>
<refmeta>
<refentrytitle><filename>configuration.nix</filename>
</refentrytitle><manvolnum>5</manvolnum>
<refmiscinfo class="source">NixOS</refmiscinfo>
<!-- <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -->
</refmeta>
<refnamediv>
<refname><filename>configuration.nix</filename></refname>
<refpurpose>NixOS system configuration specification</refpurpose>
</refnamediv>
<refsection>
<title>Description</title>
<para>
The file <filename>/etc/nixos/configuration.nix</filename> contains the
declarative specification of your NixOS system configuration. The command
<command>nixos-rebuild</command> takes this file and realises the system
configuration specified therein.
</para>
</refsection>
<refsection>
<title>Options</title>
<para>
You can use the following options in <filename>configuration.nix</filename>.
</para>
<xi:include href="./generated/options-db.xml"
xpointer="configuration-variable-list" />
</refsection>
</refentry>
</reference>

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs as the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-build-vms \&8 "NixOS System Manager's Manual"
.el .Dt nixos-build-vms 8
.Os NixOS
.Dt nixos-build-vms 8
.Os
.Sh NAME
.Nm nixos-build-vms
.Nd build a network of virtual machines from a network of NixOS configurations

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs as the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-enter \&8 "NixOS System Manager's Manual"
.el .Dt nixos-enter 8
.Os NixOS
.Dt nixos-enter 8
.Os
.Sh NAME
.Nm nixos-enter
.Nd run a command in a NixOS chroot environment

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs as the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-generate-config \&8 "NixOS System Manager's Manual"
.el .Dt nixos-generate-config 8
.Os NixOS
.Dt nixos-generate-config 8
.Os
.Sh NAME
.Nm nixos-generate-config
.Nd generate NixOS configuration modules

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs as the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-install \&8 "NixOS System Manager's Manual"
.el .Dt nixos-install 8
.Os NixOS
.Dt nixos-install 8
.Os
.Sh NAME
.Nm nixos-install
.Nd install bootloader and NixOS

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs as the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-option \&8 "NixOS System Manager's Manual"
.el .Dt nixos-option 8
.Os NixOS
.Dt nixos-option 8
.Os
.Sh NAME
.Nm nixos-option
.Nd inspect a NixOS configuration

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-rebuild \&8 "NixOS System Manager's Manual"
.el .Dt nixos-rebuild 8
.Os NixOS
.Dt nixos-rebuild 8
.Os
.Sh NAME
.Nm nixos-rebuild
.Nd reconfigure a NixOS machine

View File

@@ -1,10 +1,6 @@
.Dd January 1, 1980
.\" nixpkgs groff will use Nixpkgs as the OS in the title by default, taking it from
.\" doc-default-operating-system. mandoc doesn't have this register set by default,
.\" so we can use it as a groff/mandoc switch.
.ie ddoc-default-operating-system .Dt nixos-version \&8 "NixOS System Manager's Manual"
.el .Dt nixos-version 8
.Os NixOS
.Dt nixos-version 8
.Os
.Sh NAME
.Nm nixos-version
.Nd show the NixOS version

View File

@@ -0,0 +1,53 @@
# NixOS Manual {#book-nixos-manual}
## Version @NIXOS_VERSION@
<!--
this is the top-level structure file for the nixos manual.
the manual structure extends the nixpkgs commonmark further with include
blocks to allow better organization of input text. there are six types of
include blocks: preface, parts, chapters, sections, appendix, and options.
each type except `options`` corresponds to the docbook elements of (roughly)
the same name, and can itself can further include blocks to denote its
substructure.
non-`options`` include blocks are fenced code blocks that list a number of
files to include, in the form
```{=include=} <type>
<file-name-1>
<file-name-2>
<...>
```
`options` include blocks do not list file names but contain a list of key-value
pairs that describe the options to be included and how to convert them into
elements of the manual output type:
```{=include=} options
id-prefix: <options id prefix>
list-id: <variable list element id>
source: <path to options.json>
```
-->
```{=include=} preface
preface.md
```
```{=include=} parts
installation/installation.md
configuration/configuration.md
administration/running.md
development/development.md
```
```{=include=} chapters
contributing-to-this-manual.chapter.md
```
```{=include=} appendix
nixos-options.md
release-notes/release-notes.md
```

View File

@@ -1,23 +0,0 @@
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="book-nixos-manual">
<info>
<title>NixOS Manual</title>
<subtitle>Version <xi:include href="./generated/version" parse="text" />
</subtitle>
</info>
<xi:include href="preface.xml" />
<xi:include href="installation/installation.xml" />
<xi:include href="configuration/configuration.xml" />
<xi:include href="administration/running.xml" />
<xi:include href="development/development.xml" />
<xi:include href="./from_md/contributing-to-this-manual.chapter.xml" />
<appendix xml:id="ch-options">
<title>Configuration Options</title>
<xi:include href="./generated/options-db.xml"
xpointer="configuration-variable-list" />
</appendix>
<xi:include href="release-notes/release-notes.xml" />
</book>

View File

@@ -0,0 +1,7 @@
# Configuration Options {#ch-options}
```{=include=} options
id-prefix: opt-
list-id: configuration-variable-list
source: @NIXOS_OPTIONS_JSON@
```

View File

@@ -0,0 +1,11 @@
# Preface {#preface}
This manual describes how to install, use and extend NixOS, a Linux distribution based on the purely functional package management system [Nix](https://nixos.org/nix), that is composed using modules and packages defined in the [Nixpkgs](https://nixos.org/nixpkgs) project.
Additional information regarding the Nix package manager and the Nixpkgs project can be found in respectively the [Nix manual](https://nixos.org/nix/manual) and the [Nixpkgs manual](https://nixos.org/nixpkgs/manual).
If you encounter problems, please report them on the [`Discourse`](https://discourse.nixos.org), the [Matrix room](https://matrix.to/#nix:nixos.org), or on the [`#nixos` channel on Libera.Chat](irc://irc.libera.chat/#nixos). Alternatively, consider [contributing to this manual](#chap-contributing). Bugs should be reported in [NixOS GitHub issue tracker](https://github.com/NixOS/nixpkgs/issues).
::: {.note}
Commands prefixed with `#` have to be run as root, either requiring to login as root user or temporarily switching to it using `sudo` for example.
:::

View File

@@ -1,42 +0,0 @@
<preface xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="preface">
<title>Preface</title>
<para>
This manual describes how to install, use and extend NixOS, a Linux
distribution based on the purely functional package management system
<link xlink:href="https://nixos.org/nix">Nix</link>, that is composed
using modules and packages defined in the
<link xlink:href="https://nixos.org/nixpkgs">Nixpkgs</link> project.
</para>
<para>
Additional information regarding the Nix package manager and the Nixpkgs
project can be found in respectively the
<link xlink:href="https://nixos.org/nix/manual">Nix manual</link> and the
<link xlink:href="https://nixos.org/nixpkgs/manual">Nixpkgs manual</link>.
</para>
<para>
If you encounter problems, please report them on the
<literal
xlink:href="https://discourse.nixos.org">Discourse</literal>,
the <link
xlink:href="https://matrix.to/#nix:nixos.org">Matrix room</link>,
or on the <link
xlink:href="irc://irc.libera.chat/#nixos">
<literal>#nixos</literal> channel on Libera.Chat</link>.
Alternatively, consider <link
xlink:href="#chap-contributing">
contributing to this manual</link>. Bugs should be
reported in
<link
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS
GitHub issue tracker</link>.
</para>
<note>
<para>
Commands prefixed with <literal>#</literal> have to be run as root, either
requiring to login as root user or temporarily switching to it using
<literal>sudo</literal> for example.
</para>
</note>
</preface>

View File

@@ -0,0 +1,25 @@
# Release Notes {#ch-release-notes}
This section lists the release notes for each stable version of NixOS and current unstable revision.
```{=include=} sections
rl-2305.section.md
rl-2211.section.md
rl-2205.section.md
rl-2111.section.md
rl-2105.section.md
rl-2009.section.md
rl-2003.section.md
rl-1909.section.md
rl-1903.section.md
rl-1809.section.md
rl-1803.section.md
rl-1709.section.md
rl-1703.section.md
rl-1609.section.md
rl-1603.section.md
rl-1509.section.md
rl-1412.section.md
rl-1404.section.md
rl-1310.section.md
```

View File

@@ -1,30 +0,0 @@
<appendix xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch-release-notes">
<title>Release Notes</title>
<para>
This section lists the release notes for each stable version of NixOS and
current unstable revision.
</para>
<xi:include href="../from_md/release-notes/rl-2305.section.xml" />
<xi:include href="../from_md/release-notes/rl-2211.section.xml" />
<xi:include href="../from_md/release-notes/rl-2205.section.xml" />
<xi:include href="../from_md/release-notes/rl-2111.section.xml" />
<xi:include href="../from_md/release-notes/rl-2105.section.xml" />
<xi:include href="../from_md/release-notes/rl-2009.section.xml" />
<xi:include href="../from_md/release-notes/rl-2003.section.xml" />
<xi:include href="../from_md/release-notes/rl-1909.section.xml" />
<xi:include href="../from_md/release-notes/rl-1903.section.xml" />
<xi:include href="../from_md/release-notes/rl-1809.section.xml" />
<xi:include href="../from_md/release-notes/rl-1803.section.xml" />
<xi:include href="../from_md/release-notes/rl-1709.section.xml" />
<xi:include href="../from_md/release-notes/rl-1703.section.xml" />
<xi:include href="../from_md/release-notes/rl-1609.section.xml" />
<xi:include href="../from_md/release-notes/rl-1603.section.xml" />
<xi:include href="../from_md/release-notes/rl-1509.section.xml" />
<xi:include href="../from_md/release-notes/rl-1412.section.xml" />
<xi:include href="../from_md/release-notes/rl-1404.section.xml" />
<xi:include href="../from_md/release-notes/rl-1310.section.xml" />
</appendix>

View File

@@ -40,8 +40,12 @@ In addition to numerous new and upgraded packages, this release has the followin
- [goeland](https://github.com/slurdge/goeland), an alternative to rss2email written in golang with many filters. Available as [services.goeland](#opt-services.goeland.enable).
- [tts](https://github.com/coqui-ai/TTS), a battle-tested deep learning toolkit for Text-to-Speech. Mutiple servers may be configured below [services.tts.servers](#opt-services.tts.servers).
- [atuin](https://github.com/ellie/atuin), a sync server for shell history. Available as [services.atuin](#opt-services.atuin.enable).
- [networkd-dispatcher](https://gitlab.com/craftyguy/networkd-dispatcher), a dispatcher service for systemd-networkd connection status changes. Available as [services.networkd-dispatcher](#opt-services.networkd-dispatcher.enable).
- [mmsd](https://gitlab.com/kop316/mmsd), a lower level daemon that transmits and recieves MMSes. Available as [services.mmsd](#opt-services.mmsd.enable).
- [QDMR](https://dm3mat.darc.de/qdmr/), a GUI application and command line tool for programming DMR radios [programs.qdmr](#opt-programs.qdmr.enable)
@@ -74,6 +78,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- `git-bug` has been updated to at least version 0.8.0, which includes backwards incompatible changes. The `git-bug-migration` package can be used to upgrade existing repositories.
- `keepassx` and `keepassx2` have been removed, due to upstream [stopping development](https://www.keepassx.org/index.html%3Fp=636.html). Consider [KeePassXC](https://keepassxc.org) as a maintained alternative.
- The `services.kubo.settings` option is now no longer stateful. If you changed any of the options in `services.kubo.settings` in the past and then removed them from your NixOS configuration again, those changes are still in your Kubo configuration file but will now be reset to the default. If you're unsure, you may want to make a backup of your configuration file (probably /var/lib/ipfs/config) and compare after the update.
- The EC2 image module no longer fetches instance metadata in stage-1. This results in a significantly smaller initramfs, since network drivers no longer need to be included, and faster boots, since metadata fetching can happen in parallel with startup of other services.
@@ -99,7 +105,7 @@ In addition to numerous new and upgraded packages, this release has the followin
- The EC2 image module previously detected and automatically mounted ext3-formatted instance store devices and partitions in stage-1 (initramfs), storing `/tmp` on the first discovered device. This behaviour, which only catered to very specific use cases and could not be disabled, has been removed. Users relying on this should provide their own implementation, and probably use ext4 and perform the mount in stage-2.
- `teleport` has been upgraded to major version 11. Please see upstream [upgrade instructions](https://goteleport.com/docs/setup/operations/upgrading/) and [release notes](https://goteleport.com/docs/changelog/#1100).
- `teleport` has been upgraded from major version 10 to major version 12. Please see upstream [upgrade instructions](https://goteleport.com/docs/setup/operations/upgrading/) and release notes for versions [11](https://goteleport.com/docs/changelog/#1100) and [12](https://goteleport.com/docs/changelog/#1201). Note that Teleport does not officially support upgrades across more than one major version at a time. If you're running Teleport server components, it is recommended to first upgrade to an intermediate 11.x version by setting `services.teleport.package = pkgs.teleport_11`. Afterwards, this option can be removed to upgrade to the default version (12).
- The EC2 image module previously detected and activated swap-formatted instance store devices and partitions in stage-1 (initramfs). This behaviour has been removed. Users relying on this should provide their own implementation.
@@ -111,6 +117,8 @@ In addition to numerous new and upgraded packages, this release has the followin
- The [services.wordpress.sites.&lt;name&gt;.plugins](#opt-services.wordpress.sites._name_.plugins) and [services.wordpress.sites.&lt;name&gt;.themes](#opt-services.wordpress.sites._name_.themes) options have been converted from sets to attribute sets to allow for consumers to specify explicit install paths via attribute name.
- `protonmail-bridge` package has been updated to v3.0 and the CLI executable is now named bridge instead of protonmail-bridge to be more in line with upstream.
- Nebula now runs as a system user and group created for each nebula network, using the `CAP_NET_ADMIN` ambient capability on launch rather than starting as root. Ensure that any files each Nebula instance needs to access are owned by the correct user and group, by default `nebula-${networkName}`.
- In `mastodon` it is now necessary to specify location of file with `PostgreSQL` database password. In `services.mastodon.database.passwordFile` parameter default value `/var/lib/mastodon/secrets/db-password` has been changed to `null`.
@@ -128,12 +136,16 @@ In addition to numerous new and upgraded packages, this release has the followin
[upstream's release notes](https://github.com/iputils/iputils/releases/tag/20221126)
for more details and available replacements.
- [services.xserver.videoDrivers](options.html#opt-services.xserver.videoDrivers) now defaults to the `modesetting` driver over device-specific ones. The `radeon`, `amdgpu` and `nouveau` drivers are still available, but effectively unmaintained and not recommended for use.
## Other Notable Changes {#sec-release-23.05-notable-changes}
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- `vim_configurable` has been renamed to `vim-full` to avoid confusion: `vim-full`'s build-time features are configurable, but both `vim` and `vim-full` are _customizable_ (in the sense of user configuration, like vimrc).
- Pantheon now defaults to Mutter 42 and GNOME settings daemon 42, all Pantheon packages are now tracking elementary OS 7 updates.
- The module for the application firewall `opensnitch` got the ability to configure rules. Available as [services.opensnitch.rules](#opt-services.opensnitch.rules)
- The module `usbmuxd` now has the ability to change the package used by the daemon. In case you're experiencing issues with `usbmuxd` you can try an alternative program like `usbmuxd2`. Available as [services.usbmuxd.package](#opt-services.usbmuxd.package)
@@ -251,8 +263,12 @@ In addition to numerous new and upgraded packages, this release has the followin
- The `unifi-poller` package and corresponding NixOS module have been renamed to `unpoller` to match upstream.
- `protonmail-bridge` package has been updated to v3.0 and the CLI executable is now named bridge instead of protonmail-bridge to be more in line with upstream.
- The new option `services.tailscale.useRoutingFeatures` controls various settings for using Tailscale features like exit nodes and subnet routers. If you wish to use your machine as an exit node, you can set this setting to `server`, otherwise if you wish to use an exit node you can set this setting to `client`. The strict RPF warning has been removed as the RPF will be loosened automatically based on the value of this setting.
- `openjdk` from version 11 and above is not build with `openjfx` (i.e.: JavaFX) support by default anymore. You can re-enable it by overriding, e.g.: `openjdk11.override { enableJavaFX = true; };`.
- [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package.
- `tvbrowser-bin` was removed, and now `tvbrowser` is built from source.
@@ -262,3 +278,5 @@ In addition to numerous new and upgraded packages, this release has the followin
- The option `services.nomad.extraSettingsPlugins` has been fixed to allow more than one plugin in the path.
- The option `services.prometheus.exporters.pihole.interval` does not exist anymore and has been removed.
- `k3s` can now be configured with an EnvironmentFile for its systemd service, allowing secrets to be provided without ending up in the Nix Store.

View File

@@ -1,8 +0,0 @@
let
pkgs = import ../../.. { };
in
pkgs.mkShell {
name = "nixos-manual";
packages = with pkgs; [ xmlformat jing xmloscopy ruby ];
}

View File

@@ -1,124 +0,0 @@
#!/usr/bin/env ruby
# This script is written intended as a living, evolving tooling
# to fix oopsies within the docbook documentation.
#
# This is *not* a formatter. It, instead, handles some known cases
# where something bad happened, and fixing it manually is tedious.
#
# Read the code to see the different cases it handles.
#
# ALWAYS `make format` after fixing with this!
# ALWAYS read the changes, this tool isn't yet proven to be always right.
require "rexml/document"
include REXML
if ARGV.length < 1 then
$stderr.puts "Needs a filename."
exit 1
end
filename = ARGV.shift
doc = Document.new(File.open(filename))
$touched = false
# Fixing varnames having a sibling element without spacing.
# This is to fix an initial `xmlformat` issue where `term`
# would mangle as spaces.
#
# <varlistentry>
# <term><varname>types.separatedString</varname><replaceable>sep</replaceable> <----
# </term>
# ...
#
# Generates: types.separatedStringsep
# ^^^^
#
# <varlistentry xml:id='fun-makeWrapper'>
# <term>
# <function>makeWrapper</function><replaceable>executable</replaceable><replaceable>wrapperfile</replaceable><replaceable>args</replaceable> <----
# </term>
#
# Generates: makeWrapperexecutablewrapperfileargs
# ^^^^ ^^^^ ^^ ^^
#
# <term>
# <option>--option</option><replaceable>name</replaceable><replaceable>value</replaceable> <-----
# </term>
#
# Generates: --optionnamevalue
# ^^ ^^
doc.elements.each("//varlistentry/term") do |term|
["varname", "function", "option", "replaceable"].each do |prev_name|
term.elements.each(prev_name) do |el|
if el.next_element and
el.next_element.name == "replaceable" and
el.next_sibling_node.class == Element
then
$touched = true
term.insert_after(el, Text.new(" "))
end
end
end
end
# <cmdsynopsis>
# <command>nixos-option</command>
# <arg>
# <option>-I</option><replaceable>path</replaceable> <------
# </arg>
#
# Generates: -Ipath
# ^^
doc.elements.each("//cmdsynopsis/arg") do |term|
["option", "replaceable"].each do |prev_name|
term.elements.each(prev_name) do |el|
if el.next_element and
el.next_element.name == "replaceable" and
el.next_sibling_node.class == Element
then
$touched = true
term.insert_after(el, Text.new(" "))
end
end
end
end
# <cmdsynopsis>
# <arg>
# <group choice='req'>
# <arg choice='plain'>
# <option>--profile-name</option>
# </arg>
#
# <arg choice='plain'>
# <option>-p</option>
# </arg>
# </group><replaceable>name</replaceable> <----
# </arg>
#
# Generates: [{--profile-name | -p }name]
# ^^^^
doc.elements.each("//cmdsynopsis/arg") do |term|
["group"].each do |prev_name|
term.elements.each(prev_name) do |el|
if el.next_element and
el.next_element.name == "replaceable" and
el.next_sibling_node.class == Element
then
$touched = true
term.insert_after(el, Text.new(" "))
end
end
end
end
if $touched then
doc.context[:attribute_quote] = :quote
doc.write(output: File.open(filename, "w"))
end

View File

@@ -91,18 +91,24 @@ let
in rec {
inherit optionsNix;
optionsAsciiDoc = pkgs.runCommand "options.adoc" {} ''
${pkgs.python3Minimal}/bin/python ${./generateDoc.py} \
--format asciidoc \
optionsAsciiDoc = pkgs.runCommand "options.adoc" {
nativeBuildInputs = [ pkgs.nixos-render-docs ];
} ''
nixos-render-docs -j $NIX_BUILD_CORES options asciidoc \
--manpage-urls ${pkgs.path + "/doc/manpage-urls.json"} \
--revision ${lib.escapeShellArg revision} \
${optionsJSON}/share/doc/nixos/options.json \
> $out
$out
'';
optionsCommonMark = pkgs.runCommand "options.md" {} ''
${pkgs.python3Minimal}/bin/python ${./generateDoc.py} \
--format commonmark \
optionsCommonMark = pkgs.runCommand "options.md" {
nativeBuildInputs = [ pkgs.nixos-render-docs ];
} ''
nixos-render-docs -j $NIX_BUILD_CORES options commonmark \
--manpage-urls ${pkgs.path + "/doc/manpage-urls.json"} \
--revision ${lib.escapeShellArg revision} \
${optionsJSON}/share/doc/nixos/options.json \
> $out
$out
'';
optionsJSON = pkgs.runCommand "options.json"
@@ -152,7 +158,7 @@ in rec {
pkgs.nixos-render-docs
];
} ''
nixos-render-docs options docbook \
nixos-render-docs -j $NIX_BUILD_CORES options docbook \
--manpage-urls ${pkgs.path + "/doc/manpage-urls.json"} \
--revision ${lib.escapeShellArg revision} \
--document-type ${lib.escapeShellArg documentType} \

View File

@@ -1,112 +0,0 @@
import argparse
import json
import sys
formats = ['commonmark', 'asciidoc']
parser = argparse.ArgumentParser(
description = 'Generate documentation for a set of JSON-formatted NixOS options'
)
parser.add_argument(
'nix_options_path',
help = 'a path to a JSON file containing the NixOS options'
)
parser.add_argument(
'-f',
'--format',
choices = formats,
required = True,
help = f'the documentation format to generate'
)
args = parser.parse_args()
class OptionsEncoder(json.JSONEncoder):
def encode(self, obj):
# Unpack literal expressions and other Nix types.
# Don't escape the strings: they were escaped when initially serialized to JSON.
if isinstance(obj, dict):
_type = obj.get('_type')
if _type is not None:
if _type == 'literalExpression' or _type == 'literalDocBook':
return obj['text']
if _type == 'derivation':
return obj['name']
raise Exception(f'Unexpected type `{_type}` in {json.dumps(obj)}')
return super().encode(obj)
def generate_commonmark(options):
for (name, value) in options.items():
print('##', name.replace('<', '&lt;').replace('>', '&gt;'))
print(value['description'])
print()
if 'type' in value:
print('*_Type_*')
print ('```')
print(value['type'])
print ('```')
print()
print()
if 'default' in value:
print('*_Default_*')
print('```')
print(json.dumps(value['default'], cls=OptionsEncoder, ensure_ascii=False, separators=(',', ':')))
print('```')
print()
print()
if 'example' in value:
print('*_Example_*')
print('```')
print(json.dumps(value['example'], cls=OptionsEncoder, ensure_ascii=False, separators=(',', ':')))
print('```')
print()
print()
# TODO: declarations: link to github
def generate_asciidoc(options):
for (name, value) in options.items():
print(f'== {name}')
print()
print(value['description'])
print()
print('[discrete]')
print('=== details')
print()
print(f'Type:: {value["type"]}')
if 'default' in value:
print('Default::')
print('+')
print('----')
print(json.dumps(value['default'], cls=OptionsEncoder, ensure_ascii=False, separators=(',', ':')))
print('----')
print()
else:
print('No Default:: {blank}')
if value['readOnly']:
print('Read Only:: {blank}')
else:
print()
if 'example' in value:
print('Example::')
print('+')
print('----')
print(json.dumps(value['example'], cls=OptionsEncoder, ensure_ascii=False, separators=(',', ':')))
print('----')
print()
else:
print('No Example:: {blank}')
print()
with open(args.nix_options_path) as nix_options_json:
options = json.load(nix_options_json)
if args.format == 'commonmark':
generate_commonmark(options)
elif args.format == 'asciidoc':
generate_asciidoc(options)
else:
raise Exception(f'Unsupported documentation format `--format {args.format}`')

View File

@@ -22,7 +22,7 @@ in
};
timeout = lib.mkOption {
type = types.nullOr types.int;
default = null; # NOTE: null values are filtered out by `meta`.
default = 3600; # 1 hour
description = mdDoc ''
The [{option}`test`](#test-opt-test)'s [`meta.timeout`](https://nixos.org/manual/nixpkgs/stable/#var-meta-timeout) in seconds.
'';

View File

@@ -168,7 +168,6 @@ in
"${config.boot.initrd.systemd.package.kbd}/bin/setfont"
"${config.boot.initrd.systemd.package.kbd}/bin/loadkeys"
"${config.boot.initrd.systemd.package.kbd.gzip}/bin/gzip" # Fonts and keyboard layouts are compressed
"${config.boot.initrd.systemd.package.kbd.gzip}/bin/.gzip-wrapped"
] ++ optionals (hasPrefix builtins.storeDir cfg.font) [
"${cfg.font}"
] ++ optionals (hasPrefix builtins.storeDir cfg.keyMap) [

View File

@@ -67,6 +67,7 @@ with lib;
stoken = super.stoken.override { withGTK3 = false; };
# translateManpages -> perlPackages.po4a -> texlive-combined-basic -> texlive-core-big -> libX11
util-linux = super.util-linux.override { translateManpages = false; };
vim-full = super.vim-full.override { guiSupport = false; };
zbar = super.zbar.override { enableVideo = false; withXorg = false; };
}));
};

View File

@@ -215,10 +215,12 @@ foreach my $u (@{$spec->{users}}) {
} else {
$u->{uid} = allocUid($name, $u->{isSystemUser}) if !defined $u->{uid};
if (defined $u->{initialPassword}) {
$u->{hashedPassword} = hashPassword($u->{initialPassword});
} elsif (defined $u->{initialHashedPassword}) {
$u->{hashedPassword} = $u->{initialHashedPassword};
if (!defined $u->{hashedPassword}) {
if (defined $u->{initialPassword}) {
$u->{hashedPassword} = hashPassword($u->{initialPassword});
} elsif (defined $u->{initialHashedPassword}) {
$u->{hashedPassword} = $u->{initialHashedPassword};
}
}
}

View File

@@ -273,6 +273,9 @@ let
{command}`passwd` command. Otherwise, it's
equivalent to setting the {option}`hashedPassword` option.
Note that the {option}`hashedPassword` option will override
this option if both are set.
${hashedPasswordDescription}
'';
};
@@ -291,6 +294,9 @@ let
is world-readable in the Nix store, so it should only be
used for guest accounts or passwords that will be changed
promptly.
Note that the {option}`password` option will override this
option if both are set.
'';
};

View File

@@ -65,8 +65,6 @@ in {
] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware
++ optionals (versionOlder config.boot.kernelPackages.kernel.version "4.13") [
rtl8723bs-firmware
] ++ optionals (versionOlder config.boot.kernelPackages.kernel.version "5.16") [
rtw89-firmware
];
hardware.wirelessRegulatoryDatabase = true;
})

View File

@@ -0,0 +1,18 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.hardware.flipperzero;
in
{
options.hardware.flipperzero.enable = mkEnableOption (mdDoc "udev rules and software for Flipper Zero devices");
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.qFlipper ];
services.udev.packages = [ pkgs.qFlipper ];
};
}

View File

@@ -0,0 +1,16 @@
{ config, lib, pkgs, ... }:
let
cfg = config.hardware.keyboard.qmk;
inherit (lib) mdDoc mkEnableOption mkIf;
in
{
options.hardware.keyboard.qmk = {
enable = mkEnableOption (mdDoc "non-root access to the firmware of QMK keyboards");
};
config = mkIf cfg.enable {
services.udev.packages = [ pkgs.qmk-udev-rules ];
};
}

View File

@@ -1,16 +1,16 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.hardware.keyboard.teck;
inherit (lib) mdDoc mkEnableOption mkIf;
in
{
options.hardware.keyboard.teck = {
enable = mkEnableOption (lib.mdDoc "non-root access to the firmware of TECK keyboards");
enable = mkEnableOption (mdDoc "non-root access to the firmware of TECK keyboards");
};
config = mkIf cfg.enable {
services.udev.packages = [ pkgs.teck-udev-rules ];
};
}

View File

@@ -1,13 +1,14 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.hardware.keyboard.uhk;
inherit (lib) mdDoc mkEnableOption mkIf;
in
{
options.hardware.keyboard.uhk = {
enable = mkEnableOption (lib.mdDoc ''
non-root access to the firmware of UHK keyboards.
enable = mkEnableOption (mdDoc ''
non-root access to the firmware of UHK keyboards.
You need it when you want to flash a new firmware on the keyboard.
Access to the keyboard is granted to users in the "input" group.
You may want to install the uhk-agent package.

View File

@@ -1,21 +1,18 @@
{ config, lib, pkgs, ... }:
let
inherit (lib) mkOption mkIf types;
cfg = config.hardware.keyboard.zsa;
inherit (lib) mkEnableOption mkIf mdDoc;
in
{
options.hardware.keyboard.zsa = {
enable = mkOption {
type = types.bool;
default = false;
description = lib.mdDoc ''
Enables udev rules for keyboards from ZSA like the ErgoDox EZ, Planck EZ and Moonlander Mark I.
You need it when you want to flash a new configuration on the keyboard
or use their live training in the browser.
You may want to install the wally-cli package.
'';
};
enable = mkEnableOption (mdDoc ''
udev rules for keyboards from ZSA like the ErgoDox EZ, Planck EZ and Moonlander Mark I.
You need it when you want to flash a new configuration on the keyboard
or use their live training in the browser.
You may want to install the wally-cli package.
'');
};
config = mkIf cfg.enable {

View File

@@ -461,7 +461,9 @@ in
# If requested enable modesetting via kernel parameter.
boot.kernelParams = optional (offloadCfg.enable || cfg.modesetting.enable) "nvidia-drm.modeset=1"
++ optional cfg.powerManagement.enable "nvidia.NVreg_PreserveVideoMemoryAllocations=1"
++ optional cfg.open "nvidia.NVreg_OpenRmEnableUnsupportedGpus=1";
++ optional cfg.open "nvidia.NVreg_OpenRmEnableUnsupportedGpus=1"
# proprietary driver is not compiled with support for X86_KERNEL_IBT
++ optional (!cfg.open && config.boot.kernelPackages.kernel.kernelAtLeast "6.2") "ibt=off";
services.udev.extraRules =
''

View File

@@ -0,0 +1,49 @@
# To build, use:
# nix-build nixos -I nixos-config=nixos/modules/installer/sd-card/sd-image-powerpc64le.nix -A config.system.build.sdImage
{ config, lib, pkgs, ... }:
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];
boot.loader = {
# powerpc64le-linux typically uses petitboot
grub.enable = false;
generic-extlinux-compatible = {
# petitboot is not does not support all of the extlinux extensions to
# syslinux, but its parser is very forgiving; it essentially ignores
# whatever it doesn't understand. See below for a filename adjustment.
enable = true;
};
};
boot.consoleLogLevel = lib.mkDefault 7;
boot.kernelParams = [ "console=hvc0" ];
sdImage = {
populateFirmwareCommands = "";
populateRootCommands = ''
mkdir -p ./files/boot
${config.boot.loader.generic-extlinux-compatible.populateCmd} \
-c ${config.system.build.toplevel} \
-d ./files/boot
''
# https://github.com/open-power/petitboot/blob/master/discover/syslinux-parser.c
# petitboot will look in these paths (plus all-caps versions of them):
# /boot/syslinux/syslinux.cfg
# /syslinux/syslinux.cfg
# /syslinux.cfg
+ ''
mv ./files/boot/extlinux ./files/boot/syslinux
mv ./files/boot/syslinux/extlinux.conf ./files/boot/syslinux/syslinux.cfg
''
# petitboot does not support relative paths for LINUX or INITRD; it prepends
# a `/` when parsing these fields
+ ''
sed -i 's_^\(\W\W*\(INITRD\|initrd\|LINUX\|linux\)\W\)\.\./_\1/boot/_' ./files/boot/syslinux/syslinux.cfg
'';
};
}

View File

@@ -1,7 +1,7 @@
{
x86_64-linux = "/nix/store/lsr79q5xqd9dv97wn87x12kzax8s8i1s-nix-2.13.2";
i686-linux = "/nix/store/wky9xjwiwzpifgk0s3f2nrg8nr67bi7x-nix-2.13.2";
aarch64-linux = "/nix/store/v8drr3x1ia6bdr8y4vl79mlz61xynrpm-nix-2.13.2";
x86_64-darwin = "/nix/store/1l14si31p4aw7c1gwgjy0nq55k38j9nj-nix-2.13.2";
aarch64-darwin = "/nix/store/6x7nr1r780fgn254zhkwhih3f3i8cr45-nix-2.13.2";
x86_64-linux = "/nix/store/mc43d38fibi94pp5crfwacl5gbslccd0-nix-2.13.3";
i686-linux = "/nix/store/09m966pj26cgd4ihlg8ihl1106j3vih8-nix-2.13.3";
aarch64-linux = "/nix/store/7f191d125akld27gc6jl0r13l8pl7x0h-nix-2.13.3";
x86_64-darwin = "/nix/store/1wn9jkvi2zqfjnjgg7lnp30r2q2y8whd-nix-2.13.3";
aarch64-darwin = "/nix/store/8w0v2mffa10chrf1h66cbvbpw86qmh85-nix-2.13.3";
}

View File

@@ -510,7 +510,6 @@ in
#seeks = 148; # removed 2020-06-21
prosody = 149;
i2pd = 150;
systemd-coredump = 151;
systemd-network = 152;
systemd-resolve = 153;
systemd-timesync = 154;

View File

@@ -53,11 +53,13 @@
./hardware/cpu/intel-sgx.nix
./hardware/device-tree.nix
./hardware/digitalbitbox.nix
./hardware/flipperzero.nix
./hardware/flirc.nix
./hardware/gkraken.nix
./hardware/gpgsmartcards.nix
./hardware/hackrf.nix
./hardware/i2c.nix
./hardware/keyboard/qmk.nix
./hardware/keyboard/teck.nix
./hardware/keyboard/uhk.nix
./hardware/keyboard/zsa.nix
@@ -314,6 +316,7 @@
./services/audio/snapserver.nix
./services/audio/spotifyd.nix
./services/audio/squeezelite.nix
./services/audio/tts.nix
./services/audio/ympd.nix
./services/backup/automysqlbackup.nix
./services/backup/bacula.nix
@@ -912,6 +915,7 @@
./services/networking/ndppd.nix
./services/networking/nebula.nix
./services/networking/netbird.nix
./services/networking/networkd-dispatcher.nix
./services/networking/networkmanager.nix
./services/networking/nextdns.nix
./services/networking/nftables.nix
@@ -1049,6 +1053,7 @@
./services/search/kibana.nix
./services/search/meilisearch.nix
./services/search/opensearch.nix
./services/search/qdrant.nix
./services/search/solr.nix
./services/security/aesmd.nix
./services/security/certmgr.nix
@@ -1164,6 +1169,7 @@
./services/web-apps/moodle.nix
./services/web-apps/netbox.nix
./services/web-apps/nextcloud.nix
./services/web-apps/nextcloud-notify_push.nix
./services/web-apps/nexus.nix
./services/web-apps/nifi.nix
./services/web-apps/node-red.nix

View File

@@ -22,6 +22,5 @@ in
config = mkIf cfg.enable {
services.udev.packages = [ cfg.package ];
environment.systemPackages = [ cfg.package ];
users.groups.flashrom = { };
};
}

View File

@@ -0,0 +1,151 @@
{ config
, lib
, pkgs
, ...
}:
let
cfg = config.services.tts;
in
{
options.services.tts = let
inherit (lib) literalExpression mkOption mdDoc mkEnableOption types;
in {
servers = mkOption {
type = types.attrsOf (types.submodule (
{ ... }: {
options = {
enable = mkEnableOption (mdDoc "Coqui TTS server");
port = mkOption {
type = types.port;
example = 5000;
description = mdDoc ''
Port to bind the TTS server to.
'';
};
model = mkOption {
type = types.nullOr types.str;
default = "tts_models/en/ljspeech/tacotron2-DDC";
example = null;
description = mdDoc ''
Name of the model to download and use for speech synthesis.
Check `tts-server --list_models` for possible values.
Set to `null` to use a custom model.
'';
};
useCuda = mkOption {
type = types.bool;
default = false;
example = true;
description = mdDoc ''
Whether to offload computation onto a CUDA compatible GPU.
'';
};
extraArgs = mkOption {
type = types.listOf types.str;
default = [];
description = mdDoc ''
Extra arguments to pass to the server commandline.
'';
};
};
}
));
default = {};
example = literalExpression ''
{
english = {
port = 5300;
model = "tts_models/en/ljspeech/tacotron2-DDC";
};
german = {
port = 5301;
model = "tts_models/de/thorsten/tacotron2-DDC";
};
dutch = {
port = 5302;
model = "tts_models/nl/mai/tacotron2-DDC";
};
}
'';
description = mdDoc ''
TTS server instances.
'';
};
};
config = let
inherit (lib) mkIf mapAttrs' nameValuePair optionalString concatMapStringsSep escapeShellArgs;
in mkIf (cfg.servers != {}) {
systemd.services = mapAttrs' (server: options:
nameValuePair "tts-${server}" {
description = "Coqui TTS server instance ${server}";
after = [
"network-online.target"
];
wantedBy = [
"multi-user.target"
];
path = with pkgs; [
espeak-ng
];
environment.HOME = "/var/lib/tts";
serviceConfig = {
DynamicUser = true;
User = "tts";
StateDirectory = "tts";
ExecStart = "${pkgs.tts}/bin/tts-server --port ${toString options.port}"
+ optionalString (options.model != null) " --model_name ${options.model}"
+ optionalString (options.useCuda) " --use_cuda"
+ (concatMapStringsSep " " escapeShellArgs options.extraArgs);
CapabilityBoundingSet = "";
DeviceAllow = if options.useCuda then [
# https://docs.nvidia.com/dgx/pdf/dgx-os-5-user-guide.pdf
"/dev/nvidia1"
"/dev/nvidia2"
"/dev/nvidia3"
"/dev/nvidia4"
"/dev/nvidia-caps/nvidia-cap1"
"/dev/nvidia-caps/nvidia-cap2"
"/dev/nvidiactl"
"/dev/nvidia-modeset"
"/dev/nvidia-uvm"
"/dev/nvidia-uvm-tools"
] else "";
DevicePolicy = "closed";
LockPersonality = true;
# jit via numba->llvmpipe
MemoryDenyWriteExecute = false;
PrivateDevices = true;
PrivateUsers = true;
ProtectHome = true;
ProtectHostname = true;
ProtectKernelLogs = true;
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectControlGroups = true;
ProtectProc = "invisible";
ProcSubset = "pid";
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
];
RestrictNamespaces = true;
RestrictRealtime = true;
SystemCallArchitectures = "native";
SystemCallFilter = [
"@system-service"
"~@privileged"
];
UMask = "0077";
};
}) cfg.servers;
};
}

View File

@@ -128,7 +128,7 @@ To backup your home directory to borgbase you have to:
- Initialize the repository on the server. Eg.
sudo borg init --encryption=repokey-blake2 \
-rsh "ssh -i /run/keys/id_ed25519_borgbase" \
--rsh "ssh -i /run/keys/id_ed25519_borgbase" \
zzz2aaaaa@zzz2aaaaa.repo.borgbase.com:repo
- Add it to your NixOS configuration, e.g.

View File

@@ -106,6 +106,14 @@ in
description = lib.mdDoc "Only run the server. This option only makes sense for a server.";
};
environmentFile = mkOption {
type = types.nullOr types.path;
description = lib.mdDoc ''
File path containing environment variables for configuring the k3s service in the format of an EnvironmentFile. See systemd.exec(5).
'';
default = null;
};
configPath = mkOption {
type = types.nullOr types.path;
default = null;
@@ -154,6 +162,7 @@ in
LimitNPROC = "infinity";
LimitCORE = "infinity";
TasksMax = "infinity";
EnvironmentFile = cfg.environmentFile;
ExecStart = concatStringsSep " \\\n " (
[
"${cfg.package}/bin/k3s ${cfg.role}"

Some files were not shown because too many files have changed in this diff Show More