tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxKernel.packages.linux_6_8.r8125: 9.012.03 -> 9.013.02
R. Ryantm
2 years ago
fdb56277
1f3ac32a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
r8125
default.nix
+2
-2
pkgs/os-specific/linux/r8125/default.nix
···
4
pname = "r8125";
5
# On update please verify (using `diff -r`) that the source matches the
6
# realtek version.
7
-
version = "9.012.03";
8
9
# This is a mirror. The original website[1] doesn't allow non-interactive
10
# downloads, instead emailing you a download link.
···
13
owner = "louistakepillz";
14
repo = "r8125";
15
rev = version;
16
-
sha256 = "sha256-+CrxvKB96QOcOo87McZOt/XUhriTtTV8jTQgpBG3ejs=";
17
};
18
19
hardeningDisable = [ "pic" ];
···
4
pname = "r8125";
5
# On update please verify (using `diff -r`) that the source matches the
6
# realtek version.
7
+
version = "9.013.02";
8
9
# This is a mirror. The original website[1] doesn't allow non-interactive
10
# downloads, instead emailing you a download link.
···
13
owner = "louistakepillz";
14
repo = "r8125";
15
rev = version;
16
+
sha256 = "sha256-i45xKF5WVN+nNhpD6HWZHvGgxuaD/YhMHERqW8/bC5Y=";
17
};
18
19
hardeningDisable = [ "pic" ];