Skip to content

Commit c019b5d

Browse files
authored
pcl: tell gitUpdater to ignore rc (#393254)
2 parents 9c213ed + 802befc commit c019b5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/pc/pcl/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ stdenv.mkDerivation (finalAttrs: {
7575
(lib.cmakeBool "WITH_CUDA" true)
7676
];
7777

78-
passthru = {
79-
updateScript = gitUpdater { rev-prefix = "pcl-"; };
78+
passthru.updateScript = gitUpdater {
79+
rev-prefix = "pcl-";
80+
ignoredVersions = "rc";
8081
};
8182

8283
meta = {

0 commit comments

Comments
 (0)