From 70686f4ce362ca71cdce2b2ad993ce39bbd72370 Mon Sep 17 00:00:00 2001 From: Dee Anzorge Date: Fri, 4 Aug 2023 22:28:25 +0200 Subject: [PATCH] streamlink: 6.0.0 -> 6.0.1 https://github.com/streamlink/streamlink/releases/tag/6.0.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 56137bef13c3..0f3fc27dc2b1 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.0.0"; + version = "6.0.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-BeP+YOBtTz1D//LDBMha+07yVXdgBHfM4v4aVNHzwAw="; + hash = "sha256-0Qpil/bh2F+WaG0zv4yxEzx6e1fv3t9xed+nhT+NC7U="; }; nativeCheckInputs = with python3Packages; [