Commit graph

589786 commits

Author SHA1 Message Date
Adam C. Stephens
ec4764b25f
Merge pull request #291963 from adamcstephens/ovmf/deletecsm
OVMF: remove CSM support
2024-02-28 09:09:24 -05:00
Mario Rodas
1cd1a6e4ab
Merge pull request #291162 from xrelkd/update/sn0int
sn0int: install shell completions
2024-02-28 08:59:02 -05:00
Bobby Rong
0a4ab3a3c0
Merge pull request #291332 from bobby285271/upd/lightdm-gtk-greeter
lightdm-gtk-greeter: 2.0.8 -> 2.0.9
2024-02-28 21:57:57 +08:00
R. Ryantm
e495cba8dc twitch-tui: 2.6.3 -> 2.6.4 2024-02-28 13:53:38 +00:00
Florian Warzecha
1b92b1a762
paho-mqtt-cpp: pass static/shared build to cmake
Allows to build paho-mqtt-cpp with pkgsStatic,
which results in the following build failure without this change:
```console
$ nix build ".#paho-mqtt-cpp"
error: builder for '/nix/store/hppw8cjha4qkvxl3670886rm4i2q0mi0-paho.mqtt.cpp-static-x86_64-unknown-linux-musl-1.3.2.drv' failed with exit code 2;
       last 10 log lines:
       > [ 87%] Building CXX object src/CMakeFiles/paho-cpp-objs.dir/topic.cpp.o
       > [ 93%] Building CXX object src/CMakeFiles/paho-cpp-objs.dir/will_options.cpp.o
       > [ 93%] Built target paho-cpp-objs
       > [100%] Linking CXX shared library libpaho-mqttpp3.so
       > /nix/store/zq91mr9h32cippzbnn321vrmbqkh4mi5-x86_64-unknown-linux-musl-binutils-2.40/bin/x86_64-unknown-linux-musl-ld: /nix/store/xqh4v9h8zlizphynp8d0mik2j2rzd94s-x86_64-unknown-linux-musl-gcc-13.2.0/lib/gcc/x86_64-unknown-linux-musl/13.2.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
       > /nix/store/zq91mr9h32cippzbnn321vrmbqkh4mi5-x86_64-unknown-linux-musl-binutils-2.40/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
       > collect2: error: ld returned 1 exit status
       > make[2]: *** [src/CMakeFiles/paho-mqttpp3.dir/build.make:114: src/libpaho-mqttpp3.so.1.3.2] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:161: src/CMakeFiles/paho-mqttpp3.dir/all] Error 2
       > make: *** [Makefile:156: all] Error 2
       For full logs, run 'nix log /nix/store/hppw8cjha4qkvxl3670886rm4i2q0mi0-paho.mqtt.cpp-static-x86_64-unknown-linux-musl-1.3.2.drv'.
```

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
2024-02-28 14:51:25 +01:00
Florian Warzecha
4d23d9f188
paho-mqtt-c: pass static/shared build to cmake
Allows to build paho-mqtt-c with pkgsStatic,
which results in the following build failure without this change:
```console
$ nix build ".#paho-mqtt-c"
error: builder for '/nix/store/519ajxyj9vgzzk0mi1yll0df29synv5z-paho.mqtt.c-static-x86_64-unknown-linux-musl-1.3.13.drv' failed with exit code 2;
       last 10 log lines:
       > collect2: error: ld returned 1 exit status
       > make[2]: *** [src/CMakeFiles/paho-mqtt3cs.dir/build.make:163: src/libpaho-mqtt3cs.so.1.3.13] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:295: src/CMakeFiles/paho-mqtt3cs.dir/all] Error 2
       > [ 64%] Linking C shared library libpaho-mqtt3as.so
       > /nix/store/zq91mr9h32cippzbnn321vrmbqkh4mi5-x86_64-unknown-linux-musl-binutils-2.40/bin/x86_64-unknown-linux-musl-ld: /nix/store/xqh4v9h8zlizphynp8d0mik2j2rzd94s-x86_64-unknown-linux-musl-gcc-13.2.0/lib/gcc/x86_64-unknown-linux-musl/13.2.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
       > /nix/store/zq91mr9h32cippzbnn321vrmbqkh4mi5-x86_64-unknown-linux-musl-binutils-2.40/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
       > collect2: error: ld returned 1 exit status
       > make[2]: *** [src/CMakeFiles/paho-mqtt3as.dir/build.make:179: src/libpaho-mqtt3as.so.1.3.13] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:321: src/CMakeFiles/paho-mqtt3as.dir/all] Error 2
       > make: *** [Makefile:166: all] Error 2
       For full logs, run 'nix log /nix/store/519ajxyj9vgzzk0mi1yll0df29synv5z-paho.mqtt.c-static-x86_64-unknown-linux-musl-1.3.13.drv'.
```

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
2024-02-28 14:50:23 +01:00
André Vitor de Lima Matos
675ad00f22
pipewire: fix wireplumber config paths
Quickfix for systemWide pipewire after #282377
2024-02-28 10:46:52 -03:00
Mario Rodas
916c2eb008
Merge pull request #291086 from xrelkd/update/wit-bindgen
wit-bindgen: 0.17.0 -> 0.19.1
2024-02-28 08:45:06 -05:00
Mario Rodas
edf2734483
Merge pull request #290968 from xrelkd/update/cargo-make
cargo-make: 0.37.9 -> 0.37.10
2024-02-28 08:44:40 -05:00
R. Ryantm
3f0230cfee nautilus-open-any-terminal: 0.5.0 -> 0.5.1 2024-02-28 13:44:22 +00:00
Martin Weinelt
9f7f4fc6d0
python311Packages.homeassistant-stubs: 2024.2.4 -> 2024.2.5
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.2.5
2024-02-28 14:39:10 +01:00
R. Ryantm
1329915f6b python312Packages.yolink-api: 0.3.7 -> 0.3.8 2024-02-28 13:36:34 +00:00
Martin Weinelt
6918630372
home-assistant: 2024.2.4 -> 2024.2.5
https://github.com/home-assistant/core/releases/tag/2024.2.5
2024-02-28 14:33:52 +01:00
Martin Weinelt
b0c816c865
Merge pull request #292076 from mweinelt/home-assistant-chips-wheels-2024.2.1
python311Packages.home-assistant-chip-{core,clusters}: 2024.1.0 -> 2024.2.1; python-matter-server: 5.5.3 -> 5.7.0b1
2024-02-28 14:14:49 +01:00
Shea Levy
59e3db96f9
github-runner: 2.314.0 -> 2.314.1 (#292077) 2024-02-28 14:02:56 +01:00
Mario Rodas
15538a6cbc
Merge pull request #291989 from r-ryantm/auto-update/python311Packages.types-docutils
python311Packages.types-docutils: 0.20.0.20240201 -> 0.20.0.20240227
2024-02-28 08:01:02 -05:00
Mario Rodas
00c4d3c6d1
Merge pull request #292013 from r-ryantm/auto-update/imgui
imgui: 1.90.3 -> 1.90.4
2024-02-28 08:00:25 -05:00
tomberek
8dd032ce6c
Merge pull request #292054 from r-ryantm/auto-update/parallel
parallel: 20240122 -> 20240222
2024-02-28 07:57:56 -05:00
Mario Rodas
c421bbf0b8
Merge pull request #292047 from r-ryantm/auto-update/postgresql12JitPackages.pgroonga
postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8
2024-02-28 07:55:55 -05:00
Mario Rodas
d6d871946f
Merge pull request #292070 from r-ryantm/auto-update/git-gone
git-gone: 1.0.0 -> 1.1.0
2024-02-28 07:53:52 -05:00
Mario Rodas
c20f6bb3a0
Merge pull request #291990 from r-ryantm/auto-update/twilio-cli
twilio-cli: 5.18.0 -> 5.19.0
2024-02-28 07:52:37 -05:00
pcasaretto
db3868e64c hexfiend: 2.16.0 -> 2.17.1
https://hexfiend.github.io/HexFiend/ReleaseNotes.html

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-02-28 09:31:53 -03:00
R. Ryantm
1e3ceb4ef1 rauc: 1.11.1 -> 1.11.2 2024-02-28 12:30:17 +00:00
Martin Weinelt
9a4cba0171
python311Packages.python-matter-server: 5.5.3 -> 5.7.0b1
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.6.0
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.7.0b1
2024-02-28 13:22:25 +01:00
Martin Weinelt
4c2c277d0a
python311Packages.home-assistant-chip-core: 2024.1.0 -> 2024.2.1
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.0
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.1
2024-02-28 13:22:24 +01:00
Martin Weinelt
27aa469751
python311Packages.home-assistant-chip-clusters: 2024.1.0 -> 2024.2.1
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.0
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.1
2024-02-28 13:22:22 +01:00
R. Ryantm
edf4c6561b muffet: 2.9.3 -> 2.10.0 2024-02-28 12:21:53 +00:00
R. Ryantm
fe9920d4c1 karmor: 1.1.0 -> 1.1.1 2024-02-28 12:11:53 +00:00
Janne Heß
2fed6e1f25
Merge pull request #279587 from loewenheim/sentry-cli-shell-completions
sentry-cli: Enable shell completions
2024-02-28 13:04:47 +01:00
superherointj
aaad94dbd7
Merge pull request #291830 from SuperSandro2000/audible-cli
audible-cli: add missing runtime setuptools
2024-02-28 09:03:14 -03:00
R. Ryantm
8b487da801 mise: 2024.2.18 -> 2024.2.19 2024-02-28 12:02:57 +00:00
R. Ryantm
8c67056997 git-gone: 1.0.0 -> 1.1.0 2024-02-28 12:02:38 +00:00
Florian Klink
6780926802
Merge pull request #288956 from MatthewCroughan/mc/mycelium
mycelium: init at 0.4.2
2024-02-28 13:52:49 +02:00
Alyssa Ross
dc6eafa64f linux_6_5: remove 2024-02-28 12:48:08 +01:00
R. Ryantm
62c0d92c35 renode-dts2repl: unstable-2024-02-23 -> unstable-2024-02-26 2024-02-28 11:19:06 +00:00
R. Ryantm
b19ddc76db gickup: 0.10.27 -> 0.10.28 2024-02-28 11:15:25 +00:00
R. Ryantm
40b487c691 python311Packages.monty: 2024.2.2 -> 2024.2.26 2024-02-28 11:13:20 +00:00
matthewcroughan
bd5bc4bcb6 mycelium: init at 0.4.2 2024-02-28 10:58:16 +00:00
teutat3s
88fbaf2ac5
element-desktop: 1.11.58 -> 1.11.59
https://github.com/element-hq/element-desktop/releases/tag/v1.11.59
2024-02-28 11:55:07 +01:00
toastal
877afa8eda hunspellDicts.th_TH: experimental-2023-03-01 → experimental-2024-02-27 2024-02-28 17:54:13 +07:00
R. Ryantm
8cfc4f0455 commitizen: 3.15.0 -> 3.16.0 2024-02-28 10:51:45 +00:00
R. Ryantm
bb5df569a5 cargo-tauri: 1.6.0 -> 1.6.1 2024-02-28 10:46:11 +00:00
happysalada
fe856f46a1 nushell: 0.89.0 -> 0.90.1 2024-02-28 05:36:32 -05:00
Martin Weinelt
b84d9f029f
Merge pull request #291756 from christoph-heiss/floorp/update
floorp: 11.10.2 -> 11.10.5
2024-02-28 11:28:31 +01:00
R. Ryantm
7d133525d3 lima-bin: 0.19.1 -> 0.20.1 2024-02-28 10:21:08 +00:00
R. Ryantm
0793cb1235 postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8 2024-02-28 10:15:19 +00:00
R. Ryantm
698e8907bc parallel: 20240122 -> 20240222 2024-02-28 10:14:37 +00:00
Pascal Bach
41194c1241
Merge pull request #291881 from nadir-ishiguro/update-cryptomator
cryptomator: 1.11.1 -> 1.12.3
2024-02-28 11:12:12 +01:00
Fabian Affolter
f4f097b65b
Merge pull request #286830 from fabaff/awesomeversion-bump
python311Packages.awesomeversion: 23.11.0 -> 24.2.0,  python311Packages.aiomysensors: 0.3.11 -> 0.3.12
2024-02-28 11:07:01 +01:00
Fabian Affolter
2fd82d9ae4
Merge pull request #292037 from fabaff/tesla-fleet-api-bump
python311Packages.tesla-fleet-api: 0.4.4 -> 0.4.6
2024-02-28 11:04:00 +01:00