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

mkvtoolnix: 81.0 -> 82.0
This commit is contained in:
Robert Scott 2024-01-07 22:00:06 +00:00 committed by GitHub
commit cebeaef049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "81.0";
version = "82.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
hash = "sha256-Dh1XbC3uATTkc23m9rcehXs2/2zekwI6IzE04L/cXS0=";
hash = "sha256-3WULzEkjMH4PUETJeKmDKn9PdanWf581O2mI/IqN8YM=";
};
nativeBuildInputs = [