10 src = fetchFromGitHub {
11 owner = "FredrikNoren";
14 hash = "sha256-HTo0z/y7thUrDm6ofHiUtv1UDuqGN+kpMFLuIvxyxZQ=";
17 npmDepsHash = "sha256-f/CtNYoy5ZOgdVTG2ZdBpXOSNUKSG5wCy0eIl4ov80U=";
20 ELECTRON_SKIP_BINARY_DOWNLOAD = true;
21 PUPPETEER_SKIP_DOWNLOAD = true;
25 changelog = "https://github.com/FredrikNoren/ungit/blob/${src.rev}/CHANGELOG.md";
26 description = "Git made easy";
27 homepage = "https://github.com/FredrikNoren/ungit";
28 license = lib.licenses.mit;
29 mainProgram = "ungit";
30 maintainers = with lib.maintainers; [ ];