1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Jan 7 13:12:33 2022

This commit is contained in:
Superflore 2022-01-07 13:12:33 +00:00 committed by Ben Wolsieffer
parent bd65ab8019
commit 0a6544c7d0
5591 changed files with 8373 additions and 7003 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2021 Open Source Robotics Foundation
# Copyright 2022 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, sensor-msgs }:
buildRosPackage {
pname = "ros-foxy-sensor-msgs-py";
version = "2.0.4-r1";
version = "2.0.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/sensor_msgs_py/2.0.4-1.tar.gz";
name = "2.0.4-1.tar.gz";
sha256 = "4397d375a6d0708b78b99c4dbd3e8287e2379c97c3e39b107a3e8c919558a45d";
url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/sensor_msgs_py/2.0.5-1.tar.gz";
name = "2.0.5-1.tar.gz";
sha256 = "06496f90d036df32d5f7d3a8178111a06ac58d4e5ab9feff8c3a3e7b7be5c23e";
};
buildType = "ament_python";