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

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

mkvtoolnix: 85.0 -> 86.0
parents 63efb744 cf80bd78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,13 +49,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "mkvtoolnix";
  version = "85.0";
  version = "86.0";

  src = fetchFromGitLab {
    owner = "mbunkus";
    repo = "mkvtoolnix";
    rev = "release-${version}";
    hash = "sha256-E8fULDUkEnh/0W/OIh+peO+JXSecgINPJclOTc5KYVo=";
    hash = "sha256-h9rVs4A7JihnCj15XUus9xMvShKWyYhJN/90v/fl0PE=";
  };

  nativeBuildInputs = [