Skip to content

Commit

Permalink
streamlink: 0.0.2 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP authored and globin committed Jan 25, 2017
1 parent 278bbe3 commit 2a939c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/streamlink/default.nix
@@ -1,14 +1,14 @@
{ stdenv, pythonPackages, fetchFromGitHub, rtmpdump }:

pythonPackages.buildPythonApplication rec {
version = "0.0.2";
version = "0.3.0";
name = "streamlink-${version}";

src = fetchFromGitHub {
owner = "streamlink";
repo = "streamlink";
rev = "${version}";
sha256 = "156b3smivs8lja7a98g3qa74bawqhc4mi8w8f3dscampbxx4dr9y";
sha256 = "1bjih6y21vmjmsk3xvhgc1innymryklgylyvjrskqw610niai59j";
};

propagatedBuildInputs = (with pythonPackages; [ pycrypto requests2 ]) ++ [ rtmpdump ];
Expand Down

0 comments on commit 2a939c4

Please sign in to comment.