Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

linux/rtl8814au: unstable-2024-03-19 -> unstable-2024-05-26 (#314880)

fix support for kernel 6.9

authored by Mohaim and committed by GitHub d7705cea c48fa25b

+3 -3
+3 -3
pkgs/os-specific/linux/rtl8814au/default.nix
··· 2 3 stdenv.mkDerivation { 4 pname = "rtl8814au"; 5 - version = "${kernel.version}-unstable-2024-03-19"; 6 7 src = fetchFromGitHub { 8 owner = "morrownr"; 9 repo = "8814au"; 10 - rev = "d7945c1e0244c83cbbad4da331648246f12eaee9"; 11 - hash = "sha256-idjHlvyFpQgLGfNAPpZKRnLdXnAogUW3qGHC1WzGVmA="; 12 }; 13 14 nativeBuildInputs = kernel.moduleBuildDependencies;
··· 2 3 stdenv.mkDerivation { 4 pname = "rtl8814au"; 5 + version = "${kernel.version}-unstable-2024-05-26"; 6 7 src = fetchFromGitHub { 8 owner = "morrownr"; 9 repo = "8814au"; 10 + rev = "810573647b837d88c4191597a0ea6d226f69f64c"; 11 + hash = "sha256-AaOnUy3igocsCF/FNogn+z+QcQiid7U7XimE68wAco0="; 12 }; 13 14 nativeBuildInputs = kernel.moduleBuildDependencies;