pcl: tell gitUpdater to ignore rc (#393254)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user