Skip to content

Commit

Permalink
linuxPackages.rtl8814au: move to a more maintained fork
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed May 19, 2021
1 parent 5b4915f commit 4e045f3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pkgs/os-specific/linux/rtl8814au/default.nix
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, kernel }:

stdenv.mkDerivation rec {
name = "rtl8814au-${kernel.version}-${version}";
version = "4.3.21";
stdenv.mkDerivation {
pname = "rtl8814au";
version = "${kernel.version}-unstable-2021-05-18";

src = fetchFromGitHub {
owner = "zebulon2";
repo = "rtl8814au";
rev = "a58c56a5a6cb99ffb872f07cb67b68197911854f";
sha256 = "1ffm67da183nz009gm5v9w1bab081hrm113kk8knl9s5qbqnn13q";
owner = "morrownr";
repo = "8814au";
rev = "388786c864f9b1437fc4d934b1eccf6d7f1e1355";
sha256 = "sha256-2EnheODPFWTGN/fz45LWRSOGeV6pTENEUrehahj+PJ4=";
};

buildInputs = kernel.moduleBuildDependencies;
Expand All @@ -31,9 +31,8 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Realtek 8814AU USB WiFi driver";
homepage = "https://github.com/zebulon2/rtl8814au";
license = licenses.gpl2;
homepage = "https://github.com/morrownr/8814au";
license = licenses.gpl2Only;
maintainers = [ maintainers.lassulus ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}

0 comments on commit 4e045f3

Please sign in to comment.