Skip to content

Commit

Permalink
Merge pull request #56753 from r-ryantm/auto-update/streamlink
Browse files Browse the repository at this point in the history
streamlink: 0.14.2 -> 1.0.0
  • Loading branch information
infinisil authored Mar 8, 2019
2 parents 76701c9 + 88e1709 commit c19c542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/streamlink/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, pythonPackages, fetchFromGitHub, rtmpdump, ffmpeg }:

pythonPackages.buildPythonApplication rec {
version = "0.14.2";
version = "1.0.0";
name = "streamlink-${version}";

src = fetchFromGitHub {
owner = "streamlink";
repo = "streamlink";
rev = "${version}";
sha256 = "1njwfy1h8a9n5z6crrfnknlw4ys0bap2jam6ga6njgkd10aly9qr";
sha256 = "12x8gnp6lv3vi1z2wfb0vjim2wm6abpr938yy48kqj7qff385ihd";
};

checkInputs = with pythonPackages; [ pytest mock requests-mock freezegun ];
Expand Down

0 comments on commit c19c542

Please sign in to comment.