mkvtoolnix: 33.0.0 -> 33.1.0 (#60315)

This commit is contained in:
xrelkd 2019-04-30 02:57:20 +08:00 committed by Timo Kaufmann
parent 82cc827f66
commit 3f6c29d79e

View file

@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "33.0.0";
version = "33.1.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "0bphwjjpcj86phcx795wdy5b0ivwh5mvbvi5288pql88x6x0jjk9";
sha256 = "130hh6m7cv2x9jv51qclnfg3dldxhfzhzhf6sqibfhynaj65m09i";
};
nativeBuildInputs = [