lol

firmware-linux-nonfree: 2017-12-06 -> 2018-01-04

+7 -4
+7 -4
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "firmware-linux-nonfree-${version}"; 5 - version = "2017-12-06-${src.iwlRev}"; 5 + version = "2018-01-04-${src.iwlRev}"; 6 6 7 7 # The src runCommand automates the process of building a merged repository of both 8 8 # ··· 18 18 19 19 src = runCommand "firmware-linux-nonfree-src-merged-${version}" { 20 20 shallowSince = "2017-10-01"; 21 - baseRev = "7f93c9deb484c0a8f4cf59780e77dc7b0c14abe3"; 21 + baseRev = "65b1c68c63f974d72610db38dfae49861117cae2"; 22 22 iwlRev = "iwlwifi-fw-2017-11-15"; 23 23 24 24 # When updating this, you need to let it run with a wrong hash, in order to find out the desired hash 25 25 # randomly mutate the hash to break out of fixed hash, when updating 26 - outputHash = "007ncka33vkyaxnih3a36w5pnhn19wdzjl95ig7lhznzvf1bnc1w"; 26 + outputHash = "1anr7fblxfcrfrrgq98kzy64yrwygc2wdgi47skdmjxhi3wbrvxz"; 27 27 28 28 outputHashAlgo = "sha256"; 29 29 outputHashMode = "recursive"; ··· 55 55 56 56 installFlags = [ "DESTDIR=$(out)" ]; 57 57 58 + # Firmware blobs do not need fixing and should not be modified 59 + dontFixup = true; 60 + 58 61 meta = with stdenv.lib; { 59 62 description = "Binary firmware collection packaged by kernel.org"; 60 63 homepage = http://packages.debian.org/sid/firmware-linux-nonfree; 61 64 license = licenses.unfreeRedistributableFirmware; 62 65 platforms = platforms.linux; 63 - maintainers = with maintainers; [ wkennington fpletz ]; 66 + maintainers = with maintainers; [ fpletz ]; 64 67 priority = 6; # give precedence to kernel firmware 65 68 }; 66 69