about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorD Anzorge <d.anzorge@gmail.com>2021-11-28 02:38:25 +0100
committerD Anzorge <d.anzorge@gmail.com>2021-11-28 02:38:25 +0100
commit8d4f2c38168d8822584c255a4cccb5946aa85205 (patch)
tree99476ab3e6fec9ecb7e3953f166da457ce916f80 /pkgs/applications/video
parentea469c7eb16e93a1abba3312c873048221c863aa (diff)
streamlink: 3.0.1 -> 3.0.3
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 c82cfb47cc321..7fa9072fbf1ce 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -6,11 +6,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "streamlink";
-  version = "3.0.1";
+  version = "3.0.3";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "sha256-GDbUlu5tRL5mdT7KrIdmxCbeAtYL1xvZXyZFwiuvKXo=";
+    sha256 = "sha256-oEK9p6OuqGSm2JdgfnJ+N0sJtRq6wCoVCGcU0GNEMLI=";
   };
 
   checkInputs = with python3Packages; [