summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-02 17:50:22 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-02 17:52:31 -0300
commit82c93e226618ce543af9a51790794354b3a5ee59 (patch)
tree3f79962833bdb118415e3054007a6778fbb24b23 /pkgs/os-specific
parent01bdbf903fce536e613e82352eb0d502ef4f593b (diff)
linuxPackages.rtl8812au: unstable-2022-08-22 -> unstable-2023-01-17
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 6a1c4fc80dae..84ad6a314e15 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rtl8812au";
- version = "${kernel.version}-unstable-2022-08-22";
+ version = "${kernel.version}-unstable-2023-01-17";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8812au-20210629";
- rev = "7aa0e0c74551b4e4f319f4b54e00ccbfe588b7ce";
- sha256 = "sha256-BHC1DpWHv/1UvSfj6S5fo/ODZ1VDgLQO2A9EC+BR1JE=";
+ rev = "0a8bb3cec3ef91e6ef8cf549ca926016ba0a8acd";
+ sha256 = "sha256-25NaMQq9H6mqVynNQJXpqISAslxfEVSt3ELzG7s4mV4=";
};
nativeBuildInputs = [ bc nukeReferences ];