mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22
Changes: 610e04fc38...764a1ee307
Notably, this fixes the build against Linux 6.11.
This commit is contained in:
parent
99dc8785f6
commit
cba9ec8bc8
@ -5,13 +5,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "rtw88";
|
pname = "rtw88";
|
||||||
version = "0-unstable-2024-07-27";
|
version = "0-unstable-2024-08-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lwfinger";
|
owner = "lwfinger";
|
||||||
repo = "rtw88";
|
repo = "rtw88";
|
||||||
rev = "610e04fc38343dcdcef95475c1579efc07572f1f";
|
rev = "764a1ee307d7e5720a93b8139c94d76737eced91";
|
||||||
hash = "sha256-54XhluBnspjyKR+OjYRa5g66N8F0d/oV3x89IV3zdT0=";
|
hash = "sha256-xHo9Qww3w36/UFhMhoLjSzZKpC2VKywJZlCPL30XirA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user