12 src = fetchFromGitHub {
16 hash = "sha256-xvSEREEOiwft3fPN+xtdMCh+z3PknjJ962Nb+pw715U=";
19 vendorHash = "sha256-HTE9vfjRmi5GpMue7lUfd0jmssPgSOljbfPbya4uGsc=";
26 # Test tries to find files using git in init func.
30 passthru.updateScript = nix-update-script { };
33 changelog = "https://github.com/google/keep-sorted/releases/tag/v${version}";
34 description = "Language-agnostic formatter that sorts lines between two markers in a larger file";
35 homepage = "https://github.com/google/keep-sorted";
36 license = lib.licenses.asl20;
37 mainProgram = "keep-sorted";
38 maintainers = with lib.maintainers; [ katexochen ];