Merge pull request #32645 from bkchr/firmware_update

firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15
This commit is contained in:
Orivej Desh 2017-12-14 11:05:36 +00:00 committed by GitHub
commit 8cdd9d56de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "firmware-linux-nonfree-${version}";
version = "2017-10-13-${src.iwlRev}";
version = "2017-12-06-${src.iwlRev}";
# The src runCommand automates the process of building a merged repository of both
#
@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
src = runCommand "firmware-linux-nonfree-src-merged-${version}" {
shallowSince = "2017-10-01";
baseRev = "85313b4aa4ef0c2ce41bbd0ffdb9b03363256f28";
baseRev = "7f93c9deb484c0a8f4cf59780e77dc7b0c14abe3";
iwlRev = "iwlwifi-fw-2017-11-15";
# When updating this, you need to let it run with a wrong hash, in order to find out the desired hash
# randomly mutate the hash to break out of fixed hash, when updating
outputHash = "0kpg1xmx5mjnqxv5n21yvvq4sl59yjpwjv9ficd054544q1v2jly";
outputHash = "007ncka33vkyaxnih3a36w5pnhn19wdzjl95ig7lhznzvf1bnc1w";
outputHashAlgo = "sha256";
outputHashMode = "recursive";