1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Nov 15 13:25:01 2024

This commit is contained in:
Superflore 2024-11-15 13:25:01 +00:00 committed by Ben Wolsieffer
parent 73d002eb26
commit f07f7f9c42
500 changed files with 2379 additions and 1961 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, lifecycle-msgs, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage {
pname = "ros-rolling-controller-manager-msgs";
version = "4.19.0-r1";
version = "4.20.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_manager_msgs/4.19.0-1.tar.gz";
name = "4.19.0-1.tar.gz";
sha256 = "1205c61249228efcb1b5090897a5f4239a0879bc635da700937841fac9054355";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_manager_msgs/4.20.0-1.tar.gz";
name = "4.20.0-1.tar.gz";
sha256 = "d7ba7fd2421a1a0d8f6c33fc49b1856e699b55f1b3438e1dc69e701c97f46cab";
};
buildType = "ament_cmake";