From bec0dbe358538527bc1ba7e3ce8aa7679c709b1a Mon Sep 17 00:00:00 2001 From: D Anzorge Date: Sun, 26 Feb 2023 21:21:53 +0100 Subject: [PATCH] streamlink: 5.3.0 -> 5.5.1 https://github.com/streamlink/streamlink/releases/tag/5.3.1 https://github.com/streamlink/streamlink/releases/tag/5.4.0 https://github.com/streamlink/streamlink/releases/tag/5.5.0 https://github.com/streamlink/streamlink/releases/tag/5.5.1 --- pkgs/applications/video/streamlink/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix index 664cbcf2db3f..dbc48d1d1574 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.3.0"; + version = "5.5.1"; format = "pyproject"; src = python3Packages.fetchPypi { inherit pname version; - hash = "sha256-+9MSSzPYZ8gwOeQLehR41SklfdcUn8Pa6TI//lh9twE="; + hash = "sha256-srT+jWQ22+e87HjeLUu3gBVjiFYUNbYaGWMVbp/F+9A="; }; nativeCheckInputs = with python3Packages; [