rtl8189fs: 2022-10-30 -> 2023-03-27

This commit is contained in:
Alexandre Iooss 2023-05-26 10:43:42 +02:00
parent 98fff47d56
commit 79ac113a2c

View File

@ -3,13 +3,13 @@
# rtl8189fs is a branch of the rtl8189es driver
rtl8189es.overrideAttrs (drv: rec {
name = "rtl8189fs-${kernel.version}-${version}";
version = "2022-10-30";
version = "2023-03-27";
src = fetchFromGitHub {
owner = "jwrdegoede";
repo = "rtl8189ES_linux";
rev = "e58bd86c9d9408c648b1246a0dd76b16856ec172";
sha256 = "sha256-KKly72N6ACBTB4CSBM6Q/S1wGMTg5NZA3QYslYPNUr8=";
rev = "c223a25b1000d64432eca4201a8f012414dfc7ce";
sha256 = "sha256-5b5IshLbWxvmzcKy/xLsqKa3kZpwDQXTQtjqZLHyOCo=";
};
meta = with lib; {