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, 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, ament-cmake, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage {
pname = "ros-rolling-dynamixel-sdk-custom-interfaces";
version = "3.7.40-r2";
version = "3.7.40-r4";
src = fetchurl {
url = "https://github.com/ros2-gbp/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk_custom_interfaces/3.7.40-2.tar.gz";
name = "3.7.40-2.tar.gz";
sha256 = "3adcb56a70f709d0190c914bc1c661a90209e10c7575edc4b70ce9604c848b5e";
url = "https://github.com/ros2-gbp/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk_custom_interfaces/3.7.40-4.tar.gz";
name = "3.7.40-4.tar.gz";
sha256 = "9e562eca5a0d29682c49c1fb21a7a700404a3777bfd1ee1f22867279786491f2";
};
buildType = "ament_cmake";