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 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, ament-cmake, ament-cmake-auto, ament-cmake-clang-format, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, class-loader, event-camera-msgs, rclcpp, ros-environment, rosbag2-cpp }:
buildRosPackage {
pname = "ros-iron-event-camera-codecs";
version = "1.2.3-r1";
version = "1.2.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/event_camera_codecs-release/archive/release/iron/event_camera_codecs/1.2.3-1.tar.gz";
name = "1.2.3-1.tar.gz";
sha256 = "31b4840818a52347763704d209a76d6addeb33b32701439d6907576cc1137b68";
url = "https://github.com/ros2-gbp/event_camera_codecs-release/archive/release/iron/event_camera_codecs/1.2.4-1.tar.gz";
name = "1.2.4-1.tar.gz";
sha256 = "9c5102e31369dd9dbaed2ab8ddd1dbe657d311c5ce26d8c30c01fd2f8cc8a025";
};
buildType = "ament_cmake";