Commit Graph
403842 Commits
Author SHA1 Message Date
Mario RodasandGitHub d412f7aaff Merge pull request #188147 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.17.0 -> 0.19.0
2022-08-25 00:36:22 -05:00
Mario RodasandGitHub 29993fb2ac Merge pull request #188223 from sagikazarmark/hostctl-113
hostctl: 1.1.2 -> 1.1.3
2022-08-25 00:35:46 -05:00
ArtturiandGitHub 3bbe5c61d3 Merge pull request #188218 from turboMaCk/cargo-generate-fix
cargo-generate: fix darwin build
2022-08-25 08:13:39 +03:00
ArtturiandGitHub 22137e483a Merge pull request #188217 from squalus/prometheus
prometheus: fix cross compile
2022-08-25 08:11:13 +03:00
Mario Rodas dd845813db nodejs-18_x: 18.7.0 -> 18.8.0
https://github.com/nodejs/node/releases/tag/v18.8.0
2022-08-25 04:20:00 +00:00
Ryan MulliganandGitHub 51d403fc35 Merge pull request #184124 from r-ryantm/auto-update/python3.10-cloup
python310Packages.cloup: 0.15.1 -> 1.0.0
2022-08-24 21:09:02 -07:00
Ryan MulliganandGitHub c23c406134 Merge pull request #188249 from NixOS/revert-186728-auto-update/wxGTK31-gtk2
Revert "wxGTK31-gtk2: 3.1.5 -> 3.2.0"
2022-08-24 21:04:30 -07:00
Ryan MulliganandGitHub 39c3aebd04 Merge pull request #186561 from r-ryantm/auto-update/tesseract5
tesseract5: 5.1.0 -> 5.2.0
2022-08-24 20:59:25 -07:00
Ryan MulliganandGitHub 18906adfc5 Merge pull request #187476 from r-ryantm/auto-update/rekor-cli
rekor-cli: 0.10.0 -> 0.11.0
2022-08-24 20:55:27 -07:00
Ryan MulliganandGitHub 82df6df9e4 Merge pull request #186968 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 22.5.1 -> 22.5.2
2022-08-24 20:55:08 -07:00
Ryan MulliganandGitHub 10262e7f52 Merge pull request #182781 from r-ryantm/auto-update/manim
manim: 0.16.0 -> 0.16.0.post0
2022-08-24 20:53:39 -07:00
Ryan MulliganandGitHub fe26049786 Revert "wxGTK31-gtk2: 3.1.5 -> 3.2.0" 2022-08-24 20:50:14 -07:00
Ryan MulliganandGitHub b12093cb4f Merge pull request #186728 from r-ryantm/auto-update/wxGTK31-gtk2
wxGTK31-gtk2: 3.1.5 -> 3.2.0
2022-08-24 20:49:28 -07:00
Ryan MulliganandGitHub 5bbc57aec6 Merge pull request #186515 from r-ryantm/auto-update/s3-credentials
s3-credentials: 0.12.1 -> 0.13
2022-08-24 20:48:15 -07:00
Ryan MulliganandGitHub bd0716caad Merge pull request #185267 from r-ryantm/auto-update/ryzenadj
ryzenadj: 0.10.0 -> 0.11.1
2022-08-24 20:48:01 -07:00
Anderson TorresandGitHub 9dd005e188 Merge pull request #188110 from adisbladis/build-emacs-packages
emacs: Build emacs packages on Hydra
2022-08-25 00:47:15 -03:00
Ryan MulliganandGitHub 8569086fbc Merge pull request #180489 from r-ryantm/auto-update/consul-template
consul-template: 0.29.0 -> 0.29.2
2022-08-24 20:44:19 -07:00
Bernardo Meurer a95c28a95c tabnine: 4.4.98 -> 4.4.123 2022-08-25 00:38:53 -03:00
Ryan MulliganandGitHub 67b0c761a4 Merge pull request #188160 from r-ryantm/auto-update/grpc-gateway
grpc-gateway: 2.11.2 -> 2.11.3
2022-08-24 20:38:34 -07:00
Peter Hoeg c33bbab891 msmtp: we always provide a path to msmtp 2022-08-25 10:50:36 +08:00
Martin WeineltandPeter Hoeg 9e0027666b open-vm-tools: 12.0.5 -> 12.1.0
https://www.vmware.com/security/advisories/VMSA-2022-0024.html
https://www.openwall.com/lists/oss-security/2022/08/23/3

Fixes: CVE-2022-31676
2022-08-25 10:22:40 +08:00
Jonas HeinrichandYt 36469b5564 python310Packages.allure-pytest: 2.9.45 -> 2.10.0 2022-08-24 22:03:58 -04:00
Jonas HeinrichandYt 3f79f06b19 python310Packages.allure-behave: 2.9.45 -> 2.10.0 2022-08-24 22:03:58 -04:00
Erwin BoskmaandYt fa325eafe8 elixir-ls: 0.10.0 -> 0.11.0 2022-08-24 22:02:35 -04:00
Benno BielmeierandYt a4c43828e9 meilisearch: (Re-)enable nixos tests
Tests where disabled in 8931b86 due to errors caused by API changes of
meilisearch. Now as the tests are updated accordingly, they can be
reenabled.
2022-08-24 22:00:26 -04:00
Benno BielmeierandYt 312fd31a58 nixos/meilisearch: Update tests to reflect API changes
in [v0.25.0][1]: Breaking changes of Task API (relevant summarized)

- `update` -> `task`
- `GET - /indexes/:indexUid/updates/:updateId` -> `/indexes/:indexUid/tasks`
- `updateId` -> `uid` of `task`
- also: new `GET - /tasks/:taskUid` introduced
- `status` values changed

