about summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* Merge pull request #297452 from adamcstephens/slimserver/8.5.0Adam C. Stephens2024-03-20
|\ | | | | slimserver: 8.4.0 -> 8.5.0
| * slimserver: add updatescript, move to by-nameAdam Stephens2024-03-20
| |
* | Merge pull request #297458 from r-ryantm/auto-update/klipperBernardo Meurer2024-03-20
|\ \ | | | | | | klipper: unstable-2024-03-15 -> unstable-2024-03-19
| * | klipper: unstable-2024-03-15 -> unstable-2024-03-19R. Ryantm2024-03-20
| |/
* | Merge pull request #297285 from r-ryantm/auto-update/mackerel-agentNick Cao2024-03-20
|\ \ | |/ |/| mackerel-agent: 0.79.0 -> 0.80.0
| * mackerel-agent: 0.79.0 -> 0.80.0R. Ryantm2024-03-19
| |
* | Merge pull request #297252 from ckiee/mhookshot-redundant-rust-depMartin Weinelt2024-03-20
|\ \ | | | | | | matrix-hookshot: avoid runtime dependency on rustc
| * | matrix-hookshot: avoid runtime dependency on rustcckie2024-03-19
| | | | | | | | | | | | | | | | | | Nix previously would see a reference to rustc's store path in .rustc_info.json and proceed to register it as a runtime dependecy. Delete it so it doesn't.
* | | Merge pull request #296923 from wegank/hqplayerd-bumpBernardo Meurer2024-03-19
|\ \ \
| * | | hqplayerd: 5.2.0-6 -> 5.5.0-13Weijia Wang2024-03-18
| | | |
* | | | Merge pull request #297282 from r-ryantm/auto-update/redpanda-clientYt2024-03-19
|\ \ \ \ | | | | | | | | | | redpanda-client: 23.3.8 -> 23.3.9
| * | | | redpanda-client: 23.3.8 -> 23.3.9R. Ryantm2024-03-19
| | |_|/ | |/| |
* | | | Merge pull request #295567 from r-ryantm/auto-update/weaviateWeijia Wang2024-03-19
|\ \ \ \ | | | | | | | | | | weaviate: 1.24.1 -> 1.24.4
| * | | | weaviate: 1.24.1 -> 1.24.4R. Ryantm2024-03-17
| | | | |
* | | | | Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactorSomeone2024-03-19
|\ \ \ \ \ | | | | | | | | | | | | cudaPackages: generalize and refactor setup hooks
| * | | | | cudaPackages: generalize and refactor setup hookYann Hamdaoui2024-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR refactor CUDA setup hooks, and in particular autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a lot of code in common (in fact, I introduced the latter by copy pasting most of the bash script of the former). This is not satisfying for maintenance, as a recent patch showed, because we need to duplicate changes to both hooks. This commit abstract the common part in a single shell script that applies a generic patch action to every elf file in the output. For autoAddOpenGLRunpath the action is just addOpenGLRunpath (now addDriverRunpath), and is few line function for autoAddCudaCompatRunpathHook. Doing so, we also takes the occasion to use the newer addDriverRunpath instead of the previous addOpenGLRunpath, and rename the CUDA hook to reflect that as well. Co-Authored-By: Connor Baker <connor.baker@tweag.io>
* | | | | | Merge pull request #297211 from sumnerevans/matrix-synapse-1.103Nick Cao2024-03-19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | matrix-synapse-unwrapped: 1.102.0 -> 1.103.0
| * | | | | matrix-synapse-unwrapped: 1.102.0 -> 1.103.0Sumner Evans2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/element-hq/synapse/releases/tag/v1.103.0 Signed-off-by: Sumner Evans <me@sumnerevans.com>
* | | | | | Merge pull request #295077 from katexochen/go120/removeSandro2024-03-19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | go-libp2p-daemon: mark brokenPaul Meyer2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
| * | | | | trezord: unpin Go versionPaul Meyer2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
| * | | | | zincsearch: 0.4.9 -> 0.4.10; unpin Go versionPaul Meyer2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
* | | | | | Merge pull request #283501 from SuperSandro2000/hedgedoc-fix-tools-execSandro2024-03-19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | hedgedoc: move files to share/hedeodc in the packageSandro Jäckel2024-02-06
| | | | | |
| * | | | | hedgedoc: fix executing any of the management clis, remove heroku binSandro Jäckel2024-02-06
| | | | | | | | | | | | | | | | | | | | | | | | as we don't need that
* | | | | | Merge pull request #296683 from niklaskorz/mautrix-signal-0.5.1Jon Seager2024-03-19
|\ \ \ \ \ \
| * | | | | | mautrix-signal: 0.5.0 -> 0.5.1R. Ryantm2024-03-16
| | | | | | |
* | | | | | | Merge pull request #296997 from fabaff/aioravenFabian Affolter2024-03-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python311Packages.aioraven: init at 0.5.2
| * | | | | | | home-assistant: update component-packagesFabian Affolter2024-03-18
| | | | | | | |
* | | | | | | | Merge pull request #297084 from stuebinm/trivial-meta-mainprogramsMartin Weinelt2024-03-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | treewide: add meta.mainProgram to (almost) all packages with a single binary
| * | | | | | | | treewide: add meta.mainProgram to packages with a single binarystuebinm2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
* | | | | | | | | Merge pull request #297059 from r-ryantm/auto-update/groongaMario Rodas2024-03-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | groonga: 13.1.1 -> 14.0.1
| * | | | | | | | | groonga: 13.1.1 -> 14.0.1R. Ryantm2024-03-19
| | | | | | | | | |
* | | | | | | | | | postgresql12JitPackages.pgvector: 0.6.1 -> 0.6.2R. Ryantm2024-03-19
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #296379 from sikmir/surrealdbYt2024-03-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | surrealdb: 1.2.1 → 1.3.1
| * | | | | | | | | surrealdb: migrate to by-nameNikolay Korotkiy2024-03-18
| | | | | | | | | |
| * | | | | | | | | surrealdb: 1.2.1 → 1.3.1Nikolay Korotkiy2024-03-18
| | | | | | | | | |
* | | | | | | | | | cockroachdb: point to cockroachdb-binAaron Jheng2024-03-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #296870 from yu-re-ka/ferretdb-changelogNick Cao2024-03-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ferretdb: add changelog link
| * | | | | | | | | | ferretdb: add changelog linkYureka2024-03-18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #296818 from r-ryantm/auto-update/bililiverecorderNick Cao2024-03-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bililiverecorder: 2.11.0 -> 2.11.1
| * | | | | | | | | | | bililiverecorder: 2.11.0 -> 2.11.1R. Ryantm2024-03-18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #296614 from pennae/syncstorage-updatesNick Cao2024-03-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | syncstorage-rs: 0.14.1 -> 0.15.1
| * | | | | | | | | | | | syncstorage-rs: move to by-namepennae2024-03-17
| | | | | | | | | | | | |
| * | | | | | | | | | | | syncstorage-rs: 0.14.1 -> 0.15.1pennae2024-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelogs: - https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.15.0 - https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.15.1
* | | | | | | | | | | | | radicale: 3.1.8 -> 3.1.9Robert Schütz2024-03-18
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/Kozea/Radicale/compare/v3.1.8...v3.1.9 Changelog: https://github.com/Kozea/Radicale/blob/v3.1.9/CHANGELOG.md
* | | | | | | | | | | | engelsystem: cleanupPatka2024-03-18
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom php with extensions is not needed. The default already has all the needed extensions enabled by default.
* | | | | | | | | | | gotosocial: skip more flakey testsBlake Smith2024-03-18
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | golang 1.21.8 introduced some minor test suite breakages in gotosocial. Skip these tests for now. See: https://github.com/superseriousbusiness/gotosocial/pull/2760
* | | | | | | | | | Merge pull request #296817 from softinio/plausible_remove_softinio_as_maintainerYt2024-03-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | plausible: remove softinio as maintainer
| * | | | | | | | | | plausible: remove softinio as maintainerSalar Rahmanian2024-03-17
| | | | | | | | | | |