about summary refs log tree commit diff
path: root/pkgs/development/tools/protoc-gen-twirp_typescript
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-01 06:45:33 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-01 12:35:44 +1000
commitded4f972818853560b865354d53c89dc97965fcf (patch)
tree2be2b46a71c95590c215deac03bad3d5871c2072 /pkgs/development/tools/protoc-gen-twirp_typescript
parenta3876ad3814b3c88b89faf9477db48136775564b (diff)
protoc-gen-twirp_typescript: update vendorSha256
Diffstat (limited to 'pkgs/development/tools/protoc-gen-twirp_typescript')
-rw-r--r--pkgs/development/tools/protoc-gen-twirp_typescript/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix b/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
index 2aabe3bcce6e4..ead72184b7cd1 100644
--- a/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
+++ b/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
@@ -11,7 +11,7 @@ buildGoModule {
     sha256 = "sha256-LfF/n96LwRX8aoPHzCRI/QbDmZR9yMhE5yGhFAqa8nA=";
   };
 
-  vendorSha256 = "sha256-WISWuq1neVX4xQkoamc6FznZahOQHwgkYmERJF40OFQ=";
+  vendorSha256 = "sha256-xZlP4rg1FMx6ddkKYlSdF6NrtY8xBZ3aEZSATgSf13M=";
 
   subPackages = [ "." ];