Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08ad06a

Browse files
committed
chore: update the naming
1 parent5b66a50 commit08ad06a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎flake.nix

Lines changed: 3 additions & 3 deletions
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.buildGoModulerec{
43+
proto_gen_go_1_30=pkgs.buildGoModulerec{
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)

[8]ページ先頭

©2009-2025 Movatter.jp