about summary refs log tree commit diff
path: root/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/protoc-gen-twirp_typescript/default.nix')
-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 921197407527..259b2a8871a7 100644
--- a/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
+++ b/pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
@@ -12,7 +12,7 @@ buildGoModule {
   };
 
   proxyVendor = true;
-  vendorSha256 = "sha256-UyxHa28SY60U8VeL7TbSTyscqN5T7tKGfuN2GIL6QIg";
+  vendorHash = "sha256-UyxHa28SY60U8VeL7TbSTyscqN5T7tKGfuN2GIL6QIg";
 
   subPackages = [ "." ];