Jörg Thalheim
f2238df2c8
Merge pull request #227167 from r-ryantm/auto-update/nix-ld
...
nix-ld: 1.0.3 -> 1.1.0
2023-04-20 09:16:46 +01:00
Nick Cao
799ef751cd
Merge pull request #227193 from r-ryantm/auto-update/ksmbd-tools
...
ksmbd-tools: 3.4.7 -> 3.4.8
2023-04-20 13:53:57 +08:00
Artturi
305d1e3887
Merge pull request #227119 from alyssais/same-triple
...
Avoid same-triple cross in tests
2023-04-20 07:57:03 +03:00
R. Ryantm
8533286f7d
ksmbd-tools: 3.4.7 -> 3.4.8
2023-04-20 04:24:34 +00:00
R. Ryantm
a8f6d10169
nix-ld: 1.0.3 -> 1.1.0
2023-04-20 00:21:50 +00:00
Weijia Wang
dbe369f0f9
Merge pull request #227061 from wegank/rectangle-bump
...
rectangle: 0.67 -> 0.68
2023-04-20 01:34:53 +03:00
Alyssa Ross
4025014f57
systemd.tests.cross: fix on aarch64-linux
...
We shouldn't try compiling to aarch64-unknown-linux-gnu from
aarch64-unknown-linux-gnu, because that tends to confuse things and is
not representative of actual cross compilation usage. In this case,
kexec-tools didn't compile.
2023-04-19 18:36:05 +00:00
Alyssa Ross
4caa00594c
systemd: fix precedence in withLibBPF condition
...
The Clang version check was being ignored, as long as the CPU version
was greater than 6. Oops.
Fixes: 0da24fa3ba
("systemd: disable BPF for ARMv5")
2023-04-19 18:31:01 +00:00
Weijia Wang
d5553d8198
rectangle: 0.67 -> 0.68
2023-04-19 16:51:00 +03:00
Weijia Wang
b344f6cee0
rectangle: refactor
2023-04-19 16:50:16 +03:00
Weijia Wang
5608f9dbad
Merge pull request #220144 from Intuinewin/rectangle-0.66
...
rectangle: 0.59 -> 0.67
2023-04-19 16:28:03 +03:00
Luke Granger-Brown
ca497b3c7d
Merge pull request #226397 from delroth/ethq-0.6.2
...
ethq: init at 0.6.2
2023-04-18 20:16:20 +01:00
Artturi
9a1f5d4248
Merge pull request #226889 from Artturin/fixlints2
2023-04-18 21:52:21 +03:00
Pierre Bourdon
348d8de2eb
ethq: init at 0.6.2
2023-04-18 20:23:11 +02:00
Artturin
eac28f38d6
treewide: fix lints
...
Arg to lib.optional is a list
build time tool in buildInputs
*Flags not a list
https://github.com/nix-community/nixpkgs-lint
2023-04-18 20:20:56 +03:00
Franz Pletz
76879f30c7
Merge pull request #226461 from SebTM/fix/powertop_xset
2023-04-18 08:19:49 +02:00
Alyssa Ross
d1f5735744
linux_testing: 6.3-rc6 -> 6.3-rc7
...
This includes the fix for debug info causing output reference cycles
on RISC-V.
2023-04-17 11:54:39 +00:00
natsukium
4a831cda4a
sketchybar: 2.14.1 -> 2.14.4
...
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.2
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.3
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.4
2023-04-17 12:40:22 +09:00
natsukium
df496ea67e
sketchybar: fix build
2023-04-17 12:27:58 +09:00
Adam Joseph
9e3b2a5822
Merge pull request #226366 from mmlb/rename-gnatboot
...
gnatboot: rename to gnat-bootstrap
2023-04-16 22:37:53 +00:00
Sebastian Sellmeier
670a632529
powertop: change substitute for xset
2023-04-16 21:56:18 +02:00
Nicolas Benes
91de60e122
batman-adv: 2022.3 -> 2023.0
2023-04-16 21:46:38 +02:00
Martin Weinelt
ec2b9644eb
Merge pull request #226394 from apfelkuchen6/jool
...
jool-cli: fix build
2023-04-16 13:53:05 +02:00
Atemu
859a712abb
Merge pull request #226172 from Atemu/update/xanmod
...
linux_xanmod, linux_xanmod_latest: update
2023-04-16 10:14:21 +02:00
apfelkuchen06
20761c31d0
jool-cli: fix build
...
prior to this, building with iptables-1.8.9 failed with
> make[2]: Entering directory '/tmp/nix-shell.okX50g/tmp.O3HX8QruLZ/source/src/usr/iptables'
> gcc -Wall -pedantic -std=gnu11 -O2 -I../.. -I/nix/store/h6saqb0001ps7mwi1c40m90f53af1hpj-iptables-1.8.9-dev/include -D_INIT=libxt_JOOL_SIIT_init -fPIC -c -o libxt_JOOL_SIIT.o libxt_JOOL_SIIT.c;
> gcc -shared -fPIC -o libxt_JOOL_SIIT.so libxt_JOOL_SIIT.o;
> /nix/store/f4qnwzv6y0nq8lix33jr5ykkyybs6fxf-binutils-2.40/bin/ld: libxt_JOOL_SIIT.o: in function `_init':
> libxt_JOOL_SIIT.c:(.text+0x150): multiple definition of `_init'; /nix/store/1n2l5law9g3b77hcfyp50vrhhssbrj5g-glibc-2.37-8/lib/crti.o:(.init+0x0): first defined here
> collect2: error: ld returned 1 exit status
> make[2]: *** [Makefile:37: libxt_JOOL_SIIT.so] Error 1
This adds the upstream fix from 490ddb0933
2023-04-16 06:06:22 +02:00
Nick Cao
985d5e6b2b
Merge pull request #225741 from mikatammi/nvidia_x11_aarch64
...
aarch64-support for NVIDIA closed and open source drivers
2023-04-16 10:32:43 +08:00
Manuel Mendez
31d6802773
gnatboot: rename to gnat-bootstrap
...
Most other bootstrap compilers are named -bootstrap so lets follow that
pattern.
2023-04-15 18:52:14 -04:00
Artturi
1cb472891d
Merge pull request #223455 from lorenz/fix-udisks-crash
2023-04-14 22:40:44 +03:00
Thiago Kenji Okada
3742f7b1a3
Merge pull request #226096 from PedroHLC/zen-kernels-6.2.11
...
zen-kernels: {6.2.9-zen1,6.2.10-lqx1} -> {6.2.11-zen1,6.2.11-lqx3}
2023-04-14 18:43:20 +01:00
Atemu
4201015d75
linux_xanmod: 6.1.23 -> 6.1.24
2023-04-14 18:18:52 +02:00
Atemu
bf975dc5b3
linux_xanmod_latest: 6.2.10 -> 6.2.11
2023-04-14 18:18:52 +02:00
Mika Tammi
2a6b15d371
linuxPackages.nvidia_x11: aarch64-linux support
...
* Add aarch64-linux binary packages
* add cross-compilation support to open-package
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-04-14 17:36:16 +03:00
Nick Cao
bc74c8fb42
Merge pull request #226137 from Kiskae/nvidia-maintainer
...
maintainers: add kiskae
2023-04-14 19:15:05 +08:00
Kiskae
4f8300ad9a
linuxPackages.nvidia_x11: add kiskae as maintainer
2023-04-14 12:45:19 +02:00
Weijia Wang
abe7316dd5
Merge pull request #226072 from Strum355/nvme-cli-bump
...
nvme-cli & libnvme: 2.2.1 -> 2.4 and 1.2 -> 1.4
2023-04-14 12:45:17 +03:00
Maximilian Bosch
e36b79fe52
Merge pull request #226068 from Ma27/linux-kernel-updates
...
Linux kernel updates 2023-04-13
2023-04-14 07:04:11 +02:00
PedroHLC ☭
23b160b370
linux-zen: 6.2.9-zen1 -> 6.2.11-zen1
2023-04-13 21:43:02 -03:00
PedroHLC ☭
8ceb20e224
linux-lqx: 6.2.10-lqx1 -> 6.2.11-lqx3
2023-04-13 21:30:51 -03:00
toonn
54475ebea5
Merge pull request #225409 from 0xnetfox/fix/apple-framework-System-dangling-symlink
...
apple-framework-System: fix System.tbd dangling symbolic link
2023-04-13 23:55:12 +02:00
Noah Santschi-Cooney
8a8b88f3da
libnvme: 1.2 -> 1.4
2023-04-13 21:24:33 +01:00
Noah Santschi-Cooney
5fe45ebfea
nvme-cli: 2.2.1 -> 2.4
2023-04-13 21:13:50 +01:00
Maximilian Bosch
fbd1787ee4
linux/hardened/patches/6.1: 6.1.22-hardened1 -> 6.1.24-hardened1
2023-04-13 21:58:45 +02:00
Maximilian Bosch
c292d1c5ec
linux/hardened/patches/5.4: 5.4.239-hardened1 -> 5.4.240-hardened1
2023-04-13 21:58:31 +02:00
Maximilian Bosch
74172b7fb2
linux/hardened/patches/5.15: 5.15.105-hardened1 -> 5.15.107-hardened1
2023-04-13 21:58:19 +02:00
Maximilian Bosch
a772928292
linux/hardened/patches/5.10: 5.10.176-hardened1 -> 5.10.177-hardened1
2023-04-13 21:58:06 +02:00
Maximilian Bosch
1039cfa337
linux/hardened/patches/4.19: 4.19.279-hardened1 -> 4.19.280-hardened1
2023-04-13 21:57:53 +02:00
Maximilian Bosch
a26979b948
linux/hardened/patches/4.14: 4.14.311-hardened1 -> 4.14.312-hardened1
2023-04-13 21:57:41 +02:00
Maximilian Bosch
a3ebae52fd
linux_latest-libre: 19160 -> 19172
2023-04-13 21:54:45 +02:00
Maximilian Bosch
5bc4e2facb
linux: 6.2.10 -> 6.2.11
2023-04-13 21:54:25 +02:00
Maximilian Bosch
4476457c5c
linux: 6.1.23 -> 6.1.24
2023-04-13 21:54:13 +02:00