about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-03-27 13:05:40 -0500
committerWill Dietz <w@wdtz.org>2018-03-27 13:08:17 -0500
commitc787555b94329ded65ef274e6763b616a59c77fc (patch)
tree8c04954f4fac761b604c36db0d56505799fba9df /pkgs/os-specific/linux/firmware
parent2456060458befca5f16b2a1dfd1efe895b83e004 (diff)
downloadnixlib-c787555b94329ded65ef274e6763b616a59c77fc.tar
nixlib-c787555b94329ded65ef274e6763b616a59c77fc.tar.gz
nixlib-c787555b94329ded65ef274e6763b616a59c77fc.tar.bz2
nixlib-c787555b94329ded65ef274e6763b616a59c77fc.tar.lz
nixlib-c787555b94329ded65ef274e6763b616a59c77fc.tar.xz
nixlib-c787555b94329ded65ef274e6763b616a59c77fc.tar.zst
nixlib-c787555b94329ded65ef274e6763b616a59c77fc.zip
firmwareLinuxNonfree: 2018-01-04 -> 2018-03-20
Diffstat (limited to 'pkgs/os-specific/linux/firmware')
-rw-r--r--pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix b/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
index acdba5987bbf..dc2a5278fdc2 100644
--- a/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
+++ b/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "firmware-linux-nonfree-${version}";
-  version = "2018-01-04-${src.iwlRev}";
+  version = "2018-03-20-${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 = "65b1c68c63f974d72610db38dfae49861117cae2";
-    iwlRev = "iwlwifi-fw-2017-11-15";
+    baseRev = "44476f2465dac9c22bce90da66e86b2b56ba34f0";
+    iwlRev = "iwlwifi-fw-2018-03-02";
 
     # 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 = "1anr7fblxfcrfrrgq98kzy64yrwygc2wdgi47skdmjxhi3wbrvxz";
+    outputHash = "1gh5a2km33jj151j3q7mgkjzzhaaxlqxbb53n4ff46q658gv0wma";
 
     outputHashAlgo = "sha256";
     outputHashMode = "recursive";