Use only pname instead of name attr

This commit is contained in:
Doron Behar 2019-09-30 15:44:14 +03:00
parent 5496caac48
commit a4487e81c7

View file

@ -9,9 +9,8 @@
}:
buildGoModule rec {
pname = "hasmail";
pname = "hasmail-unstable";
version = "2019-08-24";
name = "${pname}-${version}-unstable";
src = fetchFromGitHub {
owner = "jonhoo";