1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00: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-jazzy-sensor-msgs";
version = "5.3.5-r1";
version = "5.3.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/jazzy/sensor_msgs/5.3.5-1.tar.gz";
name = "5.3.5-1.tar.gz";
sha256 = "b2d2060bf86790b56038c96469f0034a6bb7c77a2c7b711705972b51dad94b34";
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/jazzy/sensor_msgs/5.3.6-1.tar.gz";
name = "5.3.6-1.tar.gz";
sha256 = "26b170ca29756bfe184881772f6a99d0c5d6ae0627b5149ba54eff4fcbaecaf5";
};
buildType = "ament_cmake";