mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
rtl8821au: update for Linux 5.0
This commit is contained in:
parent
640fd92709
commit
0778b2c9ea
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rtl8821au-${kernel.version}-${version}";
|
||||
version = "5.1.5";
|
||||
version = "5.1.5+41";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zebulon2";
|
||||
repo = "rtl8812au";
|
||||
rev = "61d0cd95afc01eae64da0c446515803910de1a00";
|
||||
sha256 = "0dlzyiaa3hmb2qj3lik52px88n4mgrx7nblbm4s0hn36g19ylssw";
|
||||
rev = "ecd3494c327c54110d21346ca335ef9e351cb0be";
|
||||
sha256 = "1kmdxgbh0s0v9809kdsi39p0jbm5cf10ivy40h8qj9hn70g1gw8q";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bc ];
|
||||
|
|
Loading…
Reference in a new issue