1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +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-lint-auto, ament-lint-common }:
buildRosPackage {
pname = "ros-rolling-rmw-implementation-cmake";
version = "7.3.0-r2";
version = "7.4.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/7.3.0-2.tar.gz";
name = "7.3.0-2.tar.gz";
sha256 = "07a84fbdd783a72d2a226f665c0899a5d4ea29d9be1dc541d6aa4059b0111b6c";
url = "https://github.com/ros2-gbp/rmw-release/archive/release/rolling/rmw_implementation_cmake/7.4.0-1.tar.gz";
name = "7.4.0-1.tar.gz";
sha256 = "65504b65725b8dd5666eda638a983df459a67a6712eee748493c3e3e849f73bb";
};
buildType = "ament_cmake";