linuxPackages.rtl8189fs: 2024-01-22 -> 2025-05-04

changelog: 5d523593f4...06e89edce6
This commit is contained in:
cy 2025-05-11 12:36:21 -04:00
parent 0c6c817aa8
commit e306b1d359
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
# rtl8189fs is a branch of the rtl8189es driver
rtl8189es.overrideAttrs (drv: rec {
name = "rtl8189fs-${kernel.version}-${version}";
version = "2024-01-22";
version = "2025-05-04";
src = fetchFromGitHub {
owner = "jwrdegoede";
repo = "rtl8189ES_linux";
rev = "5d523593f41c0b8d723c6aa86b217ee1d0965786";
sha256 = "sha256-pziaUM6XfF4Tt9yfWUnLUiTw+sw6uZrr1HcaXdRQ31E=";
rev = "06e89edce6817616d963414825dccf87094a7e54";
sha256 = "sha256-W+gBpK17PmF8BdmBoUHPX7hZoSNOyGe3W1NypR8bc6A=";
};
meta = with lib; {