1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +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, ament-lint-auto, ament-lint-common }:
buildRosPackage {
pname = "ros-rolling-rmw-implementation-cmake";
version = "7.0.1-r1";
version = "7.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/7.0.1-1.tar.gz";
name = "7.0.1-1.tar.gz";
sha256 = "06bdb6e19135b647a0f9bdf8ba760ee63527b33ab22184678927c7c39b6e0e87";
url = "https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/7.2.0-1.tar.gz";
name = "7.2.0-1.tar.gz";
sha256 = "dfe25dca3ab95e7d1af14743334f6fa6cde940e600fc973ed0d129059010cc61";
};
buildType = "ament_cmake";