summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2023-06-21 19:58:26 +0200
committerGitHub <noreply@github.com>2023-06-21 19:58:26 +0200
commitd6a5fbb090776e040d60c10533cc423bb86ee0da (patch)
tree22c0ff15d5153f2200b428f52427f14175a15c0e /pkgs/applications/video/streamlink
parent8b0f22dc5155e8a6d329520c27751dfb0f821d63 (diff)
parentbec0dbe358538527bc1ba7e3ce8aa7679c709b1a (diff)
Merge pull request #218508 from DeeUnderscore/update/streamlink-5.3.1
Diffstat (limited to 'pkgs/applications/video/streamlink')
-rw-r--r--pkgs/applications/video/streamlink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index a4250ee9938b7..c0827b523b450 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -6,12 +6,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "streamlink";
-  version = "5.3.0";
+  version = "5.5.1";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-+9MSSzPYZ8gwOeQLehR41SklfdcUn8Pa6TI//lh9twE=";
+    hash = "sha256-srT+jWQ22+e87HjeLUu3gBVjiFYUNbYaGWMVbp/F+9A=";
   };
 
   nativeCheckInputs = with python3Packages; [