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 May 24 14:00:52 2024

This commit is contained in:
Superflore 2024-05-24 14:00:52 +00:00 committed by Ben Wolsieffer
parent f1c32375c2
commit 6a16c08989
1761 changed files with 35644 additions and 2278 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, python3Packages, pythonPackages, sensor-msgs }:
buildRosPackage {
pname = "ros-humble-sensor-msgs-py";
version = "4.2.3-r1";
version = "4.2.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/humble/sensor_msgs_py/4.2.3-1.tar.gz";
name = "4.2.3-1.tar.gz";
sha256 = "0ed7f92f852278fd1af86c6868432d6855b2931ee4db7435d47e757ec2804940";
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/humble/sensor_msgs_py/4.2.4-1.tar.gz";
name = "4.2.4-1.tar.gz";
sha256 = "c036af1acd8792b116eb2f47832d928986e4ec13f060db953098fa0834f6de6c";
};
buildType = "ament_python";