Merge pull request #62479 from r-ryantm/auto-update/mkvtoolnix

mkvtoolnix: 33.1.0 -> 34.0.0
This commit is contained in:
Mateusz Kowalczyk 2019-06-03 08:34:09 +09:00 committed by GitHub
commit cb18cee680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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