about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/r8168
diff options
context:
space:
mode:
authorjerrita <je5r1ta@icloud.com>2024-02-24 18:11:53 +0800
committerjerrita <je5r1ta@icloud.com>2024-02-24 18:11:53 +0800
commitef22d82d56fc2b5ff8b1b078ca1f78c0404cdcd3 (patch)
tree27896a965c7c58471e6f0f20d66d23cb5434c06e /pkgs/os-specific/linux/r8168
parent758e589e5d9054d50afc19aab67b59f9d6029fe3 (diff)
linuxPackages.r8168: 8.048.03 -> 8.052.01
Diffstat (limited to 'pkgs/os-specific/linux/r8168')
-rw-r--r--pkgs/os-specific/linux/r8168/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/r8168/default.nix b/pkgs/os-specific/linux/r8168/default.nix
index 69e779dfaa66a..6eb53ca17f7a3 100644
--- a/pkgs/os-specific/linux/r8168/default.nix
+++ b/pkgs/os-specific/linux/r8168/default.nix
@@ -6,18 +6,18 @@ let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/net/wi
 in stdenv.mkDerivation rec {
   name = "r8168-${kernel.version}-${version}";
   # on update please verify that the source matches the realtek version
-  version = "8.048.03";
+  version = "8.052.01";
 
   # This is a mirror. The original website[1] doesn't allow non-interactive
   # downloads, instead emailing you a download link.
   # [1] https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
-  # I've verified manually (`diff -r`) that the source code for version 8.046.00
+  # I've verified manually (`diff -r`) that the source code for version 8.052.01
   # is the same as the one available on the realtek website.
   src = fetchFromGitHub {
     owner = "mtorromeo";
     repo = "r8168";
     rev = version;
-    sha256 = "1l8llpcnapcaafxp7wlyny2ywh7k6q5zygwwjl9h0l6p04cghss4";
+    sha256 = "01mi7hh92nc7jaxkfrpz7j0ci78djrhgmq0im4k1270mwmvr0yzj";
   };
 
   hardeningDisable = [ "pic" ];