12 src = fetchFromGitHub {
13 owner = "FlamingTempura";
16 hash = "sha256-sMgy29deEfc3DFSC0Z4JZCeNAFpBKNYj+mJnFI1pSY4=";
19 npmDepsHash = "sha256-FKde5/ZZcS5g0fUaDjhRlKGLiS8kk1PvkZw9PUmvAAE=";
22 PUPPETEER_SKIP_DOWNLOAD = true;
26 version = testers.testVersion {
27 package = bibtex-tidy;
28 version = "v${version}";
33 changelog = "https://github.com/FlamingTempura/bibtex-tidy/blob/${src.rev}/CHANGELOG.md";
34 description = "Cleaner and Formatter for BibTeX files";
35 mainProgram = "bibtex-tidy";
36 homepage = "https://github.com/FlamingTempura/bibtex-tidy";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ bertof ];