mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #212517 from DeeUnderscore/update/streamlink-5.2.1
streamlink: 5.1.2 -> 5.2.1
This commit is contained in:
commit
4f3f2f548d
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "streamlink";
|
pname = "streamlink";
|
||||||
version = "5.1.2";
|
version = "5.2.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-UB9gTT2/rQXV1Q7UQywEHlGBCJDMDmXupD8nYII4dno=";
|
hash = "sha256-/YcFH5t9x9EsmK7oPvSECmhL2ypHYgPvsMdL1IupEfw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [
|
nativeCheckInputs = with python3Packages; [
|
||||||
@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
requests
|
requests
|
||||||
websocket-client
|
websocket-client
|
||||||
urllib3
|
urllib3
|
||||||
|
certifi
|
||||||
]) ++ [
|
]) ++ [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user