about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2023-11-22 03:23:31 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-11-26 17:27:31 +0200
commit67e372ddd4fd522799d31711356fe65bbb2ae48d (patch)
treee720ee40bd3bf254b2309b8e45cbf06b31692af4 /pkgs/applications/video
parenteab212e43a5ee57ce264fb38094bd53a8d333956 (diff)
streamlink: 6.3.1 -> 6.4.1
https://github.com/streamlink/streamlink/releases/tag/6.4.0
https://github.com/streamlink/streamlink/releases/tag/6.4.1
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 ba1f724cbf4f6..08db1f5d4a662 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.3.1";
+  version = "6.4.1";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-k8Dfrl0Xie5zF/GhVdP/RKGajDyGblAwu49UekX1WEQ=";
+    hash = "sha256-jj2ssAkzS60gbcm1Ddw3aNakifx4JKxCu0vHDQqSbqw=";
   };
 
   nativeCheckInputs = with python3Packages; [