about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2017-12-13 21:53:11 +0100
committerBastian Köcher <git@kchr.de>2017-12-13 21:53:11 +0100
commit4fcae79002b9201f12b789a737042bb45b88c061 (patch)
treeb5555a760362b4cbd0e172bb21a90a36926b0df3 /pkgs/os-specific/linux/firmware
parent3ec3de2ca4ddba5b1df2b31fb22856a25cc96218 (diff)
downloadnixlib-4fcae79002b9201f12b789a737042bb45b88c061.tar
nixlib-4fcae79002b9201f12b789a737042bb45b88c061.tar.gz
nixlib-4fcae79002b9201f12b789a737042bb45b88c061.tar.bz2
nixlib-4fcae79002b9201f12b789a737042bb45b88c061.tar.lz
nixlib-4fcae79002b9201f12b789a737042bb45b88c061.tar.xz
nixlib-4fcae79002b9201f12b789a737042bb45b88c061.tar.zst
nixlib-4fcae79002b9201f12b789a737042bb45b88c061.zip
firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15
Diffstat (limited to 'pkgs/os-specific/linux/firmware')
-rw-r--r--pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix6
1 files changed, 3 insertions, 3 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 b2aa19371126..0044a3f6f4ab 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 = "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";