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 Jun 5 12:54:26 2020

This commit is contained in:
Superflore 2020-06-05 12:54:26 +00:00 committed by Ben Wolsieffer
parent 9cb66d5471
commit 1aa4fdb475
317 changed files with 4380 additions and 768 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, launch, phidgets-api, rclcpp, rclcpp-components, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-phidgets-analog-inputs";
version = "2.0.1-r1";
version = "2.0.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_analog_inputs/2.0.1-1.tar.gz";
name = "2.0.1-1.tar.gz";
sha256 = "c4da97bfcb1ebac9a829505fb9840a4e960a97be7c3c6c9b88a192377f914df6";
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/eloquent/phidgets_analog_inputs/2.0.2-1.tar.gz";
name = "2.0.2-1.tar.gz";
sha256 = "853d93ebc5dfa3ddbd010f517bd700e1bc10e67df4e6f8308a48de13666e9038";
};
buildType = "ament_cmake";