1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-09 03:44:40 +03:00

regenerate all distros, Fri Feb 21 13:18:38 2025

This commit is contained in:
Superflore 2025-02-21 13:18:38 +00:00 committed by Ben Wolsieffer
parent 711d683bc2
commit 3c7256839c
404 changed files with 3371 additions and 1522 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, python3Packages }:
buildRosPackage {
pname = "ros-humble-rtabmap-python";
version = "0.21.9-r1";
version = "0.21.10-r1";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/humble/rtabmap_python/0.21.9-1.tar.gz";
name = "0.21.9-1.tar.gz";
sha256 = "0f8f48e1e87fa50d146285f279059d1a95054d1fa49d218ee98735eec1e0f783";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/humble/rtabmap_python/0.21.10-1.tar.gz";
name = "0.21.10-1.tar.gz";
sha256 = "9c2eb0a1cf37b05274ccefd8c580b1f468bd15e3de177ba3be80745081db2515";
};
buildType = "ament_python";