protoc-gen-twirp_typescript: update vendorSha256

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

View file

@ -11,7 +11,7 @@ buildGoModule {
sha256 = "sha256-LfF/n96LwRX8aoPHzCRI/QbDmZR9yMhE5yGhFAqa8nA=";
};
vendorSha256 = "sha256-WISWuq1neVX4xQkoamc6FznZahOQHwgkYmERJF40OFQ=";
vendorSha256 = "sha256-xZlP4rg1FMx6ddkKYlSdF6NrtY8xBZ3aEZSATgSf13M=";
subPackages = [ "." ];

View file

@ -375,7 +375,9 @@ with pkgs;
protoc-gen-twirp_swagger = callPackage ../development/tools/protoc-gen-twirp_swagger { };
protoc-gen-twirp_typescript = callPackage ../development/tools/protoc-gen-twirp_typescript { };
protoc-gen-twirp_typescript = callPackage ../development/tools/protoc-gen-twirp_typescript {
buildGoModule = buildGo117Module;
};
proton-caller = callPackage ../misc/emulators/proton-caller { };