weaver: use finalAttrs.finalPackage in testers.testVersion

This commit is contained in:
Aaron Jheng
2025-08-05 15:20:31 +08:00
parent b059f67a68
commit b715e02c90
+1 -2
View File
@@ -3,7 +3,6 @@
rustPlatform,
fetchFromGitHub,
testers,
weaver,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -25,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
passthru.tests.version = testers.testVersion {
package = weaver;
package = finalAttrs.finalPackage;
};
meta = {