regenerate all distros, Fri Aug 25 13:31:58 2023

This commit is contained in:
Superflore 2023-08-25 13:31:58 +00:00 committed by Ben Wolsieffer
parent e8ff928334
commit 4c0baef357
346 changed files with 1695 additions and 1366 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.1-r1";
version = "2.3.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmf_task-release/archive/release/rolling/rmf_task_sequence/2.3.1-1.tar.gz";
name = "2.3.1-1.tar.gz";
sha256 = "9e17bcbce80e6ec343b1db366cc09aebd727722a39767b4dbc4932ab7d4c489a";
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";
};
buildType = "cmake";