regenerate all distros, Fri Dec 22 13:30:27 2023

This commit is contained in:
Superflore 2023-12-22 13:30:27 +00:00 committed by Ben Wolsieffer
parent cb54e58da4
commit 1f89e13710
628 changed files with 3754 additions and 2221 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-catch2, ament-cmake-uncrustify, cmake, nlohmann-json-schema-validator-vendor, nlohmann_json, rmf-api-msgs, rmf-task }:
buildRosPackage {
pname = "ros-rolling-rmf-task-sequence";
version = "2.3.2-r1";
version = "2.3.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmf_task-release/archive/release/rolling/rmf_task_sequence/2.3.2-1.tar.gz";
name = "2.3.2-1.tar.gz";
sha256 = "7df88319b73dd318f0fb2c01606b6261e56c30ca30fc1da53d4be3a3f712cd45";
url = "https://github.com/ros2-gbp/rmf_task-release/archive/release/rolling/rmf_task_sequence/2.3.3-1.tar.gz";
name = "2.3.3-1.tar.gz";
sha256 = "e65abf6652991924098ce548a173a44a23e497a4fc5bf83da32b46566406b821";
};
buildType = "cmake";