linux-firmware: 2015-07-23 -> 2015-09-07

This commit is contained in:
William A. Kennington III 2015-09-07 23:10:53 -07:00
parent 9006f793ad
commit d51d63fcf1

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "firmware-linux-nonfree-${version}";
version = "2015-07-23";
version = "2015-09-07";
# This repo is built by merging the latest versions of
# http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "wkennington";
repo = "linux-firmware";
rev = "854b7f33e839ceea41034b45d6f755ea70c85486";
sha256 = "1hhqvb96adk64ljf6hp5qss8fhpic28y985gbggh5p2w9bsgs5zq";
rev = "0c3ac7434235f57967df4046ceafc0e4a08bb139";
sha256 = "1jhcgf0anjfi2998nzplr9l1q0b1yi306a2w1k2r4civsmfgm08r";
};
preInstall = ''