Skip to content

Commit 09858bf

Browse files
streamlink: 7.1.1 -> 7.1.2 (NixOS#373269)
Co-authored-by: DeeUnderscore <[email protected]>
2 parents 50e9379 + 9c0546a commit 09858bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/streamlink/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
python3Packages.buildPythonApplication rec {
1010
pname = "streamlink";
11-
version = "7.1.1";
11+
version = "7.1.2";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
16+
hash = "sha256-YcCORSs6DTKmX2NrMI+mQDpHcoI4fp8jM8/OPDhFb9c=";
1717
};
1818

1919
patches = [

0 commit comments

Comments
 (0)