streamlink: 3.1.0 -> 3.1.1

This commit is contained in:
D Anzorge 2022-01-26 19:05:26 +01:00
parent f9a214044b
commit 9cd3ed6e8c

View File

@ -6,11 +6,11 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "3.1.0";
version = "3.1.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-T2M0vg+BYIdr21CcdrrBf7bVVlZU+tKJWG2xfBMoMlg=";
sha256 = "sha256-hVzTHpAOOuHVMoo3Ejv//irsUBoddLzdEvDSonWAYOQ=";
};
checkInputs = with python3Packages; [