Weijia Wang
37c09f8fc8
fluent-bit: fix build on x86_64-darwin
2023-10-12 23:09:19 +02:00
Tobias Mayer
3b1c0d6ecc
fluent-bit: re-enable on darwin
2023-10-12 13:45:20 +02:00
Silvan Mosberger
98156cb838
Merge pull request #260195 from hercules-ci/nixos-eval-config-renames
2023-10-10 13:33:53 +02:00
markuskowa
920568abf7
Merge pull request #260173 from r-ryantm/auto-update/hdfview
...
hdfview: 3.3.0 -> 3.3.1
2023-10-10 13:31:45 +02:00
Robert Hensing
a14f3f829d
nixos/eval-config.nix: Rename arg nixosSystem -> configuration
...
For some time now the attrset returned by `evalModules` has
`type = "configuration"`.
This is a clean refactor because the name is not exposed.
(never is for simple lambda)
2023-10-10 13:25:15 +02:00
Robert Hensing
1c0427862e
nixos/eval-config.nix: Rename let withExtraArgs -> withExtraAttrs
...
Presumably it only used to add `extraArgs`, but it also adds other
attributes now.
2023-10-10 13:24:55 +02:00
Ryan Mulligan
98deb47f4f
Merge pull request #260039 from r-ryantm/auto-update/cadical
...
cadical: 1.5.3 -> 1.8.0
2023-10-10 04:18:42 -07:00
Robert Hensing
2eb706646a
Merge pull request #259797 from K900/eval-config-pkgs
...
eval-config.nix: set nixpkgs.pkgs instead of _module.args.pkgs
2023-10-10 13:18:30 +02:00
Ryan Mulligan
2fe1a54b72
Merge pull request #260109 from r-ryantm/auto-update/eltclsh
...
eltclsh: 1.18 -> 1.19
2023-10-10 04:18:11 -07:00
Ryan Mulligan
b5e7059112
Merge pull request #260112 from r-ryantm/auto-update/feh
...
feh: 3.10 -> 3.10.1
2023-10-10 04:17:47 -07:00
Ryan Mulligan
377cfcd4af
Merge pull request #260116 from r-ryantm/auto-update/flashprint
...
flashprint: 5.7.1 -> 5.8.0
2023-10-10 04:17:24 -07:00
Ryan Mulligan
def68cf031
Merge pull request #260130 from r-ryantm/auto-update/gi-crystal
...
gi-crystal: 0.18.0 -> 0.19.0
2023-10-10 04:16:32 -07:00
Ryan Mulligan
5c16620641
Merge pull request #260135 from r-ryantm/auto-update/glab
...
glab: 1.32.0 -> 1.33.0
2023-10-10 04:15:57 -07:00
K900
e2071a1ad0
Merge pull request #260180 from ProminentRetail/maintainer
...
maintainers: add prominentretail
2023-10-10 13:57:38 +03:00
Thomas Gerbet
147d12908d
Merge pull request #259881 from MikaelFangel/patch-freeswitch
...
freeswitch: patch CVE-2023-5217 and CVE-2023-44488
2023-10-10 12:34:47 +02:00
Naïm Favier
af99452de5
Merge pull request #260179 from r-ryantm/auto-update/ibus-engines.typing-booster-unwrapped
...
ibus-engines.typing-booster-unwrapped: 2.24.1 -> 2.24.2
2023-10-10 12:05:31 +02:00
Doron Behar
c74fd1b820
Merge pull request #230297 from alias-dev/feature/regols
...
regols: init at 0.2.2
2023-10-10 12:53:27 +03:00
ProminentRetail
4f51764e23
maintainers: add prominentretail
2023-10-10 20:50:37 +11:00
Maximilian Bosch
3d3b99ad20
Merge pull request #259980 from Ma27/synapse-db-assertion
...
nixos/matrix-synapse: drop old DB check assertion, actually require DB to be up
2023-10-10 11:41:05 +02:00
Maximilian Bosch
791fe98a0d
Merge pull request #259888 from julianschacher/matrix-synapse-fix-media-store-access
...
nixos/matrix-synapse: add `media_store_path` to services `ReadWritePaths`
2023-10-10 11:40:45 +02:00
Fabian Affolter
dc150667dd
Merge pull request #260164 from fabaff/bitarray-bump
...
python311Packages.bitarray: 2.8.1 -> 2.8.2
2023-10-10 11:29:28 +02:00
R. Ryantm
3a5f71f63e
ibus-engines.typing-booster-unwrapped: 2.24.1 -> 2.24.2
2023-10-10 09:26:45 +00:00
Joshua Trees
08170dd535
openmw: 0.47.0 -> 0.48.0
...
Co-authored-by: Peter Hoeg <peter@hoeg.com>
2023-10-10 10:58:27 +02:00
Jonas Heinrich
f9d065801f
Merge pull request #259860 from marsam/opensnitch-buildGo121Module
...
opensnitch: use buildGo121Module
2023-10-10 10:51:54 +02:00
Artturi
e189e9c0de
Merge pull request #259941 from christoph-heiss/fix/bluemann-cross
...
blueman: fix cross-compilation
2023-10-10 11:51:01 +03:00
Jonas Heinrich
3d7552b68c
Merge pull request #257430 from nephalemsec/update-feishin
...
feishin: 0.3.0 -> 0.4.1
2023-10-10 10:45:35 +02:00
Gaetan Lepage
b8eebcad82
neovim: 0.9.2 -> 0.9.4
2023-10-10 10:44:03 +02:00
Alyssa Ross
45584b3e5a
diffutils: disable tests on aarch64 musl
...
The tests have never worked on aarch64 musl, so this restores the
previous behaviour on that platform of building successfully even
though the tests don't pass.
Since the tests work on x86_64 musl, and not aarch64 musl, my best
guess having not looked too closely is that the difference is because
aarch64 is stuck on ancient bootstrap tools for musl that cause all
sorts of problems. Hopefully we can revert this once the bootstrap
tools are updated. Having diffutils building is a prerequisite to
doing that.
Fixes: 9588972fe9
("diffutils: 3.9 -> 3.10")
2023-10-10 08:40:18 +00:00
Fabian Affolter
f39bf150a6
Merge pull request #260157 from fabaff/ephem-bump
...
python311Packages.ephem: 4.1.4 -> 4.1.5
2023-10-10 10:33:45 +02:00
Fabian Affolter
fccc344a69
Merge pull request #260158 from fabaff/plexwebsocket-bump
...
python311Packages.plexwebsocket: 0.0.13 -> 0.0.14
2023-10-10 10:33:34 +02:00
Fabian Affolter
23752229c5
Merge pull request #255541 from fabaff/apple-weatherkit
...
python311Packages.apple-weatherkit: init at 1.0.3
2023-10-10 10:33:01 +02:00
Artturi
4434db32ea
Merge pull request #258301 from hughobrien/dosbox-x
2023-10-10 11:20:25 +03:00
Ben Wolsieffer
b6876d5c86
nixos/security/wrappers: don't force PIE hardening ( #259509 )
...
PIE causes problems with static binaries on ARM (see 76552e9
). It is
enabled by default on other platforms anyway when musl is used, so we
don't need to specify it manually.
2023-10-10 10:13:29 +02:00
R. Ryantm
18681bc0da
hdfview: 3.3.0 -> 3.3.1
2023-10-10 08:13:18 +00:00
Fabian Affolter
21de4a64c0
Merge pull request #260153 from fabaff/pyopenuv-bump
...
python311Packages.pyopenuv: 2023.02.0 -> 2023.08.0
2023-10-10 09:56:35 +02:00
R. Ryantm
80aad997b1
butt: 0.1.38 -> 0.1.39
2023-10-10 08:46:24 +01:00
Fabian Affolter
cdc2be8698
Merge pull request #260154 from fabaff/eufylife-ble-client-bump
...
python311Packages.eufylife-ble-client: 0.1.7 -> 0.1.8
2023-10-10 09:42:22 +02:00
piegames
906535b619
Merge pull request #260136 : gnomeExtensions.easyScreenCast: 1.7.0->1.7.1
2023-10-10 09:33:50 +02:00
Fabian Affolter
2b7b4f3ea0
Merge pull request #260149 from fabaff/pyoverkiz-bump
...
python311Packages.pyoverkiz: 1.12.0 -> 1.12.1
2023-10-10 09:27:44 +02:00
Fabian Affolter
5a3ea1e442
Merge pull request #260151 from fabaff/tagoio-sdk-bump
...
python311Packages.tagoio-sdk: 4.2.0 -> 4.2.1
2023-10-10 09:27:35 +02:00
Lin Jian
a75d4a5fd5
Merge pull request #260069 from doronbehar/doc/mkOptionType.typo
...
nixos/doc/mkOptionType: small typo fix
2023-10-10 15:23:08 +08:00
Fabian Affolter
ae1c4fd1a1
python311Packages.bitarray: 2.8.1 -> 2.8.2
...
Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.2/CHANGE_LOG
2023-10-10 09:17:37 +02:00
Fabian Affolter
2a8f0342ee
home-assistant: update component-packages
2023-10-10 09:14:58 +02:00
Fabian Affolter
7852494d37
python311Packages.plexwebsocket: add format
...
- disable on unsupported Python releases
2023-10-10 09:12:43 +02:00
Fabian Affolter
692d9b3c0a
python311Packages.plexwebsocket: add changelog to meta
2023-10-10 09:10:25 +02:00
Fabian Affolter
6e76dcef6c
python311Packages.ephem: 4.1.4 -> 4.1.5
2023-10-10 09:05:26 +02:00
Fabian Affolter
99c8e6c565
python311Packages.plexwebsocket: 0.0.13 -> 0.0.14
...
Diff: https://github.com/jjlawren/python-plexwebsocket/compare/v0.0.13...v0.0.14
2023-10-10 09:04:14 +02:00
Fabian Affolter
79089bfafa
python311Packages.apple-weatherkit: 1.0.3 -> 1.0.4
...
Diff: https://github.com/tjhorner/python-weatherkit/compare/refs/tags/v1.0.3...v1.0.4
Changelog: https://github.com/tjhorner/python-weatherkit/releases/tag/v1.0.4
2023-10-10 08:59:54 +02:00
Fabian Affolter
0451d59bb1
python311Packages.apple-weatherkit: init at 1.0.3
...
Python library for Apple WeatherKit
https://github.com/tjhorner/python-weatherkit
2023-10-10 08:57:02 +02:00
Fabian Affolter
7c2dfd6361
python311Packages.eufylife-ble-client: 0.1.7 -> 0.1.8
2023-10-10 08:51:39 +02:00