Skip to content

Commit

Permalink
Merge pull request #325906 from lonyelon/rtl8852bu
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Jul 9, 2024
2 parents 84cfe26 + 85544dc commit 2ae9aee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/os-specific/linux/rtl8852bu/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }:

stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "rtl8852bu";
version = "${kernel.version}-unstable-2024-03-28";
version = "${kernel.version}-unstable-2024-05-25";

src = fetchFromGitHub {
owner = "morrownr";
repo = "rtl8852bu";
rev = "f6aaa3c0094c541d9b0347926c76c1e9cc4a49d1";
hash = "sha256-Jbd6nixo873LU74klhhQU1qD3ahxEnywdqcF89LTRxc=";
repo = pname;
rev = "1acc7aa085bffec21a91fdc9e293378e06bf25e7";
hash = "sha256-22vzAdzzM5YnfU8kRWSK3HXxw6BA4FOWXLdWEb7T5IE=";
};

nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
Expand Down Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;

meta = with lib; {
description = "Driver for Realtek rtl8852au and rtl8832bu chipsets, provides the 8852au mod";
description = "Driver for Realtek rtl8852bu and rtl8832bu chipsets, provides the 8852bu mod";
homepage = "https://github.com/morrownr/rtl8852bu";
license = licenses.gpl2Only;
platforms = platforms.linux;
Expand Down

0 comments on commit 2ae9aee

Please sign in to comment.