Skip to content

Commit

Permalink
Merge pull request NixOS#259094 from DeeUnderscore/update/streamlink-…
Browse files Browse the repository at this point in the history
…6.2.1

streamlink: 6.2.0 -> 6.2.1
  • Loading branch information
fabianhjr authored Oct 5, 2023
2 parents f513d95 + d2fe7df commit 6f9c8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/streamlink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.2.0";
version = "6.2.1";
format = "pyproject";

src = fetchPypi {
inherit pname version;
hash = "sha256-rq4beEhEb5CZjGIyTnEHyPQfjAgmbbxBm4HhzBs1VZo=";
hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI=";
};

nativeCheckInputs = with python3Packages; [
Expand Down

0 comments on commit 6f9c8e0

Please sign in to comment.