Skip to content

Commit

Permalink
rtlwifi_new: switch fetchFromGitHub to a working repo
Browse files Browse the repository at this point in the history
Fixes #95324.

(cherry picked from commit 4451f9b)
  • Loading branch information
vcunat committed Aug 13, 2020
1 parent b4dac67 commit 05195ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/rtlwifi_new/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/net/wi
in stdenv.mkDerivation rec {
pname = "rtlwifi_new";
version = "2019-08-21";
# When updating see https://github.com/lwfinger/rtl8723be/issues/17#issuecomment-657326751

src = fetchFromGitHub {
owner = "lwfinger";
owner = "rtlwifi-linux";
repo = "rtlwifi_new";
rev = "a108e3de87c2ed30b71c3c4595b79ab7a2f9e348";
sha256 = "15kjs9i9vvmn1cdzccd5cljf3m45r4ssm65klkj2fdkf3kljj38k";
Expand Down

0 comments on commit 05195ac

Please sign in to comment.