Commit 20a0aa7c authored by R. RyanTM's avatar R. RyanTM
Browse files

mkvtoolnix: 78.0 -> 79.0

parent b1508f6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [