Use only pname instead of name attr
This commit is contained in:
parent
5496caac48
commit
a4487e81c7
@ -9,9 +9,8 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hasmail";
|
pname = "hasmail-unstable";
|
||||||
version = "2019-08-24";
|
version = "2019-08-24";
|
||||||
name = "${pname}-${version}-unstable";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jonhoo";
|
owner = "jonhoo";
|
||||||
|
Loading…
Reference in New Issue
Block a user