linuxKernel.packages.linux_5_15.r8125: 9.004.01 -> 9.011.01

This commit is contained in:
R. Ryantm 2023-10-21 09:28:02 +00:00
parent 171a116a56
commit 354f2d2350

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
pname = "r8125";
# On update please verify (using `diff -r`) that the source matches the
# realtek version.
version = "9.004.01";
version = "9.011.01";
# This is a mirror. The original website[1] doesn't allow non-interactive
# downloads, instead emailing you a download link.
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "louistakepillz";
repo = "r8125";
rev = version;
sha256 = "0h2y4mzydhc7var5281bk2jj1knig6i64k11ii4b94az3g9dbq24";
sha256 = "sha256-QV1DKkWVtqcnuqgAdJnPpj6Z6ch+lw61zpouXKlyfqQ=";
};
hardeningDisable = [ "pic" ];