|
40 | 40 | # From https://nixos.wiki/wiki/Google_Cloud_SDK
|
41 | 41 | gdk=pkgs.google-cloud-sdk.withExtraComponents([pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin]);
|
42 | 42 |
|
43 |
| -customProtocGenGo=pkgs.buildGoModulerec{ |
| 43 | +proto_gen_go_1_30=pkgs.buildGoModulerec{ |
44 | 44 | name="protoc-gen-go";
|
45 | 45 | owner="protocolbuffers";
|
46 | 46 | repo="protobuf-go";
|
|
51 | 51 | rev=rev;
|
52 | 52 | # This should be updated whenever rev changes!
|
53 | 53 | # To update, set to "", run nix-shell, insert new hash
|
54 |
| -sha256="sha256-GTZQ40uoi62Im2F4YvlZWiSNNJ4fEAkRojYa0EYz9HU="; |
| 54 | +sha256=""; |
55 | 55 | };
|
56 | 56 | subPackages=["cmd/protoc-gen-go"];
|
57 | 57 | vendorHash=null;
|
|
102 | 102 | playwright-driver.browsers
|
103 | 103 | postgresql_16
|
104 | 104 | protobuf
|
105 |
| -customProtocGenGo |
| 105 | +proto_gen_go_1_30 |
106 | 106 | ripgrep
|
107 | 107 | # This doesn't build on latest nixpkgs (July 10 2024)
|
108 | 108 | (pinnedPkgs.sapling)
|
|