Skip to content

Commit fff0dad

Browse files
committedJan 27, 2018
streamlink: 0.9.0 -> 0.10.0
1 parent e526128 commit fff0dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/video/streamlink/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{ stdenv, pythonPackages, fetchFromGitHub, rtmpdump, ffmpeg }:
22

33
pythonPackages.buildPythonApplication rec {
4-
version = "0.9.0";
4+
version = "0.10.0";
55
name = "streamlink-${version}";
66

77
src = fetchFromGitHub {
88
owner = "streamlink";
99
repo = "streamlink";
1010
rev = "${version}";
11-
sha256 = "11jczkar3aqsbl5amkm7lsv4fz6xdaydd5izn222wjzsbvnzrcgd";
11+
sha256 = "1p9gkwcvqlnv09ihqh71nh82nnmq9ybp1v8d8kd2vhkg1vm5ximn";
1212
};
1313

14-
buildInputs = with pythonPackages; [ pytest mock ];
14+
checkInputs = with pythonPackages; [ pytest mock requests-mock ];
1515

1616
propagatedBuildInputs = (with pythonPackages; [ pycryptodome requests iso-639 iso3166 websocket_client ]) ++ [ rtmpdump ffmpeg ];
1717

0 commit comments

Comments
 (0)
Please sign in to comment.