summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-12 13:09:22 -0400
committerGitHub <noreply@github.com>2019-09-12 13:09:22 -0400
commiteac17fb9ef2516f6b2f5ae650566bb4a6743ced2 (patch)
tree774991fd00ee1122ea21f2ef31bc9959a0db9245 /pkgs/os-specific
parent4b31dbba5fb5dc60a63038ba2c13e89546a16af9 (diff)
parentf12dcceb47b48e15db9ee09e345a4f68eda7aa41 (diff)
Merge pull request #68419 from danielfullmer/rtl8812au-kernel-fix
rtl8812au: 5.2.20.2_28373.20180619 -> 5.2.20.2_28373.20190903
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index f524bee35210..81c1f8ab0f52 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "rtl8812au-${kernel.version}-${version}";
- version = "5.2.20.2_28373.20180619";
+ version = "5.2.20.2_28373.20190903";
src = fetchFromGitHub {
owner = "zebulon2";
repo = "rtl8812au-driver-5.2.20";
- rev = "ac063a4b1a87855e10f6cd1f358aaccbeee9b9c1";
- sha256 = "1cmsv22q4k6p2wzm73k60kxbjhcgx4hqr0x3djvqrlv4rzz75l92";
+ rev = "30d47a0a3f43ccb19e8fd59fe93d74a955147bf2";
+ sha256 = "1fy0f8ihxd0i5kr8gmky8v8xl0ns6bhxfdn64c97c5irzdvg37sr";
};
nativeBuildInputs = [ bc ];