1 { lib, stdenv, fetchFromGitHub, ... }:
4 pname = "tt-rss-plugin-ff-instagram";
5 version = "unstable-2019-01-10"; # No release, see https://github.com/wltb/ff_instagram/issues/6
7 src = fetchFromGitHub {
10 rev = "0366ffb18c4d490c8fbfba2f5f3367a5af23cfe8";
11 sha256 = "0vvzl6wi6jmrqknsfddvckjgsgfizz1d923d1nyrpzjfn6bda1vk";
15 mkdir -p $out/ff_instagram
17 cp *.php $out/ff_instagram
21 description = "Plugin for Tiny Tiny RSS that allows to fetch posts from Instagram user sites";
23 Plugin for Tiny Tiny RSS that allows to fetch posts from Instagram user sites.
25 The name of the plugin in TT-RSS is 'ff_instagram'.
27 license = licenses.agpl3Plus;
28 homepage = "https://github.com/wltb/ff_instagram";
29 maintainers = with maintainers; [ das_j ];
30 platforms = platforms.all;