tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
r8125: 9.003.05 -> 9.004.01
peelz
5 years ago
40eaff58
eb3016b5
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
r8125
default.nix
+4
-4
pkgs/os-specific/linux/r8125/default.nix
···
4
4
pname = "r8125";
5
5
# On update please verify (using `diff -r`) that the source matches the
6
6
# realtek version.
7
7
-
version = "9.003.05";
7
7
+
version = "9.004.01";
8
8
9
9
# This is a mirror. The original website[1] doesn't allow non-interactive
10
10
# downloads, instead emailing you a download link.
11
11
# [1] https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
12
12
src = fetchFromGitHub {
13
13
-
owner = "ibmibmibm";
13
13
+
owner = "louistakepillz";
14
14
repo = "r8125";
15
15
rev = version;
16
16
-
sha256 = "016vh997xjs01si0zzs572vgflq3czxd0v4m7h1m3qxcv2cvq7i0";
16
16
+
sha256 = "0h2y4mzydhc7var5281bk2jj1knig6i64k11ii4b94az3g9dbq24";
17
17
};
18
18
19
19
hardeningDisable = [ "pic" ];
···
32
32
buildFlags = [ "modules" ];
33
33
34
34
meta = with lib; {
35
35
-
homepage = "https://github.com/ibmibmibm/r8125";
35
35
+
homepage = "https://github.com/louistakepillz/r8125";
36
36
downloadPage = "https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software";
37
37
description = "Realtek r8125 driver";
38
38
longDescription = ''