about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-08-30 12:24:55 +0200
committerLinus Heckemann <git@sphalerite.org>2022-08-30 12:24:55 +0200
commit9639a3b941fa1882155284bf358d6bf937a2294f (patch)
tree131527b4439fbc9e5adb24850229bc433dc07fac /pkgs/os-specific
parentdf8b4cc43fc79589522f7006c94f7beca614bcd8 (diff)
linuxPackages.rtl8189es: 2022-05-21 -> 2022-08-30
This fixes the build with Linux 5.19 and later.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/rtl8189es/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rtl8189es/default.nix b/pkgs/os-specific/linux/rtl8189es/default.nix
index cda6f8866b3af..f53ed777d08c7 100644
--- a/pkgs/os-specific/linux/rtl8189es/default.nix
+++ b/pkgs/os-specific/linux/rtl8189es/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "rtl8189es-${kernel.version}-${version}";
-  version = "2022-05-21";
+  version = "2022-08-30";
 
   src = fetchFromGitHub {
     owner = "jwrdegoede";
     repo = "rtl8189ES_linux";
-    rev = "1269e117454069cd47f1822ffa31e29ec19a10da";
-    sha256 = "sha256-3d16zu9RxPKO9uAjHNu/+9z++smH1LSXHmrB0FnQt+E=";
+    rev = "c93cfd712a3acd2ecdeda19a66d269c20f8803f1";
+    sha256 = "sha256-bBUxo8lplFwXfsSNf5lz9XCpQ6M0vWelmFoCal95FpI=";
   };
 
   nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;