protoc-gen-twirp_typescript: update vendorSha256
This commit is contained in:
parent
a3876ad381
commit
ded4f97281
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ buildGoModule {
|
|||
sha256 = "sha256-LfF/n96LwRX8aoPHzCRI/QbDmZR9yMhE5yGhFAqa8nA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-WISWuq1neVX4xQkoamc6FznZahOQHwgkYmERJF40OFQ=";
|
||||
vendorSha256 = "sha256-xZlP4rg1FMx6ddkKYlSdF6NrtY8xBZ3aEZSATgSf13M=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue