Skip to content

Commit

Permalink
firmwareLinuxNonfree: 2017-02-06 -> 2017-03-11
Browse files Browse the repository at this point in the history
Fixes #22365.

(cherry picked from commit c3c6953)
  • Loading branch information
fpletz committed Mar 11, 2017
1 parent 56f3c6b commit 907a1f0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@

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

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

preInstall = ''
Expand Down

0 comments on commit 907a1f0

Please sign in to comment.