about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 04:15:17 +0200
committerGitHub <noreply@github.com>2023-10-28 04:15:17 +0200
commitf283b62a32076b02e23754f75fbb91b7f2f7ed67 (patch)
tree3c0db183a1d7129147538d5e1d8980fb8d247049 /pkgs/os-specific
parent3950f49f81efb3ea13072c2da320d862acaed3e7 (diff)
parent354f2d23505ecb896e0b08325e7193416d81ed66 (diff)
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
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/r8125/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/r8125/default.nix b/pkgs/os-specific/linux/r8125/default.nix
index 30f8da7d5f4c5..4517cb29e75ae 100644
--- a/pkgs/os-specific/linux/r8125/default.nix
+++ b/pkgs/os-specific/linux/r8125/default.nix
@@ -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" ];