Skip to content

Commit

Permalink
streamlink: 0.9.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Jan 27, 2018
1 parent e526128 commit fff0dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/video/streamlink/default.nix
@@ -1,17 +1,17 @@
{ stdenv, pythonPackages, fetchFromGitHub, rtmpdump, ffmpeg }:

pythonPackages.buildPythonApplication rec {
version = "0.9.0";
version = "0.10.0";
name = "streamlink-${version}";

src = fetchFromGitHub {
owner = "streamlink";
repo = "streamlink";
rev = "${version}";
sha256 = "11jczkar3aqsbl5amkm7lsv4fz6xdaydd5izn222wjzsbvnzrcgd";
sha256 = "1p9gkwcvqlnv09ihqh71nh82nnmq9ybp1v8d8kd2vhkg1vm5ximn";
};

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

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

Expand Down

0 comments on commit fff0dad

Please sign in to comment.