Merge pull request #264595 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 79.0 -> 80.0
This commit is contained in:
Michele Guerini Rocco 2023-11-01 07:40:37 +01:00 committed by GitHub
commit 996ff1d346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "79.0";
version = "80.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-M+CST7A/obfuGH4lyV68vrhmzEIFCa7DRgApKbPh/uQ=";
hash = "sha256-/RqTfnxivghViFryCvj5RXSBziztb1Drb7tT89cGZ3o=";
};
nativeBuildInputs = [