pocketsphinx: updateScript ignore release candidates

This commit is contained in:
jopejoe1
2026-02-17 12:18:51 +01:00
parent 3e2c6b3ed8
commit 0e130c212d
+4 -1
View File
@@ -55,7 +55,10 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
passthru = {
updateScript = gitUpdater { rev-prefix = "v"; };
updateScript = gitUpdater {
rev-prefix = "v";
ignoredVersions = "rc";
};
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
};