Unverified Commit e842ad73 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

linuxPackages.rtl8189fs: 2025-05-04 -> 2025-09-26 (#461431)

parents 1b0e24ff 6c80fe97
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -8,20 +8,20 @@
# rtl8189fs is a branch of the rtl8189es driver
rtl8189es.overrideAttrs (drv: rec {
  name = "rtl8189fs-${kernel.version}-${version}";
  version = "2025-05-04";
  version = "2025-09-26";

  src = fetchFromGitHub {
    owner = "jwrdegoede";
    repo = "rtl8189ES_linux";
    rev = "06e89edce6817616d963414825dccf87094a7e54";
    sha256 = "sha256-W+gBpK17PmF8BdmBoUHPX7hZoSNOyGe3W1NypR8bc6A=";
    rev = "876e627a5b6a8021700391b4249a4a31edfebe5c";
    hash = "sha256-3v40I09TDGWdpllS3WfshPkXbT5Q2pWMTalHLUlU3lU=";
  };

  meta = with lib; {
  meta = {
    description = "Driver for Realtek rtl8189fs";
    homepage = "https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs";
    license = licenses.gpl2Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ puffnfresh ];
    license = lib.licenses.gpl2Only;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ puffnfresh ];
  };
})