tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rtl8814au: unstable-2022-11-09 -> unstable-2023-03-21
Alexandre Iooss
2 years ago
6ccd9042
25df0fde
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
rtl8814au
default.nix
+3
-3
pkgs/os-specific/linux/rtl8814au/default.nix
···
2
3
stdenv.mkDerivation {
4
pname = "rtl8814au";
5
-
version = "${kernel.version}-unstable-2022-11-09";
6
7
src = fetchFromGitHub {
8
owner = "morrownr";
9
repo = "8814au";
10
-
rev = "932df6f7da6c3a384cf91f33eb195097eb0cb6c5";
11
-
hash = "sha256-nMQiT59IIhzpePWWDiyCQFmYLWM42L/mG0BKsbEwreo=";
12
};
13
14
nativeBuildInputs = kernel.moduleBuildDependencies;
···
2
3
stdenv.mkDerivation {
4
pname = "rtl8814au";
5
+
version = "${kernel.version}-unstable-2023-03-21";
6
7
src = fetchFromGitHub {
8
owner = "morrownr";
9
repo = "8814au";
10
+
rev = "6f80699e68fd2a9f2bba3f1a56ca06d1b7992bd8";
11
+
hash = "sha256-7dv+8vNI1OLLA4SdZQPL87pTS9HR6mGijzWo9WL7vc0=";
12
};
13
14
nativeBuildInputs = kernel.moduleBuildDependencies;