···6in stdenv.mkDerivation rec {
7 name = "r8168-${kernel.version}-${version}";
8 # on update please verify that the source matches the realtek version
9- version = "8.048.03";
1011 # This is a mirror. The original website[1] doesn't allow non-interactive
12 # downloads, instead emailing you a download link.
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
15 # is the same as the one available on the realtek website.
16 src = fetchFromGitHub {
17 owner = "mtorromeo";
18 repo = "r8168";
19 rev = version;
20- sha256 = "1l8llpcnapcaafxp7wlyny2ywh7k6q5zygwwjl9h0l6p04cghss4";
21 };
2223 hardeningDisable = [ "pic" ];
···6in stdenv.mkDerivation rec {
7 name = "r8168-${kernel.version}-${version}";
8 # on update please verify that the source matches the realtek version
9+ version = "8.052.01";
1011 # This is a mirror. The original website[1] doesn't allow non-interactive
12 # downloads, instead emailing you a download link.
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.052.01
15 # is the same as the one available on the realtek website.
16 src = fetchFromGitHub {
17 owner = "mtorromeo";
18 repo = "r8168";
19 rev = version;
20+ sha256 = "01mi7hh92nc7jaxkfrpz7j0ci78djrhgmq0im4k1270mwmvr0yzj";
21 };
2223 hardeningDisable = [ "pic" ];