github-actions[bot] and GitHub
f3500ee029
Merge staging-next into staging
2022-10-07 06:04:03 +00:00
Mario Rodas and GitHub
405db07799
Merge pull request #167047 from helsinki-systems/drop/postgresql10
...
postgresql: remove 10.x
2022-10-06 21:32:46 -05:00
Mario Rodas and GitHub
7a2dd2ecf9
Merge pull request #192860 from raboof/ruby-move-towards-3.1
...
ruby: move towards 3.1
2022-10-06 21:16:44 -05:00
Martin Weinelt
75591a10da
appflowy: pin openssl_1_1
2022-10-07 03:02:47 +02:00
Mario Rodas and GitHub
f470c10d7b
Merge pull request #194760 from anthonyroussel/bundler_2_3_23
...
bundler: 2.3.22 -> 2.3.23
2022-10-06 18:59:48 -05:00
John Ericson and GitHub
9a5fa3bc23
Merge pull request #194698 from Ericson2314/freebsd-prep
...
netbsd: Adapt to BSD-common infra changes for FreeBSD
2022-10-06 16:17:10 -04:00
John Ericson
044163d6ef
bsd: BSD_PATH rename to COMPONENT_PATH
...
@alyssais and I agreed this is clearer.
2022-10-06 15:33:36 -04:00
John Ericson
e3137f73fd
netbsd.install: Use writeShellScript
2022-10-06 15:33:36 -04:00
John Ericson
dcf7a5ec3d
netbsd: Adapt to BSD-common infra changes for FreeBSD
...
See https://github.com/NixOS/nixpkgs/pull/82131 for the rest of the
changes for FreeBSD. This is PRed separately because it is a macOS
moderate rebuild so we target staging.
The main change is that we CD to the path we're building *after*
applying patches, so we can patch other parts of the tree (from
`extraPaths`) as needed.
Another change is that `netbsd.install` no longer depends on `fts`,
which it evidently no longer needs.
2022-10-06 15:33:28 -04:00
github-actions[bot] and GitHub
0b4912d905
Merge staging-next into staging
2022-10-06 18:03:42 +00:00
github-actions[bot] and GitHub
c5f0d725df
Merge master into staging-next
2022-10-06 18:03:10 +00:00
Yureka and GitHub
473e97e434
pkgsMusl.mosh: fix build ( #194120 )
2022-10-06 19:43:15 +02:00
zowoq and GitHub
38eb5ec7ba
kubectl-doctor: fix build with go 1.18 ( #194693 )
2022-10-06 18:40:58 +02:00
Bernardo Meurer and GitHub
da40c2836e
Merge pull request #194025 from zhaofengli/mesa-radv-overrides
2022-10-06 13:32:45 -03:00
Bernardo Meurer and GitHub
707ed163a9
Merge pull request #194761 from yayayayaka/nextcloud-2022-10-06
2022-10-06 13:32:11 -03:00
Bernardo Meurer and GitHub
458911e0ec
Merge pull request #192765 from r-ryantm/auto-update/klipper
2022-10-06 13:31:29 -03:00
Bernardo Meurer and GitHub
5f7f076822
Merge pull request #194769 from r-ryantm/auto-update/libvirt
2022-10-06 13:31:02 -03:00
R. Ryantm
68ccf81f32
libvirt: 8.8.0 -> 8.8.0
2022-10-06 15:55:45 +00:00
7c6f434c and GitHub
bebba4206a
Merge pull request #194647 from miangraham/dict-add-jpn-dbs
...
dictd: add Japanese dbs eng2jpn and jpn2eng
2022-10-06 15:52:51 +00:00
R. Ryantm
bc4eb490b7
klipper: unstable-2022-09-16 -> unstable-2022-10-06
2022-10-06 15:32:05 +00:00
superherointj and GitHub
e4c91c88e7
Merge pull request #189102 from dbalan/update-wander-0.8.0
...
wander: 0.7.0 -> 0.8.0
2022-10-06 12:30:06 -03:00
Jonas Heinrich and Yt
550e3ff156
wp4nix: Use makeWrapper instead of patching
2022-10-07 00:23:06 +09:00
Jonas Heinrich and Yt
d6c658f34f
wordpress: Add wordpressPackages
2022-10-07 00:23:06 +09:00
datafoo and Yt
e724f20ed5
vscode-extensions.jakebecker.elixir-ls: alias to vscode-extensions.elixir-lsp.vscode-elixir-ls
2022-10-07 00:19:31 +09:00
R. Ryantm and Yt
a90ada2f32
erigon: 2022.09.03 -> 2022.10.01
2022-10-07 00:16:58 +09:00
Arnout Engelen
c5e2f3c066
ruby: move towards ruby 3
...
Currently, `pkgs.ruby` is ruby 2.7.6, which is in 'security updates
only' mode and scheduled to go EOL April 2023. Updating `pkgs.ruby`
to be ruby 3.1 would be a rather large change, but using ruby 3 to
bootstrap building ruby itself would be a nice first step in that
direction.
Tested with asciidoctor that this indeed now allows building a ruby
application without getting ruby 2.7 in the build closure.
Also fixes #192729
2022-10-06 17:09:38 +02:00
Martin Weinelt and GitHub
4b7f951932
Merge pull request #194660 from mweinelt/dhcp-4.4.3-P1
2022-10-06 16:58:39 +02:00
Yaya
5234adeffe
nextcloud: 23.0.9 -> 23.0.10, 24.0.5 -> 24.0.6
...
https://nextcloud.com/changelog/#latest23
https://nextcloud.com/changelog/#latest24
2022-10-06 14:51:46 +00:00
Anthony Roussel
82d5854fcc
bundler: 2.3.22 -> 2.3.23
2022-10-06 16:41:41 +02:00
Lucas Savva and Winter
49c0fd7d60
nixos/acme: Disable lego renew sleeping
...
Lego has a built-in mechanism for sleeping for a random amount
of time before renewing a certificate. In our environment this
is not only unnecessary (as our systemd timer takes care of it)
but also unwanted since it slows down the execution of the
systemd service encompassing it, thus also slowing down the
start up of any services its depending on.
Also added FixedRandomDelay to the timer for more predictability.
2022-10-06 10:30:24 -04:00
Lucas Savva and Winter
657ecbca0e
nixos/acme: Make account creds check more robust
...
Fixes #190493
Check if an actual key file exists. This does not
completely cover the work accountHash does to ensure
that a new account is registered when account
related options are changed.
2022-10-06 10:30:24 -04:00
Lucas Savva and Winter
39796cad46
nixos/acme: Fix cert renewal with built in webserver
...
Fixes #191794
Lego threw a permission denied error binding to port 80.
AmbientCapabilities with CAP_NET_BIND_SERVICE was required.
Also added a test for this.
2022-10-06 10:30:24 -04:00
Bobby Rong and GitHub
22d41f921f
Merge pull request #191940 from alapshin/android-studio
...
androidStudioPackages.{stable,canary}: update
2022-10-06 22:23:19 +08:00
maxine and GitHub
9d268c3003
Merge pull request #194695 from techknowlogick/nomad-bump
...
nomad_1_2: 1.2.12 -> 1.2.13, nomad_1_3: 1.3.5 -> 1.3.6, nomad_1_4: init at 1.4.0
2022-10-06 16:21:47 +02:00
Bobby Rong and GitHub
c653577537
Merge pull request #194725 from dali99/update_hydrus2
...
hydrus: 500 -> 501
2022-10-06 22:03:02 +08:00
Matthieu Coudron and GitHub
3e5a08e6d3
Merge pull request #193924 from stasjok/jsregexp
2022-10-06 15:59:25 +02:00
R. Ryantm and Bobby Rong
0198610c3a
v2ray-geoip: 202209290111 -> 202210060105
2022-10-06 21:50:58 +08:00
Fabian Affolter and GitHub
1576b8533c
Merge pull request #194750 from r-ryantm/auto-update/python3.10-slither-analyzer
...
python310Packages.slither-analyzer: 0.8.3 -> 0.9.0
2022-10-06 15:48:17 +02:00
Fabian Affolter and GitHub
c053a8a99b
Merge pull request #194732 from r-ryantm/auto-update/detect-secrets
...
detect-secrets: 1.3.0 -> 1.4.0
2022-10-06 15:37:54 +02:00
Sandro and GitHub
2fca262fa0
Merge pull request #194271 from andersk/teleport-10
2022-10-06 15:36:47 +02:00
Fabian Affolter and GitHub
cd98042266
Merge pull request #194746 from r-ryantm/auto-update/bashate
...
bashate: 2.1.0 -> 2.1.1
2022-10-06 15:36:01 +02:00
Fabian Affolter and GitHub
0fd6d6d341
Merge pull request #194715 from r-ryantm/auto-update/python310Packages.slack-sdk
...
python310Packages.slack-sdk: 3.18.5 -> 3.19.1
2022-10-06 15:35:32 +02:00
Fabian Affolter and GitHub
95f9b75acf
Merge pull request #194720 from r-ryantm/auto-update/python310Packages.twilio
...
python310Packages.twilio: 7.14.1 -> 7.14.2
2022-10-06 15:34:21 +02:00
Fabian Affolter and GitHub
3728e67590
Merge pull request #194721 from r-ryantm/auto-update/python310Packages.types-pytz
...
python310Packages.types-pytz: 2022.2.1.0 -> 2022.4.0.0
2022-10-06 15:33:46 +02:00
Fabian Affolter and GitHub
035db72210
Merge pull request #194727 from r-ryantm/auto-update/python310Packages.weconnect-mqtt
...
python310Packages.weconnect-mqtt: 0.40.1 -> 0.40.2
2022-10-06 15:33:13 +02:00
Fabian Affolter and GitHub
9523480edb
python310Packages.slither-analyzer: update disabled
2022-10-06 15:31:53 +02:00
Pavol Rusnak and GitHub
82b0c6bbc5
Merge pull request #194744 from r-ryantm/auto-update/fulcrum
2022-10-06 15:26:31 +02:00
R. Ryantm
fc66934d72
python310Packages.slither-analyzer: 0.8.3 -> 0.9.0
2022-10-06 13:05:17 +00:00
pennae and pennae
3826e303c6
nixos/firefox-syncserver: remove extra add_header
...
syncstorage-rs sets this header starting with 0.12.3.
2022-10-06 14:48:53 +02:00
pennae and pennae
f97c9d60e4
nixos/firefox-syncserver: proxyPass singleNode to 127.0.0.1
...
syncstorage-rs does not listen on ::1 unless explicitly configured.
2022-10-06 14:48:53 +02:00