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

mkvtoolnix: 23.0.0 -> 24.0.0
This commit is contained in:
Mateusz Kowalczyk 2018-06-15 16:01:47 +09:00 committed by GitHub
commit 1511a45ba6
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 = "23.0.0";
version = "24.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "13n2jvwws87bws483dncvhf9vqsjy3l0lxh7x741g71075299w73";
sha256 = "0r6v7n4wq1ivjcfs4br5ywz2f0jbwxrharfcjmycnbjsckz1l7ps";
};
nativeBuildInputs = [