Unverified Commit c019b5d0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

pcl: tell gitUpdater to ignore rc (#393254)

parents 9c213ed8 802befc1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = {