mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
rtl8852bu: f6aaa3c -> 1acc7aa
This commit is contained in:
parent
065d9c7aa1
commit
85544dc087
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }:
|
{ lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rtl8852bu";
|
pname = "rtl8852bu";
|
||||||
version = "${kernel.version}-unstable-2024-03-28";
|
version = "${kernel.version}-unstable-2024-05-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "morrownr";
|
owner = "morrownr";
|
||||||
repo = "rtl8852bu";
|
repo = pname;
|
||||||
rev = "f6aaa3c0094c541d9b0347926c76c1e9cc4a49d1";
|
rev = "1acc7aa085bffec21a91fdc9e293378e06bf25e7";
|
||||||
hash = "sha256-Jbd6nixo873LU74klhhQU1qD3ahxEnywdqcF89LTRxc=";
|
hash = "sha256-22vzAdzzM5YnfU8kRWSK3HXxw6BA4FOWXLdWEb7T5IE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
|
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
|
||||||
@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
homepage = "https://github.com/morrownr/rtl8852bu";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user