regenerate all distros, Fri Jan 19 13:36:48 2024

This commit is contained in:
Superflore 2024-01-19 13:36:49 +00:00 committed by Ben Wolsieffer
parent 1f89e13710
commit 5053bf9d76
5646 changed files with 9235 additions and 7758 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2023 Open Source Robotics Foundation
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, launch, launch-testing, launch-testing-ament-cmake, launch-testing-ros, rclcpp, rclcpp-components, rmw-fastrtps-cpp, std-msgs }:
buildRosPackage {
pname = "ros-rolling-demo-nodes-cpp-native";
version = "0.32.0-r1";
version = "0.32.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.32.0-1.tar.gz";
name = "0.32.0-1.tar.gz";
sha256 = "e9729b2bbfe52aaf53e7ced2c31899f0f409158630840b4de4558cfa81fb0ac5";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.32.1-1.tar.gz";
name = "0.32.1-1.tar.gz";
sha256 = "8e6383641b2bfef5de8e31af400eebb21b85067a2ad5f381be5316069fa20fe8";
};
buildType = "ament_cmake";