flytectl.tests: fix the eval (#541102)

This commit is contained in:
Arne Keller
2026-07-12 16:49:58 +00:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ buildGoModule (finalAttrs: {
passthru.tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
command = "flytectl version";
version = "v${finalAttrs.src.version}";
version = "v${finalAttrs.version}";
};
meta = {