10 version = "0-unstable-2024-11-12";
12 src = fetchFromGitHub {
13 owner = "protocolbuffers";
15 rev = "20d2c9ebc01daa87ca2b7b697a757613012b104d";
16 hash = "sha256-gCGJQldwTa6Lq7Fvc4NAVRpmMs204qeKEsNFEjErTMA=";
19 vendorHash = "sha256-IdD+R8plU4/e9fQaGSM5hJxyMECb6hED0Qg8afwHKbY=";
26 passthru.updateScript = nix-update-script {
27 extraArgs = [ "--version=branch" ];
31 description = "Formatter for text proto files";
32 homepage = "https://github.com/protocolbuffers/txtpbfmt";
33 license = lib.licenses.asl20;
34 maintainers = with lib.maintainers; [ aaronjheng ];
35 mainProgram = "txtpbfmt";