regenerate all distros, Fri May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ament-lint-auto, ament-lint-common, fuse-constraints, fuse-core, fuse-models, fuse-optimizers, fuse-publishers, fuse-variables, nav-msgs, rclcpp, rviz2, sensor-msgs }:
buildRosPackage {
pname = "ros-rolling-fuse-tutorials";
version = "1.0.1-r3";
version = "1.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/fuse-release/archive/release/rolling/fuse_tutorials/1.0.1-3.tar.gz";
name = "1.0.1-3.tar.gz";
sha256 = "16042b7cdb25a88fcb03ccdfd68e540cd63eb141f257a4547a0671696a916188";
url = "https://github.com/ros2-gbp/fuse-release/archive/release/rolling/fuse_tutorials/1.2.0-1.tar.gz";
name = "1.2.0-1.tar.gz";
sha256 = "4630ca87bb4c6c88cb1783ebc62fd648c8a46528f5c4ad0604cc572d650c5a8c";
};
buildType = "ament_cmake";