protoc-gen-twirp_php: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 06:45:05 +10:00
parent 6b46d26db7
commit a3876ad381
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-TaHfyYoWsA/g5xZFxIMNwE1w6Dd9Cq5bp1gpQudYLs0=";
};
vendorSha256 = "sha256-z3Yp+Yy03g2DAvWUZXaOxQWONjnYUl69eTpYIDPhsqc=";
vendorSha256 = "sha256-qQFlBviRISEnPBt0q5391RqUrPTI/QDxg3MNfwWE8MI=";
subPackages = [ "protoc-gen-twirp_php" ];

View file

@ -369,7 +369,9 @@ with pkgs;
protoc-gen-twirp = callPackage ../development/tools/protoc-gen-twirp { };
protoc-gen-twirp_php = callPackage ../development/tools/protoc-gen-twirp_php { };
protoc-gen-twirp_php = callPackage ../development/tools/protoc-gen-twirp_php {
buildGoModule = buildGo117Module;
};
protoc-gen-twirp_swagger = callPackage ../development/tools/protoc-gen-twirp_swagger { };