Skip to content

Commit

Permalink
mkvtoolnix: 17.0.0 -> 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and vbgl committed Dec 22, 2017
1 parent 1efed45 commit d402bd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/video/mkvtoolnix/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, autoconf, automake, libiconv
{ stdenv, fetchFromGitLab, pkgconfig, autoconf, automake, libiconv
, drake, ruby, docbook_xsl, file, xdg_utils, gettext, expat, qt5, boost
, libebml, zlib, libmatroska, libogg, libvorbis, flac, libxslt
, withGUI ? true
Expand All @@ -10,13 +10,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "mkvtoolnix-${version}";
version = "17.0.0";
version = "19.0.0";

src = fetchFromGitHub {
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "1v74rxf9wm0sn2illy0hp36hpwz7q04y0k32wq6wn7qrnzkzcc88";
sha256 = "068g0mmi284zl9d9p9zhp55h6rj58j5c27czd3mg42kq74cwcsx9";
};

nativeBuildInputs = [ pkgconfig autoconf automake gettext drake ruby docbook_xsl libxslt ];
Expand Down

0 comments on commit d402bd6

Please sign in to comment.