rtl88x2bu: unstable-2025-05-29 -> unstable-2025-12-4 (#467938)

This commit is contained in:
Aleksana
2025-12-08 02:21:22 +00:00
committed by GitHub
2 changed files with 22 additions and 8 deletions
+11
View File
@@ -4927,6 +4927,17 @@
githubId = 9336788;
name = "Claes Hallström";
};
claymorwan = {
name = "claymorwan";
github = "claymorwan";
githubId = 86072589;
email = "claymorwan@fembois.dev";
keys = [
{
fingerprint = "AA7C 29C3 A26A DB2F 80E5 294D CC5E 1DF0 6FB7 8249";
}
];
};
clebs = {
email = "borja.clemente@gmail.com";
github = "clebs";
+11 -8
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "rtl88x2bu";
version = "${kernel.version}-unstable-2025-05-29";
version = "${kernel.version}-unstable-2025-12-04";
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,13 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Realtek rtl88x2bu driver";
homepage = "https://github.com/morrownr/88x2bu-20210702";
homepage = "https://github.com/RinCat/RTL88x2BU-Linux-Driver";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ otavio ];
broken = kernel.kernelAtLeast "6.17";
maintainers = with maintainers; [
otavio
claymorwan
];
broken = kernel.kernelOlder "5.11";
};
}