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: b568a7c673f3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b62a26ea41fc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 28, 2018

  1. Copy the full SHA
    890c0db View commit details

Commits on Mar 1, 2018

  1. Merge pull request #36128 from georgewhewell/rtlwifi

    rtlwifi: 2017-07-18 -> 2018-02-17
    Mic92 authored Mar 1, 2018
    Copy the full SHA
    b62a26e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/os-specific/linux/rtlwifi_new/default.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/rtlwifi_new/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@ let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/net/wi

in stdenv.mkDerivation rec {
name = "rtlwifi_new-${version}";
version = "2017-07-18";
version = "2018-02-17";

src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtlwifi_new";
rev = "a24cb561b4d23187ea103255336daa7ca88791a7";
sha256 = "1w9rx5wafcp1vc4yh7lj332bv78szl6gmx3ckr8yl6c39alqcv0d";
rev = "0588ac0cc5f530e7764705416370b70d3c2afedc";
sha256 = "1vs8rfw19lcs04bapa97zlnl5x0kf02sdw5ik0hdm27wgk0z969m";
};

hardeningDisable = [ "pic" "format" ];