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 Oct 11 13:52:59 2024

This commit is contained in:
Superflore 2024-10-11 13:52:59 +00:00 committed by Ben Wolsieffer
parent 4c7f942c33
commit 9ddc986b4d
351 changed files with 1484 additions and 1427 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, assimp, cmake, cv-bridge, ffmpeg, freeglut, freenect, glfw3, libGL, libGLU, libjpeg, libpcap, libusb1, mrpt-libbase, mrpt-libposes, octomap, opencv, openni2, pkg-config, python3Packages, pythonPackages, rclcpp, ros-environment, rosbag2-storage, tinyxml-2, udev, wxGTK32, xorg, zlib }:
buildRosPackage {
pname = "ros-rolling-mrpt-libopengl";
version = "2.14.1-r1";
version = "2.14.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/mrpt_ros-release/archive/release/rolling/mrpt_libopengl/2.14.1-1.tar.gz";
name = "2.14.1-1.tar.gz";
sha256 = "3d5801bb878df24428272c77a3f70a1f8b8845ab8e1cc2749f6f05e0aebfe641";
url = "https://github.com/ros2-gbp/mrpt_ros-release/archive/release/rolling/mrpt_libopengl/2.14.2-1.tar.gz";
name = "2.14.2-1.tar.gz";
sha256 = "76253872f5f3e274aea7486f07848e8dc50cd29da908a1060442f8ec5f16e5c3";
};
buildType = "cmake";