mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
iwlwifi-5000 v5 ucode
svn path=/nixpkgs/trunk/; revision=32982
This commit is contained in:
parent
a38ba26fbe
commit
464f6f42f6
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iwlwifi-5000-ucode-8.24.2.12";
|
||||
name = "iwlwifi-5000-ucode-8.83.5.1-1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://intellinuxwireless.org/iwlwifi/downloads/${name}.tgz";
|
||||
sha256 = "0h47cmpxa9cmysz0g42ga9da8qjfzqdf0w43fqx1cbnr8yg12ac1";
|
||||
url = "http://www.intellinuxwireless.org/iwlwifi/downloads/${name}.tar.gz";
|
||||
sha256 = "0n4f6wsppspvvdpcab52n2piczhgfq7a4y7gazxzzlj5halchnx3";
|
||||
};
|
||||
|
||||
buildPhase = "true";
|
||||
@ -20,9 +20,8 @@ stdenv.mkDerivation rec {
|
||||
description = "Firmware for the Intel 5000 wireless card";
|
||||
|
||||
longDescription = ''
|
||||
This package provides version 1 of the Intel wireless card
|
||||
firmware, for Linux up to 2.6.26. It contains the
|
||||
`iwlwifi-5000-1.ucode' file.
|
||||
This package provides version 5 of the Intel wireless card
|
||||
firmware. It contains the `iwlwifi-5000-5.ucode' file.
|
||||
'';
|
||||
|
||||
homepage = http://intellinuxwireless.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user