do-agent: Use pname instead of name

This commit is contained in:
yvt
2019-09-23 17:23:54 +09:00
parent 832ede6514
commit 74e1d473ed
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { buildGoModule rec {
name = "do-agent-${version}"; pname = "do-agent";
version = "3.5.6"; version = "3.5.6";
src = fetchFromGitHub { src = fetchFromGitHub {