regenerate all distros, Fri Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 deletions

View file

@ -5,12 +5,12 @@
{ 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.33.0-r1";
version = "0.33.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.33.0-1.tar.gz";
name = "0.33.0-1.tar.gz";
sha256 = "058939b1a9d2e5bb6e99d283752b60971af63db2fe3a0e36ca1f26ca235e867f";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.33.1-1.tar.gz";
name = "0.33.1-1.tar.gz";
sha256 = "bb598f6cb3d07f326d405a24f5075a771aa6510007cfab9871ff18cb85a1e06a";
};
buildType = "ament_cmake";