Merge pull request #225075 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 74.0.0 -> 75.0.0
This commit is contained in:
Michele Guerini Rocco 2023-04-07 20:33:33 +02:00 committed by GitHub
commit 039a18a908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,13 +47,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mkvtoolnix"; pname = "mkvtoolnix";
version = "74.0.0"; version = "75.0.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "mbunkus"; owner = "mbunkus";
repo = "mkvtoolnix"; repo = "mkvtoolnix";
rev = "release-${version}"; rev = "release-${version}";
sha256 = "sha256-p8rIAHSqYCOlNbuxisQlIkMh2OArc+MOYn1kgC5kJsc="; sha256 = "c3I2ULSvKBTYIm1chVHPkaV0TxblLglBjzeUJ5TRmGw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [