untrunc-anthowlock: 0-unstable-2021-11-21 -> 0-unstable-2024-08-14
Includes fixes for FFmpeg 7.
This commit is contained in:
parent
44a26807b5
commit
f7d69fbac6
@ -1,19 +1,19 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, ffmpeg_4, libui, unstableGitUpdater, wrapGAppsHook3 }:
|
{ lib, stdenv, fetchFromGitHub, ffmpeg_7, libui, unstableGitUpdater, wrapGAppsHook3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "untrunc-anthwlock";
|
pname = "untrunc-anthwlock";
|
||||||
version = "0-unstable-2021-11-21";
|
version = "0-unstable-2024-08-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "anthwlock";
|
owner = "anthwlock";
|
||||||
repo = "untrunc";
|
repo = "untrunc";
|
||||||
rev = "d72ec324fbc29eb00b53c7dafeef09f92308962b";
|
rev = "13cafedf59369db478af537fb909f0d7fd0eb85f";
|
||||||
hash = "sha256-h+aFPhlbEM6EfCKbsJPelBY5ys7kv5K4rbK/HTHeEcw=";
|
hash = "sha256-4GIPj8so7POEwxKZzFBoJTu76XKbGHYmXC/ILeo0dVE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||||
|
|
||||||
buildInputs = [ ffmpeg_4 libui ];
|
buildInputs = [ ffmpeg_7 libui ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
Loading…
Reference in New Issue
Block a user