dash-mpd-cli: set passthru.updateScript

This commit is contained in:
Alex James
2025-03-30 17:21:00 -05:00
parent 469e555477
commit 6bc3977fe5
+3
View File
@@ -8,6 +8,7 @@
ffmpeg,
libxslt,
shaka-packager,
nix-update-script,
}:
let
@@ -59,6 +60,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
}
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Download media content from a DASH-MPEG or DASH-WebM MPD manifest";
longDescription = ''