Commit 4243690e authored by R. RyanTM's avatar R. RyanTM
Browse files

mlt: 7.18.0 -> 7.20.0

parent 9f20229c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
  pname = "mlt";
  version = "7.18.0";
  version = "7.20.0";

  src = fetchFromGitHub {
    owner = "mltframework";
    repo = "mlt";
    rev = "v${version}";
    hash = "sha256-3qvMuBr2w/gedTDIjG6ezatleXuQSnKX4SkBShzj6aw=";
    hash = "sha256-5yELGA3U/YkINEtRyr/tb3HjWMQjqKIWjUbH7ZFMgLU=";
  };

  nativeBuildInputs = [