about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-30 02:32:16 -0500
committerGitHub <noreply@github.com>2023-11-30 02:32:16 -0500
commit2c69a23d8e3bd99df8b42e85e458c1526a2aa6b7 (patch)
tree0fc6886e93fa89d27b4bd60a8787489b322d7bb2 /pkgs/applications/video
parent5a5996716fadd6fddfec27534141604142efe0ea (diff)
parente8120b95c5528bf15c485b692976c7a3b07e3421 (diff)
Merge pull request #271053 from DeeUnderscore/update/streamlink-6.4.2
streamlink: 6.4.1 -> 6.4.2
Diffstat (limited to 'pkgs/applications/video')
-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 08db1f5d4a662..f6eef2ea9a246 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 = "6.4.1";
+  version = "6.4.2";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-jj2ssAkzS60gbcm1Ddw3aNakifx4JKxCu0vHDQqSbqw=";
+    hash = "sha256-tftxn0JRppLIh4ih1G4s0PoiMZYMUrKBy4IQhxxyLnY=";
   };
 
   nativeCheckInputs = with python3Packages; [