Skip to content

Commit

Permalink
streamlink: 6.10.0 -> 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeUnderscore committed Oct 4, 2024
1 parent 023aef5 commit 58f5442
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/video/streamlink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.10.0";
version = "6.11.0";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-VI1fy8Oo4dXSn6IQoFlT+F9IyucLUqwuvkn5DoWRdSE=";
hash = "sha256-Vi5ddTyhCeGVYgfeSsJ8M3zmuZ++ftcgO5RRBe1bL4Y=";
};

patches = [
Expand All @@ -31,7 +31,6 @@ python3Packages.buildPythonApplication rec {
mock
requests-mock
freezegun
pytest-asyncio
pytest-trio
];

Expand Down

0 comments on commit 58f5442

Please sign in to comment.