summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-26 15:53:12 +0100
committerGitHub <noreply@github.com>2023-01-26 15:53:12 +0100
commit4f3f2f548defc38a835145c981650c254e07b93f (patch)
tree852518bb921635445d481296bcbd9c4f46b22449 /pkgs/applications/video
parent6dd632b2e54ef8eabc23533b573cb6622ab9392e (diff)
parent8c622b4a415da0e7532ea9fb6771cd6e45dd342e (diff)
Merge pull request #212517 from DeeUnderscore/update/streamlink-5.2.1
streamlink: 5.1.2 -> 5.2.1
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/streamlink/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index 6a8207e7bc16..d10fd2e21a79 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -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
];