···2233stdenv.mkDerivation rec {
44 name = "firmware-linux-nonfree-${version}";
55- version = "2017-12-06-${src.iwlRev}";
55+ version = "2018-01-04-${src.iwlRev}";
6677 # The src runCommand automates the process of building a merged repository of both
88 #
···18181919 src = runCommand "firmware-linux-nonfree-src-merged-${version}" {
2020 shallowSince = "2017-10-01";
2121- baseRev = "7f93c9deb484c0a8f4cf59780e77dc7b0c14abe3";
2121+ baseRev = "65b1c68c63f974d72610db38dfae49861117cae2";
2222 iwlRev = "iwlwifi-fw-2017-11-15";
23232424 # When updating this, you need to let it run with a wrong hash, in order to find out the desired hash
2525 # randomly mutate the hash to break out of fixed hash, when updating
2626- outputHash = "007ncka33vkyaxnih3a36w5pnhn19wdzjl95ig7lhznzvf1bnc1w";
2626+ outputHash = "1anr7fblxfcrfrrgq98kzy64yrwygc2wdgi47skdmjxhi3wbrvxz";
27272828 outputHashAlgo = "sha256";
2929 outputHashMode = "recursive";
···55555656 installFlags = [ "DESTDIR=$(out)" ];
57575858+ # Firmware blobs do not need fixing and should not be modified
5959+ dontFixup = true;
6060+5861 meta = with stdenv.lib; {
5962 description = "Binary firmware collection packaged by kernel.org";
6063 homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
6164 license = licenses.unfreeRedistributableFirmware;
6265 platforms = platforms.linux;
6363- maintainers = with maintainers; [ wkennington fpletz ];
6666+ maintainers = with maintainers; [ fpletz ];
6467 priority = 6; # give precedence to kernel firmware
6568 };
6669