linuxPackages.r8168: 8.048.03 -> 8.052.01

jerrita ef22d82d 758e589e

+3 -3
+3 -3
pkgs/os-specific/linux/r8168/default.nix
··· 6 6 in stdenv.mkDerivation rec { 7 7 name = "r8168-${kernel.version}-${version}"; 8 8 # on update please verify that the source matches the realtek version 9 - version = "8.048.03"; 9 + version = "8.052.01"; 10 10 11 11 # This is a mirror. The original website[1] doesn't allow non-interactive 12 12 # downloads, instead emailing you a download link. 13 13 # [1] https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software 14 - # I've verified manually (`diff -r`) that the source code for version 8.046.00 14 + # I've verified manually (`diff -r`) that the source code for version 8.052.01 15 15 # is the same as the one available on the realtek website. 16 16 src = fetchFromGitHub { 17 17 owner = "mtorromeo"; 18 18 repo = "r8168"; 19 19 rev = version; 20 - sha256 = "1l8llpcnapcaafxp7wlyny2ywh7k6q5zygwwjl9h0l6p04cghss4"; 20 + sha256 = "01mi7hh92nc7jaxkfrpz7j0ci78djrhgmq0im4k1270mwmvr0yzj"; 21 21 }; 22 22 23 23 hardeningDisable = [ "pic" ];