ghr: simplify test
also rename to common name
This commit is contained in:
parent
f58312c4da
commit
bd85869a13
@ -22,9 +22,9 @@ buildGoModule rec {
|
||||
doCheck = false;
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru.tests.testVersion = testers.testVersion {
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = ghr;
|
||||
version = "ghr version v${version}";
|
||||
version = "v${version}";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user