We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50e9379 + 9c0546a commit 09858bfCopy full SHA for 09858bf
pkgs/by-name/st/streamlink/package.nix
@@ -8,12 +8,12 @@
8
9
python3Packages.buildPythonApplication rec {
10
pname = "streamlink";
11
- version = "7.1.1";
+ version = "7.1.2";
12
pyproject = true;
13
14
src = fetchPypi {
15
inherit pname version;
16
- hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
+ hash = "sha256-YcCORSs6DTKmX2NrMI+mQDpHcoI4fp8jM8/OPDhFb9c=";
17
};
18
19
patches = [
0 commit comments