forked from mirrors/nixpkgs
do-agent: Use pname instead of name
This commit is contained in:
parent
832ede6514
commit
74e1d473ed
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue