Unverified Commit 4f3f2f54 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #212517 from DeeUnderscore/update/streamlink-5.2.1

streamlink: 5.1.2 -> 5.2.1
parents 6dd632b2 8c622b4a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "streamlink";
  version = "5.1.2";
  version = "5.2.1";
  format = "pyproject";

  src = python3Packages.fetchPypi {
    inherit pname version;
    hash = "sha256-UB9gTT2/rQXV1Q7UQywEHlGBCJDMDmXupD8nYII4dno=";
    hash = "sha256-/YcFH5t9x9EsmK7oPvSECmhL2ypHYgPvsMdL1IupEfw=";
  };

  nativeCheckInputs = with python3Packages; [
@@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
    requests
    websocket-client
    urllib3
    certifi
  ]) ++ [
    ffmpeg
  ];