···66in stdenv.mkDerivation rec {
77 name = "r8168-${kernel.version}-${version}";
88 # on update please verify that the source matches the realtek version
99- version = "8.048.03";
99+ version = "8.052.01";
10101111 # This is a mirror. The original website[1] doesn't allow non-interactive
1212 # downloads, instead emailing you a download link.
1313 # [1] https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
1414- # I've verified manually (`diff -r`) that the source code for version 8.046.00
1414+ # I've verified manually (`diff -r`) that the source code for version 8.052.01
1515 # is the same as the one available on the realtek website.
1616 src = fetchFromGitHub {
1717 owner = "mtorromeo";
1818 repo = "r8168";
1919 rev = version;
2020- sha256 = "1l8llpcnapcaafxp7wlyny2ywh7k6q5zygwwjl9h0l6p04cghss4";
2020+ sha256 = "01mi7hh92nc7jaxkfrpz7j0ci78djrhgmq0im4k1270mwmvr0yzj";
2121 };
22222323 hardeningDisable = [ "pic" ];