Skip to content

Commit 99ae3e9

Browse files
committed
mkvtoolnix: 48.0.0 -> 50.0.0
1 parent b585d60 commit 99ae3e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/applications/video/mkvtoolnix/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ stdenv, fetchFromGitLab, pkgconfig, autoconf, automake, libiconv, drake
22
, ruby, docbook_xsl, file, xdg_utils, gettext, expat, boost, libebml, zlib
3-
, fmt, libmatroska, libogg, libvorbis, flac, libxslt, cmark
3+
, fmt, libmatroska, libogg, libvorbis, flac, libxslt, cmark, pcre2
44
, withGUI ? true
55
, qtbase ? null
66
, qtmultimedia ? null
@@ -13,13 +13,13 @@ with stdenv.lib;
1313

1414
stdenv.mkDerivation rec {
1515
pname = "mkvtoolnix";
16-
version = "48.0.0";
16+
version = "50.0.0";
1717

1818
src = fetchFromGitLab {
1919
owner = "mbunkus";
2020
repo = "mkvtoolnix";
2121
rev = "release-${version}";
22-
sha256 = "0lbl3w2m12blymda3m00afl9racgahvl0z4b2clwbawhvypc5vfc";
22+
sha256 = "001i206lwxjyrp406svv4zpb1pliac3f4k5zhzgkjbk2dzj85pyd";
2323
};
2424

2525
nativeBuildInputs = [
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929

3030
buildInputs = [
3131
expat file xdg_utils boost libebml zlib fmt
32-
libmatroska libogg libvorbis flac cmark
32+
libmatroska libogg libvorbis flac cmark pcre2
3333
] ++ optional stdenv.isDarwin libiconv
3434
++ optionals withGUI [ qtbase qtmultimedia wrapQtAppsHook ];
3535

0 commit comments

Comments
 (0)