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
This commit is contained in:
committed by
Emery Hemingway
parent
eab212e43a
commit
67e372ddd4
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user