Skip to content

Commit

Permalink
rtl8821au: update for Linux 5.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 0778b2c)

cc #60072
  • Loading branch information
plchldr authored and veprbl committed May 27, 2019
1 parent 89ec8c9 commit e2883c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/rtl8821au/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit e2883c3

Please sign in to comment.