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

mkvtoolnix-cli: 82.0 -> 83.0
This commit is contained in:
Michele Guerini Rocco 2024-03-11 10:12:02 +01:00 committed by GitHub
commit 6daf2cc4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,13 +49,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mkvtoolnix"; pname = "mkvtoolnix";
version = "82.0"; version = "83.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "mbunkus"; owner = "mbunkus";
repo = "mkvtoolnix"; repo = "mkvtoolnix";
rev = "release-${version}"; rev = "release-${version}";
hash = "sha256-3WULzEkjMH4PUETJeKmDKn9PdanWf581O2mI/IqN8YM="; hash = "sha256-MHi3ewxCn560vpVfOucV34CNj/95U2OFd6bxAjtMBoc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [