about summary refs log tree commit diff
path: root/pkgs/development/tools/protoc-gen-doc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/protoc-gen-doc/default.nix')
-rw-r--r--pkgs/development/tools/protoc-gen-doc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/protoc-gen-doc/default.nix b/pkgs/development/tools/protoc-gen-doc/default.nix
index 6d6a02ab49f4..77c1df6f43e3 100644
--- a/pkgs/development/tools/protoc-gen-doc/default.nix
+++ b/pkgs/development/tools/protoc-gen-doc/default.nix
@@ -1,6 +1,6 @@
 { buildGoModule, fetchFromGitHub, lib }:
 
-buildGoModule rec {
+buildGoModule {
   pname = "protoc-gen-doc-unstable";
   version = "2019-04-22";