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 559383f45fe7b..6d6a02ab49f4e 100644
--- a/pkgs/development/tools/protoc-gen-doc/default.nix
+++ b/pkgs/development/tools/protoc-gen-doc/default.nix
@@ -1,7 +1,7 @@
 { buildGoModule, fetchFromGitHub, lib }:
 
 buildGoModule rec {
-  name = "protoc-gen-doc-unstable-${version}";
+  pname = "protoc-gen-doc-unstable";
   version = "2019-04-22";
 
   src = fetchFromGitHub {