mkvtoolnix: 79.0 -> 80.0

This commit is contained in:
rnhmjoj 2023-10-31 15:34:39 +01:00
parent 71ef7ea8fe
commit 879202fb31
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

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