1 { lib, buildPythonPackage, fetchFromGitHub }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1f8qlijiwn10jxg1bsi6q42fznbg8rw039yaxfh6rzbaj2gaxbz1";
14 # remove at next bump, tag is one commit early for 0.8.0
16 substituteInPlace pygtail/core.py \
21 description = "A library for reading log file lines that have not been read";
22 license = licenses.gpl2Plus;
23 homepage = "https://github.com/bgreenlee/pygtail";