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

Commits on Jul 17, 2017

  1. firmwareLinuxNonfree: 2017-03-11 -> 2017-04-16

    (cherry picked from commit b733a34)
    fpletz committed Jul 17, 2017
    Copy the full SHA
    1ed0985 View commit details
  2. firmwareLinuxNonfree: 2017-04-16 -> 2017-07-05

    Fixes #27129.
    
    (cherry picked from commit e1b29dd)
    fpletz committed Jul 17, 2017
    Copy the full SHA
    292343c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
name = "firmware-linux-nonfree-${version}";
version = "2017-03-11";
version = "2017-07-05";

# This repo is built by merging the latest versions of
# http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "fpletz";
repo = "linux-firmware";
rev = version;
sha256 = "05hz78z919jnacvk4i1mghjn2h15ph91vkffgi4w94zhzbf77cna";
sha256 = "0vlk043y7c32g4d9hz93j64x372qqrwsq65mh8s5s5xrvamja2if";
};

preInstall = ''