Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d51b1572aaa3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25743a1b46aa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 16, 2019

  1. Copy the full SHA
    032d0ba View commit details

Commits on Jun 1, 2019

  1. Merge pull request #61605 from danielfullmer/rtl8812au-kernel-fix

    rtl8812au: fix build with Linux >= 5.0
    fpletz authored Jun 1, 2019
    Copy the full SHA
    25743a1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/rtl8812au/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/rtl8812au/default.nix
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "zebulon2";
repo = "rtl8812au-driver-5.2.20";
rev = "2dad788f5d71d50df4f692b67a4428967ba3d42c";
sha256 = "17pn73j2xqya0g8f86hn1jyf9x9wp52md05yrg1md58ixsbh1kz3";
rev = "ac063a4b1a87855e10f6cd1f358aaccbeee9b9c1";
sha256 = "1cmsv22q4k6p2wzm73k60kxbjhcgx4hqr0x3djvqrlv4rzz75l92";
};

nativeBuildInputs = [ bc ];