Commit graph

371858 commits

Author SHA1 Message Date
Félix Baylac-Jacqué
23b12701a4
prosody: remove ninjatrappeur from maintainers
I give up on that one.
2022-05-02 12:43:19 +02:00
Félix Baylac-Jacqué
788ac72c78
nixosTests.prosody: remove explicit timeout_callback error path
Slixmpp is yielding a IqTimeout error when timeout is reached. This
exception should be catched by the catchall exept clause. Removing the
useless timeout_callback function.

Kudos to
https://lab.louiz.org/poezio/slixmpp/-/merge_requests/198#note_16939
for that one.
2022-05-02 12:43:19 +02:00
Félix Baylac-Jacqué
20693a1e73
prosody: 0.11.13 -> 0.12.0
See https://blog.prosody.im/prosody-0.12.0-released for more
informations.

We remove the various lua wrappers introduced by
6799a91843 and
16d0b4a69f. It seems like we don't need
them anymore. I'm not brave enough to dig into the Lua machinery to
see what resolved that. Sorry, you'll have to trust me on that one.

We should probably think about the migration from http_upload to
http_file_share for the NixOS module. It's not trivial, we need to
make sure we don't break the already uploaded URLs.
2022-05-02 12:43:19 +02:00
Félix Baylac-Jacqué
0e630462da
nixosTests.prosody: fix test
The last slixmpp bump revealed a bug in the upstream codebase. I
opened a MR upstream, let's patch slixmpp in Nixpkgs until the patch
gets merged upstream.

Note. I can't directly apply the upstream patch: the pypi release
lacks the integration tests directory for some reason. I had to
manually butcher the patch and remove the part modifying the
integration test.
2022-04-22 16:17:30 +02:00
Félix Baylac-Jacqué
811f95f000
luaPackages.luaunbound: init at 1.0.0-1
Required for Prosody 0.12.0.

I first tried to run the bare
./maintainers/scripts/update-luarocks-packages, however it did break a
fair share of Lua packages.

In the end, I:

1. Added the luaunbound entry to luarocks-packages.csv
2. Run the update-luprocks-packages.
3. Cherry picked the luaunbound entry
4. Reverted the rest of lua-modules/generated-packages.nix to what we
   currently have in Nixpkgs.
