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: 119609606311
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6efb3d2b37b8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 4, 2018

  1. firmware-linux-nonfree: Update SHA and add rev to prevent breakage on…

    … future commits.
    
    (cherry picked from commit fccddb2)
    coreyoconnor authored and Mic92 committed Apr 4, 2018
    Copy the full SHA
    6efb3d2 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@ stdenv.mkDerivation rec {

src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
sha256 = "1gh5a2km33jj151j3q7mgkjzzhaaxlqxbb53n4ff46q658gv0wma";
rev = "8c1e439c967a50f0698d61aafdba3841aff10db0";
sha256 = "110vxgahyx5dvylqrxsm5cmx4a32cl2zchvm6cgc270jz75fg7wd";
};

preInstall = ''