Merge pull request #318297 from otavio/rtl88x2bu

linuxPackages.rtl88x2bu: unstable-2023-11-29 -> unstable-2024-05-11
This commit is contained in:
Nick Cao 2024-06-12 21:04:26 -04:00 committed by GitHub
commit 15ef0de6ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,20 @@
{ lib, stdenv, fetchFromGitHub, kernel, bc }:
{
lib,
stdenv,
fetchFromGitHub,
kernel,
bc,
}:
stdenv.mkDerivation {
pname = "rtl88x2bu";
version = "${kernel.version}-unstable-2023-11-29";
version = "${kernel.version}-unstable-2024-06-09";
src = fetchFromGitHub {
owner = "morrownr";
repo = "88x2bu-20210702";
rev = "cd2b6cbd9c8fbfebee8a1f28fab8e4434450456c";
sha256 = "sha256-t1lLJSEDzY2zvgcKYaxUq/umrlLpxu4+4zWmG8R0Wz4=";
rev = "62f3a86a2687fe98bd441e0aff5adf87d95c238a";
hash = "sha256-gQWk1nhtT0W2dY5uQitWabBGEDfZpmJAoJg+j2ndO00=";
};
hardeningDisable = [ "pic" ];