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 Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 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.8.1-r1";
version = "4.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_cpp/4.8.1-1.tar.gz";
name = "4.8.1-1.tar.gz";
sha256 = "a3714114e348b3ae47858c7f4193fd2043c5d1fc4e3e7caa18984c042a0c0a2d";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_runtime_cpp/4.9.0-1.tar.gz";
name = "4.9.0-1.tar.gz";
sha256 = "76f49d7da0934cba1d8d684212829372166488d6bb7daba9f88f25e2d134b934";
};
buildType = "ament_cmake";