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

mkvtoolnix: 71.1.0 -> 72.0.0
This commit is contained in:
Robert Scott 2023-01-03 19:45:59 +00:00 committed by GitHub
commit 918ce50eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "71.1.0";
version = "72.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-JHbnjcXOctB6HQeHXykWbykdn35S2fCYegMkc3GLmAI=";
sha256 = "sha256-3XKvcV6vwXrn2mf8ziclKgEPOwn3IPyLYy6+d0DscHs=";
};
nativeBuildInputs = [