Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ stdenv, fetchurl, b43FirmwareCutter }:
|
||||
|
||||
let version = "6.30.163.46"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "b43-firmware-${version}";
|
||||
version = "6.30.163.46";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.lwfinger.com/b43-firmware/broadcom-wl-${version}.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user