sof-firmware: provide update script

This commit is contained in:
Mikael Voss
2025-04-24 14:41:50 +02:00
parent 0f767e0325
commit 0317b15adf
+3
View File
@@ -2,6 +2,7 @@
lib,
fetchurl,
stdenvNoCC,
nix-update-script,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -25,6 +26,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/thesofproject/sof-bin/releases/tag/v${finalAttrs.version}";
description = "Sound Open Firmware";