diff options
| author | Joerie de Gram <j.de.gram@gmail.com> | 2023-07-31 00:53:29 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-07-31 00:30:59 +0000 |
| commit | 14ab8473688d26007595cee00031f95a960fc64c (patch) | |
| tree | cdf9e91969707b66c3a2440b26b280b2baf99e11 | |
| parent | linuxPackages.rtl88x2bu: unstable-2023-07-20 -> unstable-2023-07-23 (diff) | |
| download | nixpkgs-origin/backport-246260-to-release-23.05.tar.gz | |
linuxPackages.rtl8812au: unstable-2023-07-20 -> unstable-2023-07-22origin/backport-246260-to-release-23.05
(cherry picked from commit b84613efb9e4fc7dc9012dcc5db842b5bbfe83ba)
| -rw-r--r-- | pkgs/os-specific/linux/rtl8812au/default.nix | 6 |
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 343bff9e3f85..9646886a6de1 100644 --- a/pkgs/os-specific/linux/rtl8812au/default.nix +++ b/pkgs/os-specific/linux/rtl8812au/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "rtl8812au"; - version = "${kernel.version}-unstable-2023-07-20"; + version = "${kernel.version}-unstable-2023-07-22"; src = fetchFromGitHub { owner = "morrownr"; repo = "8812au-20210629"; - rev = "51338202d21a63202b324afd22bd361141c8c5e5"; - hash = "sha256-NIdKUP5t/dzQ9xIG5Kc6eRudr6vTpCafunXZHZLcoL8="; + rev = "b5f4e6e894eca8fea38661e2fc22a2570e0274ad"; + hash = "sha256-3uPowesJVh/cnagMz/Uadb+U5rDUAWfU39tZaDNCoqg="; }; nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies; |
