1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +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, performance-test-fixture, rosidl-runtime-c }:
buildRosPackage {
pname = "ros-rolling-rosidl-runtime-cpp";
version = "4.5.2-r1";
version = "4.7.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_cpp/4.5.2-1.tar.gz";
name = "4.5.2-1.tar.gz";
sha256 = "c42052d6ffbc98c192c00bdf43092ad14c4e7804e0c64a2745591227a862a453";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_cpp/4.7.0-1.tar.gz";
name = "4.7.0-1.tar.gz";
sha256 = "18d9534968ddcc1b6f798946fa122fd2e3258bc0e09a1b9261dc4fc52e584be6";
};
buildType = "ament_cmake";