mkvtoolnix: 78.0 -> 79.0

This commit is contained in:
R. Ryantm
2023-09-22 20:36:35 +00:00
parent b1508f6cd1
commit 20a0aa7c90
@@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "78.0";
version = "79.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-iImcpuGZsRlwBTPyPUsfHAOkOIhc8eYs6rinl8O78oU=";
sha256 = "sha256-M+CST7A/obfuGH4lyV68vrhmzEIFCa7DRgApKbPh/uQ=";
};
nativeBuildInputs = [