mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
linuxPackages.rtl8814au: unstable-2022-02-21 -> unstable-2022-05-23
Fixes build with Linux 5.18.
This commit is contained in:
parent
26e7906a96
commit
5d3a61e402
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "rtl8814au";
|
||||
version = "${kernel.version}-unstable-2022-02-21";
|
||||
version = "${kernel.version}-unstable-2022-05-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "morrownr";
|
||||
repo = "8814au";
|
||||
rev = "a538e3878c4b7b0b012f2d2fe7804390caaebd90";
|
||||
sha256 = "sha256-xBGbcy/WonFrNflMlFCD/JQOFKhPrv0J3j2XcXWc6hk=";
|
||||
rev = "687f05c73e22dc14d5f24f2bb92f2ecac3cc71d5";
|
||||
sha256 = "08znnihk9rdrwgyzazxqcrzwdjnm5q8ah92bfb552wjv11r87zv1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
|
Loading…
Reference in a new issue