Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf33e92e9d43
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c61951df92e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 24, 2019

  1. rtlwifi_new: 2018-02-17 -> 2019-08-21

    (cherry picked from commit 434a69f)
    Mic92 committed Sep 24, 2019
    Copy the full SHA
    2c61951 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/os-specific/linux/rtlwifi_new/default.nix
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/rtlwifi_new/default.nix
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@ with lib;
let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/net/wireless/realtek/rtlwifi";

in stdenv.mkDerivation rec {
name = "rtlwifi_new-${version}";
version = "2018-02-17";
pname = "rtlwifi_new";
version = "2019-08-21";

src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtlwifi_new";
rev = "0588ac0cc5f530e7764705416370b70d3c2afedc";
sha256 = "1vs8rfw19lcs04bapa97zlnl5x0kf02sdw5ik0hdm27wgk0z969m";
rev = "a108e3de87c2ed30b71c3c4595b79ab7a2f9e348";
sha256 = "15kjs9i9vvmn1cdzccd5cljf3m45r4ssm65klkj2fdkf3kljj38k";
};

hardeningDisable = [ "pic" "format" ];