summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-10-17 18:49:53 -0500
committerWill Dietz <w@wdtz.org>2018-10-18 09:32:13 -0500
commit788d32420506f691f05009be2a4fe5e99a3fc499 (patch)
tree38f5c75107d0abe66a9f9d7af4ad6c50ac67d449 /pkgs/os-specific
parentef7b1284e3c68c1a75fb4dee69acb27af6a12f7c (diff)
downloadnixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.tar
nixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.tar.gz
nixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.tar.bz2
nixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.tar.lz
nixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.tar.xz
nixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.tar.zst
nixpkgs-788d32420506f691f05009be2a4fe5e99a3fc499.zip
linux-firmware: 2018-08-25 -> 2018-10-17
Diffstat (limited to 'pkgs/os-specific')
-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 82978d3e3ca..43747aeaf0d 100644
--- a/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
+++ b/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "firmware-linux-nonfree-${version}";
-  version = "2018-08-25";
+  version = "2018-10-17";
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
-    rev = "fea76a04f25fd0a217c0d566ff5ff8f23ad3e648";
-    sha256 = "1xy1s9vd7jny4hf4f1hzhlbnm0l4pnw7xycky0v6kfwlg5nnjii5";
+    rev = "de9cefa74bba6fce3834144460868a468b8818f2";
+    sha256 = "101j4jk3ixl8r3mxbkcrr5ybhb44ij3l52js4dqfxpylpiaw2cgk";
   };
 
   installFlags = [ "DESTDIR=$(out)" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   outputHashMode = "recursive";
   outputHashAlgo = "sha256";
-  outputHash = "1p1dkzclj718w7di81s6486dn5zw77c4i2qn63bvp9q4vid452hn";
+  outputHash = "1ndwp9yhpmx0kzayddy9i93mpv3d8gxypqm85069ic13lrjz1gdf";
 
   meta = with stdenv.lib; {
     description = "Binary firmware collection packaged by kernel.org";