Dee Anzorge 2023-11-22 03:23:31 +01:00 committed by Emery Hemingway
parent eab212e43a
commit 67e372ddd4

View file

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