untrunc-anthwlock: add passthru.updateScript

This commit is contained in:
Mario Rodas 2024-02-18 04:20:00 +00:00
parent bbcf1a58f9
commit 38b1bad037

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, wrapGAppsHook }:
{ lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, unstableGitUpdater, wrapGAppsHook }:
stdenv.mkDerivation {
pname = "untrunc-anthwlock";
@ -30,6 +30,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)";
homepage = "https://github.com/anthwlock/untrunc";