Skip to content

Commit

Permalink
streamlink: 7.0.0 -> 7.1.1 (#369700)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 2, 2025
2 parents 589fc0d + d1a6205 commit 9b84330
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/by-name/st/streamlink/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "7.0.0";
version = "7.1.1";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-UaQGKGLmeV1pQEbKbnBUnW0TWDxkDRUFlmgEsOA/7/I=";
hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
};

patches = [
Expand Down Expand Up @@ -50,7 +50,6 @@ python3Packages.buildPythonApplication rec {
requests
trio
trio-websocket
typing-extensions
urllib3
websocket-client
];
Expand Down

0 comments on commit 9b84330

Please sign in to comment.