Commit bbcf1a58 authored by Mario Rodas's avatar Mario Rodas
Browse files

untrunc-anthwlock: 2020.07.18 -> unstable-2021-11-21

parent 982a88ff
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, ffmpeg_4, libui }:
{ lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, wrapGAppsHook }:

stdenv.mkDerivation {
  pname = "untrunc-anthwlock";
  version = "2020.07.18";
  version = "unstable-2021-11-21";

  src = fetchFromGitHub {
    owner = "anthwlock";
    repo = "untrunc";
    rev = "a0bf2e8642ecdb7af5897ed9b0dd30a7d03520ae";
    sha256 = "14i2lq68q990hnm2kkfamlsi67bcml85zl8yjsyxc5h8ncc2f3dp";
    rev = "d72ec324fbc29eb00b53c7dafeef09f92308962b";
    hash = "sha256-h+aFPhlbEM6EfCKbsJPelBY5ys7kv5K4rbK/HTHeEcw=";
  };

  nativeBuildInputs = [ wrapGAppsHook ];

  buildInputs = [ ffmpeg_4 libui ];

  buildPhase = ''