Commit 38b1bad0 authored by Mario Rodas's avatar Mario Rodas
Browse files

untrunc-anthwlock: add passthru.updateScript

parent bbcf1a58
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ 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";