summary refs log tree commit diff
path: root/pkgs/os-specific/linux/r8125
diff options
context:
space:
mode:
authorpeelz <LouisTakePILLz@users.noreply.github.com>2020-12-14 18:35:56 -0500
committerpeelz <LouisTakePILLz@users.noreply.github.com>2020-12-14 18:35:56 -0500
commit40eaff5836b52574a210270ed574a5898e4b6a82 (patch)
tree19cd3cbf9cd4e2b874ec041bd88c52b108ece7f1 /pkgs/os-specific/linux/r8125
parenteb3016b5add71eed3ff0e544d5272d11cf803815 (diff)
downloadnixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.tar
nixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.tar.gz
nixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.tar.bz2
nixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.tar.lz
nixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.tar.xz
nixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.tar.zst
nixpkgs-40eaff5836b52574a210270ed574a5898e4b6a82.zip
r8125: 9.003.05 -> 9.004.01
Diffstat (limited to 'pkgs/os-specific/linux/r8125')
-rw-r--r--pkgs/os-specific/linux/r8125/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/r8125/default.nix b/pkgs/os-specific/linux/r8125/default.nix
index 8cdf11f80ad..80c00905876 100644
--- a/pkgs/os-specific/linux/r8125/default.nix
+++ b/pkgs/os-specific/linux/r8125/default.nix
@@ -4,16 +4,16 @@ stdenv.mkDerivation rec {
   pname = "r8125";
   # On update please verify (using `diff -r`) that the source matches the
   # realtek version.
-  version = "9.003.05";
+  version = "9.004.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
   src = fetchFromGitHub {
-    owner = "ibmibmibm";
+    owner = "louistakepillz";
     repo = "r8125";
     rev = version;
-    sha256 = "016vh997xjs01si0zzs572vgflq3czxd0v4m7h1m3qxcv2cvq7i0";
+    sha256 = "0h2y4mzydhc7var5281bk2jj1knig6i64k11ii4b94az3g9dbq24";
   };
 
   hardeningDisable = [ "pic" ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   buildFlags = [ "modules" ];
 
   meta = with lib; {
-    homepage = "https://github.com/ibmibmibm/r8125";
+    homepage = "https://github.com/louistakepillz/r8125";
     downloadPage = "https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software";
     description = "Realtek r8125 driver";
     longDescription = ''