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, Fri Nov 24 13:11:26 2023

This commit is contained in:
Superflore 2023-11-24 13:11:26 +00:00 committed by Ben Wolsieffer
parent 7a1f3e4578
commit 42cae93f39
733 changed files with 4572 additions and 2650 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.2.1-r1";
version = "7.2.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/7.2.1-1.tar.gz";
name = "7.2.1-1.tar.gz";
sha256 = "0e5281d339e1dbc69e3a179cc8eefabbdcdda0f1708bbe5bf95337b3b30f08fb";
url = "https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/7.2.2-1.tar.gz";
name = "7.2.2-1.tar.gz";
sha256 = "1d6faad11d6938f52ed234b74bab51d6bf83573fe6286743ed0dc256312b3a18";
};
buildType = "ament_cmake";