Use only pname instead of name attr
This commit is contained in:
parent
5496caac48
commit
a4487e81c7
1 changed files with 1 additions and 2 deletions
|
@ -9,9 +9,8 @@
|
|||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "hasmail";
|
||||
pname = "hasmail-unstable";
|
||||
version = "2019-08-24";
|
||||
name = "${pname}-${version}-unstable";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jonhoo";
|
||||
|
|
Loading…
Reference in a new issue