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 Aug 30 13:28:23 2024

This commit is contained in:
Superflore 2024-08-30 13:28:23 +00:00 committed by Ben Wolsieffer
parent 1992646cf6
commit 80d4ae9bb3
675 changed files with 4137 additions and 2778 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.13.6-r1";
version = "2.13.7-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/mrpt_ros-release/archive/release/rolling/mrpt_libopengl/2.13.6-1.tar.gz";
name = "2.13.6-1.tar.gz";
sha256 = "e6da0eeb0b6a235befa961191d03684687957b5d32da4a61ed809e1cfb7955d7";
url = "https://github.com/ros2-gbp/mrpt_ros-release/archive/release/rolling/mrpt_libopengl/2.13.7-3.tar.gz";
name = "2.13.7-3.tar.gz";
sha256 = "8f511e6bb3d8fec7332b8e85a68b4bbd2ebdf9dfd0890c3b43e6e57e20818604";
};
buildType = "cmake";