Unverified Commit 7286245d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #263644 from fleaz/update_nginx-vod

nginxModules.vod: 1.31 -> 1.32 and patch MAX_CLIPS
parents 189d2641 f2efd2e9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -985,8 +985,12 @@ let self = {
      name = "vod";
      owner = "kaltura";
      repo = "nginx-vod-module";
      rev = "1.31";
      hash = "sha256-ZpeO8QWQ+fGkz08u/zFOq7vj4aHcodzSHNrc1SgGUyc=";
      rev = "1.32";
      hash = "sha256-ZpG0oj60D3o7/7uyE8AybCiOtncVe1Jnjaz22sIFypk=";
      postFetch = ''
        substituteInPlace $out/vod/media_set.h \
          --replace "MAX_CLIPS (128)" "MAX_CLIPS (1024)"
      '';
    };

    inputs = [ ffmpeg fdk_aac openssl libxml2 libiconv ];