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

regenerate all distros, Fri May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common }:
buildRosPackage {
pname = "ros-rolling-ament-index-cpp";
version = "1.8.0-r1";
version = "1.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_cpp/1.8.0-1.tar.gz";
name = "1.8.0-1.tar.gz";
sha256 = "6b1d4faa181f10a5613b3239c459edd1ea8eefb3b53a1f67cb262620f6f145ff";
url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_cpp/1.9.0-1.tar.gz";
name = "1.9.0-1.tar.gz";
sha256 = "1c5e9a50d35ef9f51f4b253ff9c13b7e45388d1e801870a49a92f9c09a9002a5";
};
buildType = "ament_cmake";