Nick Cao
f6348ff1c9
fw-ectool: unstable-2022-12-03 -> 0-unstable-2023-12-15, switch upstream
2024-05-15 19:33:22 -04:00
DontEatOreo
525339a9e4
raycast: 1.73.0 -> 1.74.0
...
Changelog: https://www.raycast.com/changelog/1-74-0
2024-05-15 21:32:56 +03:00
R. Ryantm
6756da7793
fnotifystat: 0.02.11 -> 0.03.00
2024-05-15 13:58:00 +00:00
Weijia Wang
81e1c9714d
Merge pull request #310680 from kiike/zhf/ena
...
linuxPackages.ena: 2.8.9 -> 2.12.0
2024-05-15 10:51:06 +02:00
Thiago Kenji Okada
8ac3a8f680
Merge pull request #311793 from lucasew/20240514-fix-linux-config
...
linux: fix issue in config generation on lqx kernel
2024-05-15 05:09:41 +01:00
lucasew
9401e087e2
linux: fix issue in config generation on lqx kernel
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-05-14 22:49:41 -03:00
zowoq
e5d9b197e9
darwin.openwith: unbreak on x86_64-darwin
2024-05-15 09:08:54 +10:00
Enric Morales
98bd35c20c
linuxPackages.ena: patch kcompat.h for explicit compatibility with < 6.8
2024-05-14 23:58:20 +02:00
Sandro
d75c1275b8
Merge pull request #311487 from NixOS/sysdig_0370
2024-05-14 13:52:00 +02:00
Enric Morales
1271a9d48c
linuxPackages.ena: 2.8.9 -> 2.12.0
2024-05-14 09:38:15 +02:00
Marcus Ramberg
c5e1cf1c93
Merge pull request #310571 from martinetd/by-name
...
{rmfakecloud, libbpf, pahole, bcc, bpftrace}: migrate to by-name
2024-05-14 07:02:06 +02:00
Franz Pletz
c849940e4f
cryptodev: fix build with patches from master
2024-05-14 00:43:56 +02:00
Sebastian Sellmeier
c784a9f224
sysdig: 0.36.0 -> 0.37.0
2024-05-14 00:16:02 +02:00
nikstur
7ed944be63
Merge pull request #311374 from thillux/mtheil/update-mstflint
...
mstflint: 4.26.0-1 -> 4.28.0-1
2024-05-13 18:14:57 +02:00
Nick Cao
ecdb1d6cd0
Merge pull request #311182 from wegank/rectangle-bump
...
rectangle: 0.77 -> 0.79
2024-05-13 11:00:41 -04:00
Markus Theil
d45657d3ee
mstflint_access: 4.26.0-1 -> 4.28.0-1
...
Release Notes: see mstflint bump
Notable Fixes:
* fix compilation with Linux 6.4 upwards
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-05-13 15:53:03 +02:00
K900
7593cdc3a1
linux-firmware: 20240410 -> 20240513
...
Mostly amdgpu/Intel wireless/audio, and some other misc stuff.
2024-05-13 14:48:34 +03:00
Florian Klink
d6a32d4104
Merge pull request #311290 from alyssais/systemd-static-broken
...
pkgsStatic.systemd: don't mark broken
2024-05-13 10:25:57 +02:00
Alyssa Ross
0fa8227be4
pkgsStatic.systemd: don't mark broken
...
It's already (more accurately and usefully) marked unsupported. It's
redundant to also mark it broken in the same case.
2024-05-13 10:19:34 +02:00
K900
6d249cae65
linux_6_9: init at 6.9
2024-05-13 08:43:29 +03:00
Franz Pletz
6e8d6c46bb
Merge pull request #310648 from WilliButz/rename/mm-tools
2024-05-13 00:29:03 +02:00
Weijia Wang
659d66c68b
rectangle: 0.77 -> 0.79
2024-05-12 23:34:14 +02:00
Peder Bergebakken Sundt
8b1c8d6f7a
Merge pull request #309610 from keenanweaver/gamedevices
...
game-devices-udev-rules: 0.22 -> 0.23
2024-05-12 20:24:46 +02:00
Dominique Martinet
dbe53bea95
bpftrace: migrate to by-name
...
The package is left in all-packages to allow setting llvmPackages more
easily
2024-05-12 19:05:44 +09:00
Dominique Martinet
e9531dec25
bcc: migrate to by-name
...
The package is left in all-packages to allow setting llvmPackages more
easily
2024-05-12 19:05:44 +09:00
github-actions[bot]
8101e67b3d
Merge master into staging-next
2024-05-12 06:01:23 +00:00
John Ericson
f8dff35f25
Merge pull request #298849 from rhelmot/freebsd-minimal2/fblibc
...
FreeBSD: Rework scope + building libc
2024-05-11 21:56:38 -04:00
Audrey Dutcher
2cc214b4c3
freebsd: 13.1.0 -> 14.0.0
...
The old patches are kept because the version is actually configurable.
In the future both versions may be exposed.
Co-Auhtored-By: Artemis Tosini <me@artem.ist>
Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-11 21:52:31 -04:00
Artemis Tosini
06b05d2289
freebsd: Cleanup, get ready to support version 14
...
* Extend libc
Include non-libc core libraries in the libc package. Many of these
mirror libraries present in glibc on linux, such as libgcc, libraries
used for iconv, and libraries used for reading kernel info (libkvm,
libprocstat, libmemstat).
Without this many packages outside the freebsd tree would need to be
modified to include standard dependencies which would already be on
the system for other packages.
* Mark FreeBSD as using LLVM
* Update default LLVM version FreeBSD
* Use patch monolith
The patchesRoot system combined with the fact that each derivation
will Request specific names of patches makes it very annoying to use
other FreeBSD source trees with nixpkgs. This new system allows
providing one Or more entire trees of patches whose contents will be
dynamically Parsed and only the relevant patches will be applied for
any one Derivation.
With this commit, the following knobs are available for specifying the
FreeBSD source:
- overriding `freebsd.versionInfo`, for picking another official
supported FreeBSD release.
- overriding `freebsd.source` for specifying a specific unpatched
FreeBSD source tree.
- overriding `freebsd.patches`, for specifying the patches to apply.
Co-Authored-by: Audrey Dutcher <audrey@rhelmot.io>
Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-11 21:52:07 -04:00
Martin Weinelt
38235703ba
Merge pull request #310848 from mweinelt/ipu6-stack-maintainership
...
ipu6*/ivsc*: drop maintenance
2024-05-12 02:29:29 +02:00
github-actions[bot]
42828a757c
Merge master into staging-next
2024-05-11 18:01:23 +00:00
Nick Cao
d045ae381c
Merge pull request #310633 from WilliButz/update/realtek-drivers
...
Update realtek drivers rtl8189es, rtl8189fs, rtl8192eu, rtl8723ds, rtl8812au, rtl8821cu
2024-05-11 10:10:13 -04:00
Nick Cao
2ab0a580da
Merge pull request #310572 from martinetd/libbpf_0
...
libbpf_0: 0.8.1 -> 0.8.3
2024-05-11 10:03:20 -04:00
Martin Weinelt
bcc261d924
ipu6*/ivsc*: drop maintenance
...
I have little hope for this camera and decided to replace it for now.
2024-05-11 15:44:34 +02:00
Jan Tojnar
4be4408157
Merge branch 'master' into staging-next
...
; Conflicts:
; maintainers/scripts/luarocks-packages.csv
; pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Marcus Ramberg
d44374279b
Merge pull request #310094 from DontEatOreo/update-raycast
...
raycast: 1.72.0 -> 1.73.0
2024-05-10 23:56:14 +02:00
WilliButz
7192c09b8a
linuxPackages.mm-tools: rename from vm-tools, add alias
...
See https://lore.kernel.org/all/20230103180754.129637-4-sj@kernel.org
2024-05-10 19:39:39 +02:00
WilliButz
dc49a073ee
linuxPackages.rtl8821cu: 2023-09-10 -> 2024-05-03
2024-05-10 17:22:28 +02:00
WilliButz
85a9d840f2
linuxPackages.rtl8812au: 2024-01-19 -> 2024-03-20
2024-05-10 17:22:03 +02:00
WilliButz
4ee5f054e9
linuxPackages.rtl8723ds: 2022-12-01 -> 2023-11-24
2024-05-10 17:21:34 +02:00
WilliButz
a5959587e4
linuxPackages.rtl8192eu: 2023-06-13 -> 2024-05-07
2024-05-10 17:21:00 +02:00
WilliButz
95bbea992d
linuxPackages.rtl8189es: 2023-03-27 -> 2024-01-22
2024-05-10 17:20:33 +02:00
WilliButz
3e649cea04
linuxPackages.rtl8189es: 2023-03-14 -> 2024-01-21
2024-05-10 17:19:37 +02:00
Dominique Martinet
b96735bab1
libbpf_0: 0.8.1 -> 0.8.3
2024-05-10 21:32:14 +09:00
Franz Pletz
b791c7e88a
Merge pull request #310299 from herbetom/update-batman-adv
2024-05-10 00:18:59 +02:00
github-actions[bot]
f496548573
Merge master into staging-next
2024-05-09 12:01:21 +00:00
Christian Kögler
7ed6b76fa0
Merge pull request #310283 from ck3d/tbs-20240506
...
tbs: 20231210 -> 20240506
2024-05-09 11:42:57 +02:00
Tom Herbers
597e641a06
batman-adv: 2024.0 -> 2024.1
...
Changelog: https://www.open-mesh.org/news/116
2024-05-09 11:10:23 +02:00
Maximilian Bosch
4467d803aa
Merge pull request #310110 from lheckemann/linux-modules-xz
...
linux: always use xz for compressing modules
2024-05-09 07:10:16 +00:00
Christian Kögler
7d414b938f
tbs: 20231210 -> 20240506
2024-05-09 08:05:49 +02:00
Linus Heckemann
2f04c5f8a3
linux: always use xz for compressing modules
...
The change I merged too hastily in #302300 increases the size by
~30%. This could be improved upon, but in the meantime let's go back
to xz while keeping zstd-compressed firmware (only 4.4% larger) and
_support_ for zstd-compressed modules.
2024-05-09 00:16:52 +02:00
github-actions[bot]
8d97a60dd1
Merge master into staging-next
2024-05-08 18:01:26 +00:00
Weijia Wang
bf0815649c
Merge pull request #309948 from kiike/zhf/linuxPackages.ddcci
...
linuxPackages.ddcci-driver: fix build with Linux >= 6.8
2024-05-08 17:06:28 +02:00
Nick Cao
45b5975f59
Merge pull request #309995 from r-ryantm/auto-update/fscrypt-experimental
...
fscrypt-experimental: 0.3.4 -> 0.3.5
2024-05-08 10:38:54 -04:00
Linus Heckemann
a10842c7f0
Merge pull request #302300 from Ma27/kernel-zstd
...
linux kernel: prefer zstd where possible
2024-05-08 15:17:45 +02:00
DontEatOreo
28d2f5bc84
raycast: 1.72.0 -> 1.73.0
...
Changelog: https://www.raycast.com/changelog/1-73-0
2024-05-08 15:29:11 +03:00
R. Ryantm
67d4f8af16
fscrypt-experimental: 0.3.4 -> 0.3.5
2024-05-08 01:17:45 +00:00
github-actions[bot]
798dfbbedb
Merge master into staging-next
2024-05-08 00:02:03 +00:00
Janik
4965514991
Merge pull request #305018 from j-brn/master
...
kvmfr: fix build failure for B7-rc1
2024-05-08 00:40:34 +02:00
Enric Morales
a4d8c76254
linuxPackages.ddcci-driver: fix build with Linux >= 6.8
2024-05-07 23:38:41 +02:00
github-actions[bot]
30144b9efd
Merge master into staging-next
2024-05-07 12:01:16 +00:00
Pol Dellaiera
b5c90bbeb3
Merge pull request #283634 from itzwam/master
...
nixos-rebuild: Fetch Flake's default configurationName (Hostname) from targetHost
2024-05-07 13:12:17 +02:00
Pol Dellaiera
8b2eeb2249
Merge pull request #309735 from Sigmanificient/linux-doc
...
linux-doc: adapt, fix build
2024-05-07 11:49:13 +02:00
Sigmanificient
e99bede01d
linux-doc: adopt, fix build, apply minor changes
2024-05-07 11:00:32 +02:00
github-actions[bot]
58ecfa2997
Merge master into staging-next
2024-05-07 06:01:04 +00:00
Jörg Thalheim
1288bcc7ae
Merge pull request #309648 from Shawn8901/fix_python_nftables
...
nftables: fix substituted file location
2024-05-07 06:12:54 +02:00
github-actions[bot]
9b53839f00
Merge master into staging-next
2024-05-07 00:02:04 +00:00
Shawn8901
e8beca2617
nftables: fix substituted file location
2024-05-06 22:46:57 +02:00
John Ericson
f571081899
Merge pull request #309577 from obsidiansystems/bsd-reformat
...
bsd treewide: Run RFC formatter
2024-05-06 15:08:43 -04:00
Keenan Weaver
547e148dec
game-devices-udev-rules: 0.22 -> 0.23
2024-05-06 13:01:26 -05:00
John Ericson
3fe3b055ad
bsd treewide: Run RFC formatter
2024-05-06 10:59:45 -04:00
John Ericson
56590dd7b3
netbsd: Remove unneded let-bind
2024-05-06 10:58:23 -04:00
github-actions[bot]
041bd1cdf7
Merge master into staging-next
2024-05-05 18:00:54 +00:00
Weijia Wang
62ca3781f0
Merge pull request #307699 from r-ryantm/auto-update/fwts
...
fwts: 24.01.00 -> 24.03.00
2024-05-05 17:58:45 +02:00
Jan Tojnar
100509c030
Merge branch 'staging-next' into staging
...
Conflicts in luaPackages.luarocks-nix:
- 8b563cd9f9
switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
bc4f6fa543
bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master).
Used the new version but replaced the tag prefix with 0.
- b73ec84b9e
removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta).
bf311d950e
modified meta to fix the update script properly.
Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
Atemu
10cff003ab
Merge pull request #308948 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2024-05-02
2024-05-05 14:21:04 +02:00
John Ericson
469e40974a
Merge pull request #308138 from rhelmot/freebsd-minimal2/multiple-package-sets
...
freebsd: Separate package set contents from construction
2024-05-04 15:10:38 -04:00
Artturin
2468d3ac44
Merge pull request #308613 from lonyelon/master
...
rtl8852au: 70bdde2 -> 5894bc6
2024-05-04 19:15:28 +03:00
Nick Cao
be3b906d45
Merge pull request #308959 from r-ryantm/auto-update/uhk-agent
...
uhk-agent: 4.0.2 -> 4.1.0
2024-05-04 09:25:48 -04:00
github-actions[bot]
1e0d7cdbeb
Merge staging-next into staging
2024-05-04 12:01:36 +00:00
Adam C. Stephens
14e704d967
Merge pull request #308642 from amarshall/zfs-2.2.4
...
zfs_2_2: 2.2.3 -> 2.2.4; zfs_unstable: 2.2.3-unstable-2024-04-09 -> 2.2.4; python3Packages.py-libzfs: 22.12.4.2 -> 24.04.0
2024-05-04 07:48:23 -04:00
Sergio Miguéns Iglesias
e657d1116e
rtl8852au: 70bdde2 -> 5894bc6
2024-05-04 12:07:52 +02:00
github-actions[bot]
29623ebbb8
Merge staging-next into staging
2024-05-04 06:01:54 +00:00
R. Ryantm
e7f6995faa
uhk-agent: 4.0.2 -> 4.1.0
2024-05-04 03:48:35 +00:00
zzzsyyy
dc6b85e9d6
linux_xanmod_latest: 6.8.8 -> 6.8.9
2024-05-04 10:57:23 +08:00
zzzsyyy
03efa21fd7
linux_xanmod: 6.6.29 -> 6.6.30
2024-05-04 10:44:53 +08:00
Nick Cao
b9f69be14e
Merge pull request #308758 from dywedir/digimend
...
linuxPackages.digimend: unstable-2023-05-03 -> 13
2024-05-03 21:56:13 -04:00
Audrey Dutcher
571f390dd9
freebsd: Only support branch selection via override... for now.
...
Remove config element for freebsdBranch
2024-05-03 14:18:12 -04:00
Audrey Dutcher
d5972ed69f
freebsd: Only export a limited number of attributes to top-level
2024-05-03 14:16:54 -04:00
Audrey Dutcher
da9c1825bc
freebsd/{pkgs,patches}: Move patches to version-dependent patches dir
2024-05-03 13:08:44 -04:00
John Ericson
b64a9bb1a9
freebsdBranches{,Cross}: Init
...
This creates multiple package sets for different versions. The other
versions don't yet work, but that will be fixed in subsequent PRs.
Push versionData into package set so that it can be overridden
Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
Co-Authored-By: Artemis Tosini <me@artem.ist>
2024-05-03 13:06:34 -04:00
Nick Cao
f3ff1f7e2b
Merge pull request #308807 from r-ryantm/auto-update/hwdata
...
hwdata: 0.381 -> 0.382
2024-05-03 10:45:02 -04:00
R. Ryantm
e503207f1a
hwdata: 0.381 -> 0.382
2024-05-03 13:59:01 +00:00
github-actions[bot]
0b5a256e94
Merge staging-next into staging
2024-05-03 12:01:59 +00:00
github-actions[bot]
ae736c738d
Merge master into staging-next
2024-05-03 12:01:32 +00:00
Andrew Marshall
a1dcb54257
zfs_2_2: 2.2.3 -> 2.2.4
...
Now compatible with Linux 6.8.
https://github.com/openzfs/zfs/releases/tag/zfs-2.2.4
Need to patch py-libzfs to support incompatible API change.
2024-05-03 07:44:36 -04:00
Andrew Marshall
2cbe063319
zfs_unstable: 2.2.3-unstable-2024-04-09 -> 2.2.4
...
No pre-release version at this moment, so use now-released 2.2.4.
2024-05-03 07:44:35 -04:00
Robert Hensing
e768d95f41
linux/generic.nix: Fix CONFIG_RUST
...
I thought it was module based, but it wasn't.
Fixes https://github.com/NixOS/nixpkgs/pull/306790#issuecomment-2092485576
> This has broken [...] Rust support
2024-05-03 12:44:58 +02:00
Vladyslav M.
7f2893f3f5
linuxPackages.digimend: unstable-2023-05-03 -> 13
2024-05-03 12:23:20 +03:00
github-actions[bot]
0471a8be05
Merge staging-next into staging
2024-05-03 00:03:09 +00:00