Merge pull request #262501 from r-ryantm/auto-update/linuxKernel.packages.linux_5_15.r8125

linuxKernel.packages.linux_5_15.r8125: 9.004.01 -> 9.011.01
This commit is contained in:
Weijia Wang
2023-10-28 04:15:17 +02:00
committed by GitHub
+2 -2
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" ];