5. Injected the native unbound library via the lua-modules overrides.
2022-04-22 16:17:30 +02:00
Ryan Mulligan
5b2aaa628f
Merge pull request #169786 from r-ryantm/auto-update/efm-langserver
efm-langserver: 0.0.42 -> 0.0.44
2022-04-22 07:06:35 -07:00
Mario Rodas
41929bd53f
Merge pull request #169771 from r-ryantm/auto-update/difftastic
difftastic: 0.26.3 -> 0.27.0
2022-04-22 08:57:40 -05:00
Mario Rodas
1ade0bb890
Merge pull request #169787 from r-ryantm/auto-update/python310Packages.authheaders
python310Packages.authheaders: 0.14.1 -> 0.15.1
2022-04-22 08:56:56 -05:00
R. RyanTM
e94105fde8
ammonite: 2.5.2 -> 2.5.3 (#168845) 2022-04-22 09:46:36 -04:00
Mario Rodas
8656bc3e47
Merge pull request #169779 from marsam/fix-emacsWrapper-darwin
emacsWrapper: add missing variable substitutions to Darwin app
2022-04-22 08:35:46 -05:00
Ryan Mulligan
a0128ba479
Merge pull request #169509 from r-ryantm/auto-update/dsq
dsq: 0.14.0 -> 0.15.1
2022-04-22 06:30:39 -07:00
Ryan Mulligan
1c4e0fdfd0
Merge pull request #169709 from r-ryantm/auto-update/atlassian-jira
atlassian-jira: 8.22.0 -> 8.22.1
2022-04-22 06:26:45 -07:00
Ryan Mulligan
364370766e
Merge pull request #169696 from r-ryantm/auto-update/argocd-autopilot
argocd-autopilot: 0.3.2 -> 0.3.5
2022-04-22 06:25:04 -07:00
Ryan Mulligan
daac043257
Merge pull request #169750 from r-ryantm/auto-update/consul-template
consul-template: 0.28.0 -> 0.29.0
2022-04-22 06:18:48 -07:00
R. Ryantm
a8a870789d python310Packages.authheaders: 0.14.1 -> 0.15.1 2022-04-22 13:17:22 +00:00
R. Ryantm
65c84834aa efm-langserver: 0.0.42 -> 0.0.44 2022-04-22 13:12:35 +00:00
Ryan Mulligan
de177e3ed7
Merge pull request #169725 from r-ryantm/auto-update/alfaview
alfaview: 8.41.0 -> 8.42.0
2022-04-22 06:09:29 -07:00
Mario Rodas
2a2933fb34
Merge pull request #169749 from marsam/update-ugrep
ugrep: 3.7.7 -> 3.7.9
2022-04-22 08:04:21 -05:00
Fabian Affolter
1ee3f79068
Merge pull request #169739 from r-ryantm/auto-update/checkmate
checkmate: 0.5.8 -> 0.5.9
2022-04-22 14:57:44 +02:00
Fabian Affolter
1ff60078f0
Merge pull request #169737 from r-ryantm/auto-update/checkip
checkip: 0.24.5 -> 0.35.2
2022-04-22 14:55:31 +02:00
superherointj
5e2b2659dc ocamlPackages.reperf: init 1.5.1 2022-04-22 14:46:33 +02:00
Fabian Affolter
9be94af1f4
Merge pull request #169717 from r-ryantm/auto-update/python3.10-lightwave2
python310Packages.lightwave2: 0.8.4 -> 0.8.8
2022-04-22 14:41:56 +02:00
Fabian Affolter
844470ab8c
Merge pull request #169722 from r-ryantm/auto-update/python3.10-stripe
python310Packages.stripe: 2.73.0 -> 2.74.0
2022-04-22 14:41:42 +02:00
Mario Rodas
d73501cb1e
Merge pull request #169742 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.17110 -> 0.1.17142
2022-04-22 07:41:00 -05:00
Fabian Affolter
7df44826e1
Merge pull request #169720 from fabaff/bump-feroxbuster
feroxbuster: 2.6.4 -> 2.7.0
2022-04-22 14:36:07 +02:00
Mario Rodas
be74239a61
Merge pull request #169753 from marsam/jdk8-manpage-darwin
jdk8: fix manpage symlink on darwin
2022-04-22 07:33:31 -05:00
Fabian Affolter
ad16fea8dc
Merge pull request #169735 from r-ryantm/auto-update/python3.10-databricks-connect
python310Packages.databricks-connect: 9.1.13 -> 9.1.14
2022-04-22 14:33:13 +02:00
Fabian Affolter
b19a1aa220
Merge pull request #169713 from fabaff/bump-gau
gau: 2.0.9 -> 2.1.1
2022-04-22 14:31:00 +02:00
Fabian Affolter
4c8dc108cc
Merge pull request #169712 from fabaff/bump-gitleaks
gitleaks: 8.7.2 -> 8.8.1
2022-04-22 14:29:45 +02:00
Ethin Probst
16ed5d0446 python3.pkgs.pyttsx3: init at 2.90
Signed-off-by: Ethin Probst <harlydavidsen@gmail.com>

Explain why doCheck is false in pyttsx3.

Signed-off-by: Ethin Probst <harlydavidsen@gmail.com>
2022-04-22 14:29:06 +02:00
Ethin Probst
df550f6e58 espeakup: init at 0.90
Signed-off-by: Ethin Probst <harlydavidsen@gmail.com>
2022-04-22 14:29:06 +02:00
Ethin Probst
433db93155 maintainers: add ethindp 2022-04-22 14:29:06 +02:00
Artturi
3635410a48
Merge pull request #169766 from Sciencentistguy/comma-fix-path
comma: Fix panic due to missing `nix-index` in path
2022-04-22 15:27:07 +03:00
Martin Weinelt
ca3394dd1a
Merge pull request #169491 from mweinelt/esphome
esphome: 2022.3.2 -> 2022.4.0
2022-04-22 14:19:55 +02:00
sternenseemann
e9d8ace0ae
Merge pull request #134514 from MostAwesomeDude/chicken
CHICKEN docs and updates
2022-04-22 14:02:23 +02:00
R. Ryantm
4eff2009a5 difftastic: 0.26.3 -> 0.27.0 2022-04-22 12:00:14 +00:00
Ulrik Strid
165da7245c ocamlPackages.caqti: 1.7.0 -> 1.8.0 2022-04-22 13:58:12 +02:00
Ulrik Strid
9ff2c0035f ocamlPackages.alcotest: 1.4.0 -> 1.5.0 2022-04-22 13:58:12 +02:00
R. Ryantm
fd2c6872e7 cargo-diet: 1.2.3 -> 1.2.4 2022-04-22 07:46:26 -04:00
R. Ryantm
dfad862ba4 cargo-depgraph: 1.2.2 -> 1.2.4 2022-04-22 07:45:52 -04:00
R. Ryantm
a7d2820c39 cargo-outdated: 0.11.0 -> 0.11.1 2022-04-22 07:45:12 -04:00
R. Ryantm
df8f6ba88a cargo-release: 0.20.3 -> 0.20.5 2022-04-22 07:44:56 -04:00
R. Ryantm
57207d6e72 cargo-nextest: 0.9.12 -> 0.9.14 2022-04-22 07:44:43 -04:00
R. Ryantm
f768ad5a9e bore-cli: 0.2.1 -> 0.2.3 2022-04-22 07:44:30 -04:00
Jan Tojnar
150a2e9d83
Merge pull request #169624 from arcticlimer/update-spot-0.3.3
spot: 0.3.1 -> 0.3.3
2022-04-22 13:44:06 +02:00
Jamie Quigley
ddf6457d2d
comma: Fix panic due to missing nix-index in path 2022-04-22 12:31:35 +01:00
Lassulus
1468e8f52d
Merge pull request #165111 from toonn/darwin-bundle-outputBin
make-darwin-bundle: Use output bin
2022-04-22 12:04:09 +01:00
Mario Rodas
c542baa0c8
Merge pull request #169741 from r-ryantm/auto-update/lagrange
lagrange: 1.12.1 -> 1.12.2
2022-04-22 04:50:23 -05:00
R. Ryantm
f137a6eef6 consul-template: 0.28.0 -> 0.29.0 2022-04-22 09:40:24 +00:00
Mario Rodas
c7e7c0b355
Merge pull request #168885 from r-ryantm/auto-update/mold
mold: 1.1.1 -> 1.2.0
2022-04-22 04:35:30 -05:00