Merge pull request #301459 from K900/linux-firmware-version
linux-firmware: don't explicitly passthru version
This commit is contained in:
commit
83fcc85e1b
1 changed files with 1 additions and 4 deletions
|
@ -40,8 +40,5 @@ stdenvNoCC.mkDerivation rec {
|
|||
priority = 6; # give precedence to kernel firmware
|
||||
};
|
||||
|
||||
passthru = {
|
||||
inherit version;
|
||||
updateScript = ./update.sh;
|
||||
};
|
||||
passthru.updateScript = ./update.sh;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue