Merge pull request #191266 from davidak/testVersion-package

ghr: simplify test
This commit is contained in:
Ivv 2022-09-15 22:56:15 +02:00 committed by GitHub
commit 9b9d426f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {