nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

rtl8812au: 5.2.20_25672.20171213 -> 5.2.20.2_28373.20180619

+3 -3
+3 -3
pkgs/os-specific/linux/rtl8812au/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "rtl8812au-${kernel.version}-${version}"; 5 - version = "5.2.20_25672.20171213"; 5 + version = "5.2.20.2_28373.20180619"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "zebulon2"; 9 9 repo = "rtl8812au-driver-5.2.20"; 10 - rev = "aca1e0677bfe56c6c4914358df007c97486e7095"; 11 - sha256 = "19av8fkh3mvs2f57iibrg0cfyhjnnx4cbnfzv5aj7v5gb0j3dp0p"; 10 + rev = "2dad788f5d71d50df4f692b67a4428967ba3d42c"; 11 + sha256 = "17pn73j2xqya0g8f86hn1jyf9x9wp52md05yrg1md58ixsbh1kz3"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ bc ];