about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2024-03-23 23:03:16 +0100
committerDee Anzorge <d.anzorge@gmail.com>2024-03-23 23:03:16 +0100
commit76c9f27bfbe2c54c06f3ce17a869521a249d40fe (patch)
tree546fa74eb6374191e094b291e67abd30bd523070 /pkgs/applications/video/streamlink
parente0ec5f6897c86403f18422fc692546895888ada4 (diff)
streamlink: 6.7.0 -> 6.7.2
Changes:
* https://github.com/streamlink/streamlink/releases/tag/6.7.1
* https://github.com/streamlink/streamlink/releases/tag/6.7.2
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 c71e712625c24..948f6ab037c44 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -7,12 +7,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "streamlink";
-  version = "6.7.0";
+  version = "6.7.2";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-kjrDJ/QCccWxRLEQ0virAdm0TLxN5PmtO/Zs+4Nc1MM=";
+    hash = "sha256-enRwASn1wpwAYmDfU5djhDAJgcmv+dPVwut+kdPco1k=";
   };
 
   patches = [