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

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs }:
buildRosPackage {
pname = "ros-rolling-robot-calibration-msgs";
version = "0.9.0-r1";
version = "0.9.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/robot_calibration-release/archive/release/rolling/robot_calibration_msgs/0.9.0-1.tar.gz";
name = "0.9.0-1.tar.gz";
sha256 = "a888b3d23169662992b1e0bb7248f082747f50b87a8416fc2fdafc0f000a0802";
url = "https://github.com/ros2-gbp/robot_calibration-release/archive/release/rolling/robot_calibration_msgs/0.9.1-1.tar.gz";
name = "0.9.1-1.tar.gz";
sha256 = "b8c4e07eceee494be79453ab5d4d2b03153297f1dbf96b6678332cb09f9e9265";
};
buildType = "ament_cmake";