Skip to content

Commit 08ad06a

Browse files
committed
chore: update the naming
1 parent 5b66a50 commit 08ad06a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# From https://nixos.wiki/wiki/Google_Cloud_SDK
4141
gdk = pkgs.google-cloud-sdk.withExtraComponents ([ pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin ]);
4242

43-
customProtocGenGo = pkgs.buildGoModule rec {
43+
proto_gen_go_1_30 = pkgs.buildGoModule rec {
4444
name = "protoc-gen-go";
4545
owner = "protocolbuffers";
4646
repo = "protobuf-go";
@@ -51,7 +51,7 @@
5151
rev = rev;
5252
# This should be updated whenever rev changes!
5353
# To update, set to "", run nix-shell, insert new hash
54-
sha256 = "sha256-GTZQ40uoi62Im2F4YvlZWiSNNJ4fEAkRojYa0EYz9HU=";
54+
sha256 = "";
5555
};
5656
subPackages = [ "cmd/protoc-gen-go" ];
5757
vendorHash = null;
@@ -102,7 +102,7 @@
102102
playwright-driver.browsers
103103
postgresql_16
104104
protobuf
105-
customProtocGenGo
105+
proto_gen_go_1_30
106106
ripgrep
107107
# This doesn't build on latest nixpkgs (July 10 2024)
108108
(pinnedPkgs.sapling)

0 commit comments

Comments
 (0)