Unverified Commit 6e68daef authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Merge pull request #249232 from r-ryantm/auto-update/mkvtoolnix

mkvtoolnix: 77.0 -> 78.0
parents e7a57d07 c802b8f5
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 = "77.0";
  version = "78.0";

  src = fetchFromGitLab {
    owner = "mbunkus";
    repo = "mkvtoolnix";
    rev = "release-${version}";
    sha256 = "t+kfFS5c8w+c9wxNh59nceFesfdMy8qvHlUqDbZAxkk=";
    sha256 = "sha256-iImcpuGZsRlwBTPyPUsfHAOkOIhc8eYs6rinl8O78oU=";
  };

  nativeBuildInputs = [