summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorD Anzorge <d.anzorge@gmail.com>2023-02-20 04:58:10 +0100
committerD Anzorge <d.anzorge@gmail.com>2023-02-20 05:09:36 +0100
commit50bfecb5bc311222c2e7acdbeb94a85710755d1a (patch)
tree817a0c00741221318a9c26f960c8de617ca18845 /pkgs/applications/video/streamlink
parent8545b2b098933a331f9c08d1c62c08af33b74fae (diff)
streamlink: 5.2.1 -> 5.3.0
https://github.com/streamlink/streamlink/releases/tag/5.3.0
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 d10fd2e21a794..664cbcf2db3f6 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.2.1";
+  version = "5.3.0";
   format = "pyproject";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    hash = "sha256-/YcFH5t9x9EsmK7oPvSECmhL2ypHYgPvsMdL1IupEfw=";
+    hash = "sha256-+9MSSzPYZ8gwOeQLehR41SklfdcUn8Pa6TI//lh9twE=";
   };
 
   nativeCheckInputs = with python3Packages; [