about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-02 17:18:07 -0300
committerGitHub <noreply@github.com>2023-02-02 17:18:07 -0300
commit9f0a7e9e05cc28165c6cb363abf3f11cdf4655d6 (patch)
tree80bba6b3eb3f508c2fa7a949957fe4937e22cb46 /pkgs
parent23ed418158c4e1020e323438934105c950932e6f (diff)
parent479bff96932e5154529ae5b9acc3082632c3aa52 (diff)
Merge pull request #214224 from superherointj/bump-linuxPackages.rtl8189fs
linuxPackages.rtl8189fs: 2022-05-20 -> 2022-10-30
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/rtl8189fs/default.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/os-specific/linux/rtl8189fs/default.nix b/pkgs/os-specific/linux/rtl8189fs/default.nix
index 0a385d0ca39f1..589408a302b32 100644
--- a/pkgs/os-specific/linux/rtl8189fs/default.nix
+++ b/pkgs/os-specific/linux/rtl8189fs/default.nix
@@ -3,22 +3,15 @@
 # rtl8189fs is a branch of the rtl8189es driver
 rtl8189es.overrideAttrs (drv: rec {
   name = "rtl8189fs-${kernel.version}-${version}";
-  version = "2022-05-20";
+  version = "2022-10-30";
 
   src = fetchFromGitHub {
     owner = "jwrdegoede";
     repo = "rtl8189ES_linux";
-    rev = "71500c28164369800041d1716ac513457179ce93";
-    sha256 = "sha256-JTv+ssSv5toNcZ5wR6p0Cywdk87z9Bdq0ftU0ekr/98=";
+    rev = "e58bd86c9d9408c648b1246a0dd76b16856ec172";
+    sha256 = "sha256-KKly72N6ACBTB4CSBM6Q/S1wGMTg5NZA3QYslYPNUr8=";
   };
 
-  patches = [
-    (fetchpatch {
-      url = "https://github.com/jwrdegoede/rtl8189ES_linux/pull/81.patch";
-      sha256 = "sha256-ovFQBIHLk3wi2uwAyr8VmdbuhPcoHsZ/lpA66obVBK4=";
-    })
-  ];
-
   meta = with lib; {
     description = "Driver for Realtek rtl8189fs";
     homepage = "https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs";