5 python3Packages.buildPythonApplication {
7 version = "unstable-2022-09-16";
8 src = fetchFromGitHub {
11 rev = "503f26189ad5043bad3fe71333dd5ba3ffbce485";
12 hash = "sha256-tEmCsR3LmTxeDZAbMvbIwqp/6uaGNUhgGlm18gdsnOw=";
15 propagatedBuildInputs = with python3Packages; [ requests ];
18 homepage = "https://github.com/sdushantha/fileinfo";
19 description = "File extension metadata lookup tool";
20 license = licenses.mit;
21 maintainers = with maintainers; [ h7x4 ];
22 mainProgram = "fileinfo";