From 67e372ddd4fd522799d31711356fe65bbb2ae48d Mon Sep 17 00:00:00 2001 From: Dee Anzorge Date: Wed, 22 Nov 2023 03:23:31 +0100 Subject: [PATCH] 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 --- 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 ba1f724cbf4f..08db1f5d4a66 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; [