summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware/firmware-linux-nonfree
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-07-19 07:54:30 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-07-19 07:55:27 +0200
commit039f0e5cb044a3610252f139283cef32850091e2 (patch)
treeedc4822b8669c90fd07e4c5d0358c611fb394079 /pkgs/os-specific/linux/firmware/firmware-linux-nonfree
parent9cc70b419cc75bbf7f3224ad9f6848760adac1fd (diff)
downloadnixpkgs-039f0e5cb044a3610252f139283cef32850091e2.tar
nixpkgs-039f0e5cb044a3610252f139283cef32850091e2.tar.gz
nixpkgs-039f0e5cb044a3610252f139283cef32850091e2.tar.bz2
nixpkgs-039f0e5cb044a3610252f139283cef32850091e2.tar.lz
nixpkgs-039f0e5cb044a3610252f139283cef32850091e2.tar.xz
nixpkgs-039f0e5cb044a3610252f139283cef32850091e2.tar.zst
nixpkgs-039f0e5cb044a3610252f139283cef32850091e2.zip
firmwareLinuxNonfree: 2016-05-18 -> 2016-07-12
Diffstat (limited to 'pkgs/os-specific/linux/firmware/firmware-linux-nonfree')
-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 992d42e2e12..8e0f807e08e 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 = "2016-05-18";
+  version = "2016-07-12";
 
   # This repo is built by merging the latest versions of
   # http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
@@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "wkennington";
     repo = "linux-firmware";
-    rev = "19495832c6899bd811874439376d513290773c31";
-    sha256 = "1700a24sfw6xa3q3r8aa5wfhydgix83m57plpfirdmc9qr4isrr0";
+    rev = "cccb6a0da98372bd66787710249727ad6b0aaf72";
+    sha256 = "1c7h8i37nbyy37zqhybxd3y6aqabfv4nrdkjg789w67mdnn6hka0";
   };
 
   preInstall = ''
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
     license = licenses.unfreeRedistributableFirmware;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ wkennington ];
+    maintainers = with maintainers; [ wkennington fpletz ];
     priority = 6; # give precedence to kernel firmware
   };