Commit graph

292245 commits

Author SHA1 Message Date
Fabian Affolter e614f164fd
Merge pull request #124139 from fabaff/bump-sn0int
sn0int: 0.20.1 -> 0.21.1
2021-05-24 23:32:17 +02:00
Fabian Affolter 4d3d0c2710 python3Packages.adafruit-platformdetect: 3.13.2 -> 3.13.3 2021-05-24 22:54:52 +02:00
Fabian Affolter b74f11ce90
Merge pull request #124126 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.1 -> 3.13.2
2021-05-24 22:51:56 +02:00
David d706be982a rebar3: 3.16.0 -> 3.16.1 2021-05-24 15:33:02 -05:00
Léo Gaspard b6933f88a5
fetchurl: add testpypi mirror (#123146)
This should make it easier to run nixpkgs-based tests from versions that
are still only on test-pypi, and should not cost anything significant.
2021-05-24 22:24:30 +02:00
R. RyanTM 9d396b5600 lief: 0.11.4 -> 0.11.5 2021-05-24 20:17:02 +00:00
Niklas Hambüchen 83a8acc392
Merge pull request #121331 from nh2/wireguard-dynamicEndpointRefreshSeconds
nixos/wireguard: Add `dynamicEndpointRefreshSeconds` option
2021-05-24 21:49:05 +02:00
Milan Pässler 1ded8ef44e
gitlab: 13.11.2 -> 13.12.0 2021-05-24 21:33:56 +02:00
Samuel Dionne-Riel db3199f8c3
Merge pull request #118993 from tomfitzhenry/serial-doc
nixos/manual: document how to install over a serial port
2021-05-24 15:26:23 -04:00
Milan Pässler 0c8f5b7b44
gitlab: add Gemfile fix to update script
Since some GitLab versions, we need to remove the mail-smtp-pool
dependency from the Gemfile, or do other modifications.
Let's add those changes, that will probably be needed in the next
version as well, to the update script.
2021-05-24 21:26:08 +02:00
R. RyanTM 54144caa06 links2: 2.22 -> 2.23 2021-05-24 19:05:51 +00:00
Andreas Rammhold 7a47055a0f
Merge pull request #124266 from andir/codeowners
CODEOWNERS: merge the neovim lines as they are not additive
2021-05-24 20:30:59 +02:00
Martin Weinelt f0fa057420 python3Packages.pulsectl: 21.5.17 -> 21.5.18 2021-05-24 10:52:05 -07:00
Martin Weinelt 338b0fe1c5 python3Packages.mocket: 3.9.40 -> 3.9.41 2021-05-24 10:52:05 -07:00
Sandro 8ab3f6e967
Merge pull request #122477 from ProofOfKeags/pkg/faraday 2021-05-24 19:38:03 +02:00
Patrick Hilhorst 741c61b735
plexamp: 3.4.4 -> 3.4.6 (#121887) 2021-05-24 19:35:55 +02:00
Sumner Evans cdd56a425c
element: 1.7.28 -> 1.7.29 2021-05-24 11:01:35 -06:00
Keagan McClelland 94fc5998a0 maintainers: add ProofOfKeags 2021-05-24 10:11:52 -06:00
Keagan McClelland cbd71e1cd4 faraday: init at version 0.2.3 2021-05-24 10:11:40 -06:00
Domen Kožar 031ea8124c
Add backporting action
If "backport <branch>" label is applied to a PR,
once the PR is merged, github-actions bot will create another PR targeting
<branch> and cherry-picking commits.
2021-05-24 17:54:29 +02:00
Pavol Rusnak 17f0612267
Merge pull request #124205 from prusnak/squashfs-tools-ng-darwin
squashfs-tools-ng: mark no longer broken on aarch64-darwin
2021-05-24 17:52:11 +02:00
Sandro f6775f71da
Merge pull request #123625 from austinbutler/pulumi-321 2021-05-24 17:38:02 +02:00
Robin Gloster c57cf7b5eb
Merge pull request #124267 from LeSuisse/composer-2.0.14
phpPackages.composer: 2.0.13 -> 2.0.14
2021-05-24 10:09:03 -05:00
Pavol Rusnak 0f08ac1924
Merge pull request #124202 from prusnak/rw-darwin
rw: mark no longer broken on darwin
2021-05-24 16:51:21 +02:00
Pavol Rusnak 91e5eb9857
Merge pull request #124204 from prusnak/debianutils-darwin
debianutils: mark no longer broken on darwin
2021-05-24 16:51:01 +02:00
Pavol Rusnak 3105dd0f0c
squashfs-tools-ng: mark no longer broken on aarch64-darwin 2021-05-24 16:50:03 +02:00
Thomas Gerbet 40dd7e38cc phpPackages.composer: 2.0.13 -> 2.0.14
https://github.com/composer/composer/releases/tag/2.0.14
2021-05-24 16:47:17 +02:00
Andreas Rammhold fb1d3d68db
CODEOWNERS: merge the neovim lines as they are not additive
CODEOWNERS files always take that *last* match for a specific match.
Having two lines for the same path will only ever result in the last
line being used. The intention here was that both of these individuals
are owners of the neovim space and not just one.
2021-05-24 16:46:33 +02:00
Jörg Thalheim 27f8d4c362
Merge pull request #124246 from gebner/ccls-headers
ccls: fix libc++ header path
2021-05-24 15:43:06 +01:00
David Birks f57fb1844c
microplane: 0.0.31 -> 0.0.32 2021-05-24 10:40:42 -04:00
Robert Gerus f7ccc5f35d weechatScripts.weechat-matrix: fix matrix_sso_helper path
server.py tries to launch a matrix_sso_helper binary when connecting to
a homeserver that uses some SSO mechanism instead of plain login and
password, but doesn't have $out/bin in $PATH.

Using substituteInPlace to patch server.py so that the helper process is
started by using its actual filesystem location instead of relying on
$PATH.

Fixes: https://github.com/NixOS/nixpkgs/issues/124186
2021-05-24 16:38:18 +02:00
Luke Granger-Brown 709785f944
Merge pull request #119186 from ncfavier/nginx-reject-ssl
nixos/nginx: add option rejectSSL exposing ssl_reject_handshake
2021-05-24 15:35:23 +01:00
lassulus 8eb5701aaf solanum: remove obsolete BANDB settings/patches 2021-05-24 15:49:57 +02:00
Ryan Mulligan 05d9b4d619
Merge pull request #122570 from r-ryantm/auto-update/drumstick
libsForQt5.drumstick: 2.1.1 -> 2.2.0
2021-05-24 06:45:27 -07:00
Naïm Favier 821ca7d4cc
nixos/nginx: add option rejectSSL exposing ssl_reject_handshake 2021-05-24 15:10:09 +02:00
Patrick Hilhorst 3e91f422fd
gcc11: use maintainer team 2021-05-24 15:02:14 +02:00
Patrick Hilhorst 841cee208f
maintainers/teams: add ericson2314 to gcc 2021-05-24 15:01:07 +02:00
Patrick Hilhorst 4b1fa9e847
maintainers/teams: fix typo in gcc
Co-authored-by: Henri Menke <henri@henrimenke.de>
2021-05-24 15:01:07 +02:00
Patrick Hilhorst f2e5fa469c
maintainers/teams: add vcunat to gcc 2021-05-24 15:01:06 +02:00
Patrick Hilhorst c913e53bdb
gcc*: use maintainer team 2021-05-24 15:01:05 +02:00
Patrick Hilhorst d9b59212d5
maintainers/teams: add gcc 2021-05-24 15:01:05 +02:00
Gabriel Ebner eef236e8ef ccls: fix libc++ header path 2021-05-24 14:48:42 +02:00
DavHau 4af47234fa scikit-learn: disable some tests for darwin 2021-05-24 19:36:20 +07:00
Francesco Gazzetta 5b42338f4e docs/release-notes: mention staticjinja 2021-05-24 14:17:51 +02:00
R. RyanTM 4f51b501fe erlangR22: 22.3.4.17 -> 22.3.4.19 2021-05-24 20:33:08 +09:00
Jörg Thalheim d59217b5f8
Merge pull request #124189 from Mic92/redis
redis: enable pie
2021-05-24 12:21:31 +01:00
Gabriel Ebner b6ce87ae53
Merge pull request #124237 from regnat/revert-sandbox-path-option
Revert "nixos/nix-daemon: fix sandbox-paths option"
2021-05-24 12:48:59 +02:00
Robert Schütz 6e72346fc3
ytfzf: 1.1.5 -> 1.1.6 (#124119)
https://github.com/pystardust/ytfzf/releases/tag/v1.1.6
2021-05-24 12:21:28 +02:00
Robert Schütz a57e8bef58
mousai: 0.3.2 -> 0.4.1 (#124112)
https://github.com/SeaDve/Mousai/releases/tag/v0.4.0
https://github.com/SeaDve/Mousai/releases/tag/v0.4.1
2021-05-24 12:20:49 +02:00
Pavol Rusnak 7f6e0b37df
Merge pull request #124206 from prusnak/etebase-server-darwin
etebase-server: mark no longer broken on darwin
2021-05-24 11:38:17 +02:00