Merge pull request #301459 from K900/linux-firmware-version

linux-firmware: don't explicitly passthru version
This commit is contained in:
K900 2024-04-04 11:17:21 +03:00 committed by GitHub
commit 83fcc85e1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,8 +40,5 @@ stdenvNoCC.mkDerivation rec {
priority = 6; # give precedence to kernel firmware
};
passthru = {
inherit version;
updateScript = ./update.sh;
};
passthru.updateScript = ./update.sh;
}