about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/r8125
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 09:28:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-21 09:28:02 +0000
commit354f2d23505ecb896e0b08325e7193416d81ed66 (patch)
tree4dafc5f3d7711c1fe80049105d8545d9c0165db0 /pkgs/os-specific/linux/r8125
parent171a116a56485ec6c511c571d0fdc18374924ad6 (diff)
linuxKernel.packages.linux_5_15.r8125: 9.004.01 -> 9.011.01
Diffstat (limited to 'pkgs/os-specific/linux/r8125')
-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" ];