in [v0.28.0][2]: Breaking changes in `/indexes` endpoints

- `total` now appear in the response body

[1]: https://github.com/meilisearch/meilisearch/releases/tag/v0.25.0
[2]: https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0
2022-08-24 22:00:26 -04:00
Alexander ViethandGitHub f28ab51b54 haskell.lib.makePackageSet: all-cabal-hashes can be a directory (#188203)
* all-cabal-hahses can be a directory

Motivating problem: we want to use the flake.lock for all-cabal-hashes
as a github repository as our revision pin, and then import that to pass
as all-cabal-hashes. To do that we need it to accept a directory rather
than a tarball.

* all-cabal-hashes: add some comments
2022-08-24 20:57:52 -05:00
Anderson TorresandGitHub 31c252e209 Merge pull request #188100 from r-ryantm/auto-update/qmplay2
qmplay2: 22.06.16 -> 22.08.21
2022-08-24 22:52:24 -03:00
Martin WeineltandGitHub 9d0f7e2a81 Merge pull request #187671 from r-ryantm/auto-update/python3.10-pywlroots 2022-08-25 03:15:38 +02:00
Martin WeineltandGitHub 16e4d460b7 Merge pull request #188111 from r-ryantm/auto-update/so 2022-08-25 02:48:36 +02:00
Stanisław PituchaandGitHub efb22d3bcf Merge pull request #187492 from r-ryantm/auto-update/python3.10-sqlite-fts4
python310Packages.sqlite-fts4: 1.0.1 -> 1.0.3
2022-08-25 10:20:10 +10:00
Stanisław PituchaandGitHub 4d2e7614b6 Merge pull request #188099 from r-ryantm/auto-update/python310Packages.hepunits
python310Packages.hepunits: 2.2.0 -> 2.2.1
2022-08-25 10:05:53 +10:00
Alex Wied e19266972a pythonPackages.whitenoise: 6.0.0 -> 6.2.0 2022-08-24 19:05:48 -04:00
techknowlogickandzowoq 5e053ae4a5 kubernetes-helm: 3.9.3 -> 3.9.4 2022-08-25 08:39:21 +10:00
zowoq 2d61fc7660 terraform: 1.2.7 -> 1.2.8
https://github.com/hashicorp/terraform/releases/tag/v1.2.8
2022-08-25 08:39:08 +10:00
Alex GriffinandGitHub 4e776c4cc9 darkman: init at 1.3.1 (#181164) 2022-08-25 00:15:39 +02:00
Martin WeineltandGitHub faef00229e Merge pull request #188032 from mweinelt/sphinx-hook-builders 2022-08-24 23:54:52 +02:00
Bernardo MeurerandGitHub 235b897ea3 Merge pull request #188224 from trofi/eztrace-fix-for-binutils-2.39
eztrace: use binutils-2.38 until upstream is ported
2022-08-24 18:52:45 -03:00
4c6a22163a python3Packages.betterproto: init at 2.0.0b5 (#187533)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-24 23:51:11 +02:00
Sergei Trofimovich a12305070f eztrace: use binutils-2.38 until upstream is ported
Without the change eztrace build fails on binutils-2.39 due to API change:

    ../pptrace/arch/x86_64/hijack.c: In function 'check_instructions':
    ../pptrace/arch/x86_64/hijack.c:62:3: error: too few arguments to function 'init_disassemble_info'
       62 |   init_disassemble_info ( &i, NULL, dummy_print );
          |   ^~~~~~~~~~~~~~~~~~~~~
2022-08-24 22:30:44 +01:00
SandroandGitHub 3a6d655479 Merge pull request #182531 from r-ryantm/auto-update/foxotron 2022-08-24 23:29:53 +02:00
Mark Sagi-Kazar 3fca4ba5ea hostctl: 1.1.2 -> 1.1.3
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2022-08-24 23:29:35 +02:00
R. RyantmandBjørn Forsman c7186043a0 lttng-tools: 2.13.7 -> 2.13.8 2022-08-24 23:04:40 +02:00
Martin Weinelt 986c31401e doc/python: Properly sort pythonRelaxDepsHook in hook list 2022-08-24 23:03:31 +02:00
Martin Weinelt 19f4e14dcf python3Packages.sphinxHook: run install phase in predist
Run the installSphinxPhase earlier, so install errors are caught early,
before long and expensive test are started.
2022-08-24 23:02:27 +02:00
Martin Weinelt caf2d010ed python3Packages.sphinxHook: Rename loop var in source root detection
The loop variable to find the documentation source root was
unnecessarily short, rename it to something meaningful.
2022-08-24 23:02:26 +02:00
Martin Weinelt 5a852f4085 borgbackup: migrate to sphinxHook 2022-08-24 23:02:26 +02:00
Martin Weinelt 8a26deba06 doc/python: integrate sphinxHook docs
Improve the documentation by moving it from the hook script into the
Python section in the manual and adding code examples.
2022-08-24 23:02:24 +02:00
Martin Weinelt 1ee5fcaf0c python3Packages.sphinxHook: Add support for multiple builders
Removes the up until now unused option to specify a `sphinxOutdir` in
favor of allowing to specify multiple builders, which is for example
useful for generating both documentation and manpages using the hook.

Since the output path cannot be determined from within the package we
automatically generate it and add a diversion for manpages, so they land
in the correct output and path.
2022-08-24 23:00:41 +02:00
Janne HeßandGitHub 3852b03bbc Merge pull request #179790 from NickCao/mariadb-cross
mariadb{,-client}: fix cross compilation and build on riscv
2022-08-24 22:53:49 +02:00