firmwareLinuxNonfree: 2016-05-18 -> 2016-07-12
This commit is contained in:
parent
9cc70b419c
commit
039f0e5cb0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "firmware-linux-nonfree-${version}";
|
name = "firmware-linux-nonfree-${version}";
|
||||||
version = "2016-05-18";
|
version = "2016-07-12";
|
||||||
|
|
||||||
# This repo is built by merging the latest versions of
|
# This repo is built by merging the latest versions of
|
||||||
# http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
# http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
||||||
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wkennington";
|
owner = "wkennington";
|
||||||
repo = "linux-firmware";
|
repo = "linux-firmware";
|
||||||
rev = "19495832c6899bd811874439376d513290773c31";
|
rev = "cccb6a0da98372bd66787710249727ad6b0aaf72";
|
||||||
sha256 = "1700a24sfw6xa3q3r8aa5wfhydgix83m57plpfirdmc9qr4isrr0";
|
sha256 = "1c7h8i37nbyy37zqhybxd3y6aqabfv4nrdkjg789w67mdnn6hka0";
|
||||||
};
|
};
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
|
homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
|
||||||
license = licenses.unfreeRedistributableFirmware;
|
license = licenses.unfreeRedistributableFirmware;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington fpletz ];
|
||||||
priority = 6; # give precedence to kernel firmware
|
priority = 6; # give precedence to kernel firmware
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user