1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +03:00

regenerate all distros, Fri Dec 27 13:14:53 2024

This commit is contained in:
Superflore 2024-12-27 13:14:54 +00:00 committed by Ben Wolsieffer
parent 3f0195fb5d
commit 1dd9d25f62
1172 changed files with 6806 additions and 4584 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-jazzy-rtabmap-python";
version = "0.21.5-r3";
version = "0.21.9-r1";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/jazzy/rtabmap_python/0.21.5-3.tar.gz";
name = "0.21.5-3.tar.gz";
sha256 = "9da3fbff0157b9d6aac1be0a4d9c793faecddd48583b95f42ee89aaf822f07b5";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/jazzy/rtabmap_python/0.21.9-1.tar.gz";
name = "0.21.9-1.tar.gz";
sha256 = "a3c65903873d492985f09dfea53e3693d7b5f6e70065b2b9d9c4c03f48b80cfd";
};
buildType = "ament_python";