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

regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, boost, gtest, lanelet2-core, lanelet2-io, lanelet2-projection, lanelet2-routing, lanelet2-traffic-rules, mrt-cmake-modules }:
buildRosPackage {
pname = "ros-rolling-lanelet2-python";
version = "1.1.1-r3";
version = "1.1.1-r4";
src = fetchurl {
url = "https://github.com/ros2-gbp/lanelet2-release/archive/release/rolling/lanelet2_python/1.1.1-3.tar.gz";
name = "1.1.1-3.tar.gz";
sha256 = "fa86f606fd79fd964861d73e3c11b02ae8ec0b333e1eb3ab5760ac7c741e19f4";
url = "https://github.com/ros2-gbp/lanelet2-release/archive/release/rolling/lanelet2_python/1.1.1-4.tar.gz";
name = "1.1.1-4.tar.gz";
sha256 = "c541a73ac298afc9cd4e6ebed1713dbca3ba3b8cb06564b0c1b3a742c1e53333";
};
buildType = "ament_cmake";