1 { lib, stdenv, fetchFromGitHub }:
4 name = "rtl8192su-unstable-2016-10-05";
6 src = fetchFromGitHub {
9 rev = "c00112c9a14133290fe30bd3b44e45196994cb1c";
10 sha256 = "0j3c35paapq1icmxq0mg7pm2xa2m69q7bkfmwgq99d682yr2cb5l";
13 phases = [ "unpackPhase" "installPhase" ];
16 for i in rtl8192sfw.bin \
18 rtl8192sufw-apple.bin \
19 rtl8192sufw-windows.bin \
20 rtl8712u-linux-firmware-bad.bin \
21 rtl8712u-most-recent-v2.6.6-bad.bin \
22 rtl8712u-most-recent-v2.6.6-bad.bin \
23 rtl8712u-oldest-but-good.bin;
25 install -D -pm644 firmwares/$i $out/lib/firmware/rtlwifi/$i
30 description = "Firmware for Realtek RTL8188SU/RTL8191SU/RTL8192SU";
31 homepage = "https://github.com/chunkeey/rtl8192su";
32 license = licenses.unfreeRedistributableFirmware;
33 maintainers = with maintainers; [ mic92 ];
34 platforms = with platforms; linux;