Merge pull request #162927 from techknowlogick/bump-streamlink

streamlink: 3.1.1 -> 3.2.0

authored by Bruno Bigras and committed by GitHub 86162e9b c45608c6

+2 -3
+2 -3
pkgs/applications/video/streamlink/default.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "streamlink"; 9 - version = "3.1.1"; 9 + version = "3.2.0"; 10 10 11 11 src = python3Packages.fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-hVzTHpAOOuHVMoo3Ejv//irsUBoddLzdEvDSonWAYOQ="; 13 + sha256 = "sha256-l3DS2DhExTeKc+FBMNy3YKvIVlZsqgpB/FuXoN7V2SY="; 14 14 }; 15 15 16 16 checkInputs = with python3Packages; [ ··· 44 44 ''; 45 45 changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md"; 46 46 license = licenses.bsd2; 47 - platforms = platforms.linux ++ platforms.darwin; 48 47 maintainers = with maintainers; [ dezgeg zraexy DeeUnderscore ]; 49 48 }; 50 49 }