pcl: tell gitUpdater to ignore rc (#393254)

This commit is contained in:
Gaétan Lepage
2025-03-26 08:09:07 +01:00
committed by GitHub
+3 -2
View File
@@ -75,8 +75,9 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "WITH_CUDA" true)
];
passthru = {
updateScript = gitUpdater { rev-prefix = "pcl-"; };
passthru.updateScript = gitUpdater {
rev-prefix = "pcl-";
ignoredVersions = "rc";
};
meta = {