Skip to content

Commit 0b4a58a

Browse files
authored
linuxPackages.rtl8189es: 2024-01-21 -> 2025-04-29, linuxPackages.rtl8189fs: 2024-01-22 -> 2025-05-04 (#406218)
2 parents 941751e + e306b1d commit 0b4a58a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/os-specific/linux/rtl8189es/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
name = "rtl8189es-${kernel.version}-${version}";
13-
version = "2024-01-21";
13+
version = "2025-04-29";
1414

1515
src = fetchFromGitHub {
1616
owner = "jwrdegoede";
1717
repo = "rtl8189ES_linux";
18-
rev = "eb51e021b0e1b6f94a4b49da3f4ee5c5fb20b715";
19-
sha256 = "sha256-n7Bsstr1H1RvguAyJnVqk/JgEx8WEZWaVg7ZfEYykR0=";
18+
rev = "7b43c5c7971eabea263dc2b6cc0928b84323f310";
19+
sha256 = "sha256-1BCrMJlXswVZrnbulrF2m0lh7jw8PgHzYPkLk6Stbx8=";
2020
};
2121

2222
nativeBuildInputs = [

pkgs/os-specific/linux/rtl8189fs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
# rtl8189fs is a branch of the rtl8189es driver
99
rtl8189es.overrideAttrs (drv: rec {
1010
name = "rtl8189fs-${kernel.version}-${version}";
11-
version = "2024-01-22";
11+
version = "2025-05-04";
1212

1313
src = fetchFromGitHub {
1414
owner = "jwrdegoede";
1515
repo = "rtl8189ES_linux";
16-
rev = "5d523593f41c0b8d723c6aa86b217ee1d0965786";
17-
sha256 = "sha256-pziaUM6XfF4Tt9yfWUnLUiTw+sw6uZrr1HcaXdRQ31E=";
16+
rev = "06e89edce6817616d963414825dccf87094a7e54";
17+
sha256 = "sha256-W+gBpK17PmF8BdmBoUHPX7hZoSNOyGe3W1NypR8bc6A=";
1818
};
1919

2020
meta = with lib; {

0 commit comments

Comments
 (0)