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

mkvtoolnix: 24.0.0 -> 25.0.0
This commit is contained in:
Peter Hoeg 2018-07-14 13:35:35 +08:00 committed by GitHub
commit bc5f34aed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mkvtoolnix-${version}";
version = "24.0.0";
version = "25.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "0r6v7n4wq1ivjcfs4br5ywz2f0jbwxrharfcjmycnbjsckz1l7ps";
sha256 = "04m57719q7q0h0gcj1b2bh8xbdcl5bijic4hw71xf9xd19a95k78";
};
nativeBuildInputs = [