Unverified Commit 802befc1 authored by usertam's avatar usertam
Browse files

pcl: tell gitUpdater to ignore rc

parent c2209369
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 = {