Skip to content

Commit

Permalink
streamlink: 6.10.0 -> 6.11.0 (#346236)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 4, 2024
2 parents 40085bb + 58f5442 commit d3c260e
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 d3c260e

Please sign in to comment.