_7zz: fix passing package to tests

+1 -2
+1 -2
pkgs/tools/archivers/7zz/default.nix
··· 11 11 , enableUnfree ? false 12 12 13 13 # For tests 14 - , _7zz 15 14 , testers 16 15 }: 17 16 ··· 115 114 passthru = { 116 115 updateScript = ./update.sh; 117 116 tests.version = testers.testVersion { 118 - package = _7zz; 117 + package = finalAttrs.finalPackage; 119 118 command = "7zz --help"; 120 119 }; 121 120 };