1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, builtin-interfaces, geometry-msgs, rosidl-cmake, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
buildRosPackage {
pname = "ros-humble-sensor-msgs";
version = "4.2.4-r1";
version = "4.8.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/humble/sensor_msgs/4.2.4-1.tar.gz";
name = "4.2.4-1.tar.gz";
sha256 = "c9cdabad13067c910808841b6531c2d56ec6ee49705ee68d9926bb943322968f";
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/humble/sensor_msgs/4.8.0-1.tar.gz";
name = "4.8.0-1.tar.gz";
sha256 = "3eecd0467236c83152440b9f23484ecad1ec7c2fc25865ff9e149f51005f9eb7";
};
buildType = "ament_cmake";