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

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, 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.33.0-r1";
version = "0.33.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.33.0-1.tar.gz";
name = "0.33.0-1.tar.gz";
sha256 = "ed1ce139e711be2c0854ea56e030a7a074cc1b38ba7029466f7d07ca262aa109";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.33.1-1.tar.gz";
name = "0.33.1-1.tar.gz";
sha256 = "ecd1cf065d8cb7766c654eafc7b37eb689c90deb2d86826f1987976105912618";
};
buildType = "ament_cmake";