streamlink: 3.0.1 -> 3.0.3

This commit is contained in:
D Anzorge 2021-11-28 02:38:25 +01:00
parent ea469c7eb1
commit 8d4f2c3816

View file

@ -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; [