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

Merge pull request #209378 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 72.0.0 -> 73.0.0
parents 17e0a373 0a0861c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "mkvtoolnix";
  version = "72.0.0";
  version = "73.0.0";

  src = fetchFromGitLab {
    owner = "mbunkus";
    repo = "mkvtoolnix";
    rev = "release-${version}";
    sha256 = "sha256-3XKvcV6vwXrn2mf8ziclKgEPOwn3IPyLYy6+d0DscHs=";
    sha256 = "HGoT3t/ooRMiyjUkHnvVGOB04IU5U8VEKDixhE57kR8=";
  };

  nativeBuildInputs = [