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

mkvtoolnix: 45.0.0 -> 46.0.0
This commit is contained in:
Michele Guerini Rocco 2020-05-06 10:20:06 +02:00 committed by GitHub
commit 2dd5843d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "45.0.0";
version = "46.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "1m9ih6bgl3nrjgr0rxvfbvw8s9ska7ps1ypc2ynvyxba4gjkkyyf";
sha256 = "1vyfvpsllnzhzaaz3s9lqlnkmnqchyhxj2d47bfyizs982r5kg24";
};
nativeBuildInputs = [