mkvtoolnix-cli: 82.0 -> 83.0

This commit is contained in:
R. Ryantm 2024-03-11 00:28:24 +00:00
parent 3668a9ff62
commit 2013794371

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 = [