1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-20 14:18:39 +03:00

regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, rclcpp-action, rclcpp-components }:
buildRosPackage {
pname = "ros-rolling-action-tutorials-cpp";
version = "0.25.0-r1";
version = "0.28.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.25.0-1.tar.gz";
name = "0.25.0-1.tar.gz";
sha256 = "519f86dfb3491f1cd9f53abb80ba19ddc64fecb00fb28045754682f674cf8779";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.28.0-1.tar.gz";
name = "0.28.0-1.tar.gz";
sha256 = "8e97595f960ecdce8bced533c16c846321cbbe5f49798270c7f16b01c6c1e634";
};
buildType = "ament_cmake";