sidplayfp: Add passthru.tests version check

This commit is contained in:
OPNA2608
2025-12-30 10:48:41 +01:00
parent 34b510da50
commit 832eadfa8b
+4
View File
@@ -3,6 +3,7 @@
lib,
fetchFromGitHub,
gitUpdater,
testers,
alsaSupport ? stdenv.hostPlatform.isLinux,
alsa-lib,
autoreconfHook,
@@ -54,6 +55,9 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
passthru = {
tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
};
updateScript = gitUpdater {
rev-prefix = "v";
ignoredVersions = "rc$";