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