github-actions[bot]
7017e013bf
Merge staging-next into staging
2023-10-05 12:02:16 +00:00
github-actions[bot]
c220ae86d3
Merge master into staging-next
2023-10-05 12:01:42 +00:00
Linus Heckemann
81f6dc0864
Merge pull request #257919 from Ma27/structured-attrs-env-vars
...
structured attrs: prefer `NIX_ATTRS_*_FILE` over `.attrs.*`
2023-10-05 12:48:00 +02:00
Franz Pletz
cf823881a9
Merge pull request #259088 from r-ryantm/auto-update/mediamtx
...
mediamtx: 1.1.0 -> 1.1.1
2023-10-05 12:15:14 +02:00
Weijia Wang
b64aeb42b5
Merge pull request #259097 from marsam/update-pgbouncer
...
pgbouncer: 1.20.0 -> 1.20.1
2023-10-05 11:51:53 +02:00
Alyssa Ross
a838aa244f
Merge remote-tracking branch 'origin/master' into staging-next
...
The hash for pytensor is not correct, but that's also the case in
master, so a merge commit isn't the place to fix it.
Conflicts:
pkgs/development/python-modules/faadelays/default.nix
pkgs/development/python-modules/pytensor/default.nix
pkgs/tools/admin/rset/default.nix
2023-10-05 08:02:48 +00:00
Jonathan Davies
47ed687e6e
quickwit: 0.6.3 -> 0.6.4
2023-10-05 08:00:53 +00:00
Martin Weinelt
45f2fb90eb
Merge pull request #259083 from NixOS/home-assistant
...
home-assistant: 2023.9.3 -> 2023.10.0
2023-10-05 05:30:10 +02:00
Martin Weinelt
6ef3db48a8
python311Packages.homeassistant-stubs: 2023.9.3 -> 2023.10.0
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.10.0
2023-10-05 05:09:55 +02:00
Martin Weinelt
eee2819fc4
home-assistant: 2023.9.3 -> 2023.10.0
...
https://www.home-assistant.io/blog/2023/10/04/release-202310/
2023-10-05 05:09:54 +02:00
Martin Weinelt
2036d5395a
home-assistant.intents: 2023.9.22 -> 2023.10.2
...
https://github.com/home-assistant/intents-package/compare/refs/tags/2023.9.22...2023.10.2
2023-10-05 05:09:51 +02:00
Anderson Torres
a9d73dea16
treewide: remove cstrahan from meta.maintainers - part 2
...
19 files modified with this removal
2023-10-04 22:20:58 -03:00
Anderson Torres
492414af5f
treewide: remove cstrahan from meta.maintainers - part 1
...
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
R. Ryantm
3314184e25
mediamtx: 1.1.0 -> 1.1.1
2023-10-05 00:27:21 +00:00
github-actions[bot]
d4ed9dd5cd
Merge staging-next into staging
2023-10-05 00:02:58 +00:00
Vladimír Čunát
fa7835846a
Merge branch 'master' into staging-next
2023-10-04 22:40:54 +02:00
Maximilian Bosch
8bc5104a6e
treewide: refactor .attrs.sh
detection
...
When specifying the `builder` attribute in `stdenv.mkDerivation`, this
will be effectively transformed into
builtins.derivation {
builder = stdenv.shell;
args = [ "-e" builder ];
}
This also means that `default-builder.sh` is never sourced and as a
result it's not guaranteed that `$NIX_ATTRS_SH_FILE` is set to a correct
location[1].
Also, we need to source `.attrs.sh` to source `$stdenv`. So, the
following is done now:
* If `$NIX_ATTRS_SH_FILE` points to a correct location, then use it.
Directly using `.attrs.sh` is problematic for `nix-shell(1)` usage
(see previous commit for more context), so prefer the environment
variable if possible.
* Otherwise, if `.attrs.sh` exists, then use it. See [1] for when this
can happen.
* If neither applies, it can be assumed that `__structuredAttrs` is
turned off and thus nothing needs to be done.
[1] It's possible that it doesn't exist at all - in case of Nix 2.3 or
it can point to a wrong location on older Nix versions with a bug in
`__structuredAttrs`.
2023-10-04 18:36:57 +02:00
Weijia Wang
aeb18cc5a3
Merge pull request #258918 from r-ryantm/auto-update/sabnzbd
...
sabnzbd: 4.0.3 -> 4.1.0
2023-10-04 16:09:16 +02:00
Nick Cao
b3cc38bf7a
Merge pull request #258925 from r-ryantm/auto-update/buildkite-agent-metrics
...
buildkite-agent-metrics: 5.7.0 -> 5.8.0
2023-10-04 10:00:52 -04:00
Nick Cao
31a4c3f2e2
Merge pull request #258841 from NickCao/x11-security
...
xorg.libX11: 1.8.6 -> 1.8.7, xorg.libXpm: 3.5.16 -> 3.5.17
2023-10-04 09:24:16 -04:00
github-actions[bot]
c7a3c2d71b
Merge master into staging-next
2023-10-04 12:01:01 +00:00
Franz Pletz
fb0b874a51
Merge pull request #258724 from mfrw/mfrw/prometheus-2.47.0
2023-10-04 10:20:25 +02:00
github-actions[bot]
0f2514516b
Merge master into staging-next
2023-10-04 06:00:56 +00:00
R. Ryantm
247ca81f41
buildkite-agent-metrics: 5.7.0 -> 5.8.0
2023-10-04 04:29:44 +00:00
Mario Rodas
bd5b35db3f
pgbouncer: 1.20.0 -> 1.20.1
...
Changelog: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_20_1
2023-10-04 04:20:00 +00:00
R. Ryantm
5755effb31
sabnzbd: 4.0.3 -> 4.1.0
2023-10-04 03:55:15 +00:00
Artturi
d1c9180c6d
Merge pull request #258425 from NickCao/xf86videosiliconmotion
2023-10-04 05:19:08 +03:00
github-actions[bot]
4b71f780ea
Merge master into staging-next
2023-10-04 00:02:21 +00:00
Weijia Wang
c96a78b5a3
Merge pull request #256047 from r-ryantm/auto-update/mysql_jdbc
...
mysql_jdbc: 8.0.33 -> 8.1.0
2023-10-04 01:44:02 +02:00
Artturi
0612b612f0
Merge pull request #257087 from pasqui23/discord-puppet-node-18
2023-10-03 23:28:15 +03:00
Martin Weinelt
e29e5077fc
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/podcastparser/default.nix
2023-10-03 21:13:27 +02:00
Nick Cao
6a935b14c1
xorg.libXpm: 3.5.16 -> 3.5.17
2023-10-03 13:43:11 -04:00
Nick Cao
efdba2d7be
xorg.libX11: 1.8.6 -> 1.8.7
2023-10-03 13:42:15 -04:00
Nick Cao
dbcae9f958
Merge pull request #258712 from jmbaur/coredns-fix-cross
...
coredns: Fix cross-compile
2023-10-03 10:03:10 -04:00
Nick Cao
eaccf998c6
Merge pull request #258732 from r-ryantm/auto-update/prometheus-pushgateway
...
prometheus-pushgateway: 1.6.0 -> 1.6.2
2023-10-03 09:56:07 -04:00
Alyssa Ross
b369092b3b
xorg.libxcvt.meta.homepage: init
2023-10-03 12:05:52 +00:00
Alyssa Ross
d8469ef08c
pkgsStatic.xorg.libxcvt: mark unsupported
...
Uses shared_library in Meson.
2023-10-03 12:05:52 +00:00
Mario Rodas
ae2ba7eb45
Merge pull request #258753 from marsam/postgresql-age-support-more-versions
...
postgresqlPackages.age: support more PostgreSQL versions
2023-10-03 05:10:54 -05:00
Fabian Affolter
75ef5c8764
Merge pull request #258721 from elohmeier/checksslcert-darwin
...
checkSSLCert: add darwin support
2023-10-03 11:08:05 +02:00
Martin Weinelt
b135595213
Merge remote-tracking branch 'origin/master' into staging-next
2023-10-03 10:17:45 +02:00
lewo
326215986a
Merge pull request #257376 from trofi/postfix-leaner-closure
...
postfix: mangle store paths in /etc/postfix/makedefs.out
2023-10-03 08:39:07 +02:00
Fabián Heredia Montiel
bc5e2a537d
Merge pull request #258708 from r-ryantm/auto-update/gobgpd
...
gobgpd: 3.18.0 -> 3.19.0
2023-10-03 00:37:38 -06:00
R. Ryantm
5ab0f73463
prometheus-pushgateway: 1.6.0 -> 1.6.2
2023-10-03 06:20:16 +00:00
github-actions[bot]
560e64fc7a
Merge master into staging-next
2023-10-03 06:01:08 +00:00
Muhammad Falak R Wani
78204e9206
prometheus: 2.46.0 -> 2.47.0
...
Diff: https://github.com/prometheus/prometheus/compare/v2.46.0...v2.47.0
Changelog: https://github.com/prometheus/prometheus/blob/v2.47.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-10-03 10:36:28 +05:30
Enno Richter
8d58b64400
checkSSLCert: add darwin support
2023-10-03 06:52:59 +02:00
Mario Rodas
cf5cea07bd
postgresqlPackages.age: support more PostgreSQL versions
2023-10-03 04:20:00 +00:00
Jared Baur
c10a190986
coredns: Fix cross-compile
...
When running go generate, an intermediate binary is built called
`directives_generate`, which will be built with whatever is defined in
GOARCH and GOOS.
2023-10-02 20:46:10 -07:00
R. Ryantm
dc6deef51f
gobgpd: 3.18.0 -> 3.19.0
2023-10-03 03:10:43 +00:00
Martin Weinelt
9d0b02be98
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/python-ndn/default.nix
2023-10-02 23:59:00 +02:00