tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxKernel.packages.linux_5_15.r8125: 9.004.01 -> 9.011.01
R. Ryantm
2 years ago
354f2d23
171a116a
+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
4
pname = "r8125";
5
5
# On update please verify (using `diff -r`) that the source matches the
6
6
# realtek version.
7
7
-
version = "9.004.01";
7
7
+
version = "9.011.01";
8
8
9
9
# This is a mirror. The original website[1] doesn't allow non-interactive
10
10
# downloads, instead emailing you a download link.
···
13
13
owner = "louistakepillz";
14
14
repo = "r8125";
15
15
rev = version;
16
16
-
sha256 = "0h2y4mzydhc7var5281bk2jj1knig6i64k11ii4b94az3g9dbq24";
16
16
+
sha256 = "sha256-QV1DKkWVtqcnuqgAdJnPpj6Z6ch+lw61zpouXKlyfqQ=";
17
17
};
18
18
19
19
hardeningDisable = [ "pic" ];