Unverified Commit 7cad4c77 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

mkvtoolnix: 83.0 -> 84.0 (#308170)

parent a973fb81
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 = "83.0";
  version = "84.0";

  src = fetchFromGitLab {
    owner = "mbunkus";
    repo = "mkvtoolnix";
    rev = "release-${version}";
    hash = "sha256-MHi3ewxCn560vpVfOucV34CNj/95U2OFd6bxAjtMBoc=";
    hash = "sha256-//I++WWnSHnkpTZ0TzS3lhH5+eDD5mazTQ1HVMQS4Ug=";
  };

  nativeBuildInputs = [