diff --git a/pkgs/os-specific/linux/rtl88x2bu/default.nix b/pkgs/os-specific/linux/rtl88x2bu/default.nix index 83966fdc19d0..c67004f0d239 100644 --- a/pkgs/os-specific/linux/rtl88x2bu/default.nix +++ b/pkgs/os-specific/linux/rtl88x2bu/default.nix @@ -12,10 +12,10 @@ stdenv.mkDerivation { version = "${kernel.version}-unstable-2025-05-29"; src = fetchFromGitHub { - owner = "morrownr"; - repo = "88x2bu-20210702"; - rev = "fe48647496798cac77976e310ee95da000b436c9"; - hash = "sha256-h20vwCgLOiNh0LN3MGwPl3F/PSWGc2XS4t1sdeFAOko="; + owner = "RinCat"; + repo = "RTL88x2BU-Linux-Driver"; + rev = "825556e195ecde9ce8f5f4cbad9953f398c8598e"; + hash = "sha256-MkvVCWyMOCBzCRufbKMuaaFOPhokZdFnXHYnrAwBe6M="; }; hardeningDisable = [ "pic" ]; @@ -38,10 +38,9 @@ stdenv.mkDerivation { meta = with lib; { description = "Realtek rtl88x2bu driver"; - homepage = "https://github.com/morrownr/88x2bu-20210702"; - license = licenses.gpl2Only; + homepage = "https://github.com/RinCat/RTL88x2BU-Linux-Driver"; + license = licenses.gpl2; platforms = platforms.linux; - maintainers = with maintainers; [ otavio ]; - broken = kernel.kernelAtLeast "6.17"; + maintainers = with maintainers; [ otavio claymorwan ]; }; }