1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, assimp, cmake, cv-bridge, ffmpeg, freeglut, freenect, glfw3, libGL, libGLU, libjpeg, libpcap, libusb1, mrpt-libbase, mrpt-libposes, octomap, opencv, openni2, pkg-config, python3Packages, pythonPackages, ros-environment, rosbag-storage, roscpp, tf2-geometry-msgs, tinyxml-2, udev, wxGTK32, xorg, zlib }:
buildRosPackage {
pname = "ros-noetic-mrpt-libopengl";
version = "2.13.8-r1";
version = "2.14.1-r1";
src = fetchurl {
url = "https://github.com/mrpt-ros-pkg-release/mrpt_ros-release/archive/release/noetic/mrpt_libopengl/2.13.8-1.tar.gz";
name = "2.13.8-1.tar.gz";
sha256 = "aa697c75ea45df840d53f303b0361513c78211200db42b63ff48ea1a474350ac";
url = "https://github.com/mrpt-ros-pkg-release/mrpt_ros-release/archive/release/noetic/mrpt_libopengl/2.14.1-1.tar.gz";
name = "2.14.1-1.tar.gz";
sha256 = "b8d143d072a52bd651056eee1e4a28f2c497b125dd29926e003d33ebc17e5c18";
};
buildType = "cmake";