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

regenerate all distros, Fri Nov 24 13:11:26 2023

This commit is contained in:
Superflore 2023-11-24 13:11:26 +00:00 committed by Ben Wolsieffer
parent 7a1f3e4578
commit 42cae93f39
733 changed files with 4572 additions and 2650 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.31.1-r1";
version = "0.32.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.31.1-1.tar.gz";
name = "0.31.1-1.tar.gz";
sha256 = "600d63c2288cad3e69b24e3fd27b53b2c30bedf00ee2bb7a6c1f7d023e88ad3f";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.32.0-1.tar.gz";
name = "0.32.0-1.tar.gz";
sha256 = "75b67991898f1f8b7995582eeedde4e54e1aebc0e8241519439fcf3f82dea511";
};
buildType = "ament_cmake";